How to create a job that targets assets in different code locations #16847
Replies: 2 comments
-
Unfortunately this is not possible, the main reason is that all steps in a job will be executed in one same environment, whereas different repos (or code locations) can have different python execution environments. So a single job can't execute cross-code location. One workaround would be to use an asset sensor which can function cross repository. The asset sensor can exist in the downstream code location and monitor when the assets in the upstream code location materialize, then kick off a run for the downstream assets. |
Beta Was this translation helpful? Give feedback.
-
@clairelin135 Automation Conditions is the answer for this now right? |
Beta Was this translation helpful? Give feedback.
-
I want to schedule a job that targets assets in different code locations. Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions