-
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] allow different partitions_defs on `build…
…_asset_job` (#23290) ## Summary & Motivation `build_asset_job` builds a `JobDefinition` from a set of assets. Previously, it would error if the assets targeted by the job had different `PartitionsDefinition`s. This change adds a flag that basically suppresses this error. In downstream PR #23293, which makes a single implicit asset job, this flag is used by the code paths that build implicit asset jobs. Farther into the future, when we're ready to allow users to make jobs with assets with different `PartitionsDefinition`s, we'll remove this flag entirely and never raise this error. ## How I Tested These Changes
- Loading branch information
Showing
3 changed files
with
42 additions
and
14 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
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
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