Dep. between multi-partitioned asset and two single-dimension partitioned assets #32412
Unanswered
shiukaheng
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dependency between multi-partitioned asset and two single-dimension partitioned assets
Context
I’m trying to model a very simple scenario in Dagster:
(dataset, model)pairSo the structure is:
Minimal Example
What I Expect
(dataset, model)partition ofevaluation_matrixshould depend on:So
(dataset_1, model_a)→datasets(dataset_1)+models(model_a)What Actually Happens
MultiToSingleDimensionPartitionMappingdescribed in discussion #15675 which I am trying to use but it doesn't seem to work as I would expect:Running
dg launch --assets "+evaluation_matrix" --partition "dataset_1|model_a"gives:dagster_shared.check.functions.CheckError: Failure condition: There is no PartitionsDefinition shared by all the provided assetsQuestion
Is there a way to express:
Or is this currently unsupported?
Beta Was this translation helpful? Give feedback.
All reactions