fix(ingest/json-schema): take into account environment (#9385)

Co-authored-by: Tamas Nemeth <treff7es@gmail.com>
This commit is contained in:
Matthias De Geyter 2023-12-07 14:54:02 +01:00 committed by GitHub
parent 1ce752ed6e
commit 1b48877abe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -271,6 +271,7 @@ class JsonSchemaSource(StatefulIngestionSourceBase):
platform=self.config.platform,
name=dataset_name,
platform_instance=self.config.platform_instance,
env=self.config.env,
)
yield MetadataChangeProposalWrapper(
entityUrn=dataset_urn, aspect=meta