-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[single-implicit-asset-job] in
context.partition_time_window
, use `…
…partitions_def` from asset (#23289) ## Summary & Motivation In the case where a job doesn't have a `partitions_def`, but the asset inside it being executed does have a `partitions_def`, we want to use the `partitions_def` from the asset. This requires moving `partition_time_window` from the plan context, which doesn't have access to the asset being executed, to the step context, which does. ## How I Tested These Changes
- Loading branch information
Showing
1 changed file
with
38 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters