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
  • Loading branch information
arunvasudevan authored and maggiehays committed Aug 1, 2022
1 parent f6a0f0a commit ef80378
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 ef80378

Please sign in to comment.