Skip to content

Commit

Permalink
fix(ingest): kafka-connect - pass the env variable as part of making …
Browse files Browse the repository at this point in the history
…dataset (#4244)
  • Loading branch information
arunvasudevan authored Feb 24, 2022
1 parent 975b356 commit a394096
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,7 @@ def construct_job_workunits(
source_platform,
source_dataset,
platform_instance=source_platform_instance,
env=self.config.env,
)
]
if source_dataset
Expand All @@ -901,6 +902,7 @@ def construct_job_workunits(
target_platform,
target_dataset,
platform_instance=target_platform_instance,
env=self.config.env,
)
]

Expand Down

0 comments on commit a394096

Please sign in to comment.