mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-01 11:19:05 +00:00
fix(ingest/json-schema): take into account environment (#9385)
Co-authored-by: Tamas Nemeth <treff7es@gmail.com>
This commit is contained in:
parent
1ce752ed6e
commit
1b48877abe
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user