-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable serializing partitions subset on materialization planned event #18418
Enable serializing partitions subset on materialization planned event #18418
Conversation
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
37c822b
to
315cc58
Compare
ef66c9f
to
bb3ff96
Compare
ee96526
to
c12261a
Compare
c12261a
to
8214fd2
Compare
Deploy preview for dagit-storybook ready! ✅ Preview Built with commit 8214fd2. |
Deploy preview for dagit-core-storybook ready! ✅ Preview Built with commit 8214fd2. |
8214fd2
to
a7211b9
Compare
python_modules/dagster/dagster/_core/definitions/time_window_partitions.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
21ca2e7
to
8bffa6b
Compare
8bffa6b
to
9007970
Compare
This PR enables serializing a partitions subset on the asset materialization planned event. It adds an optional
partitions_subset
field that parallels the existingpartition
field onAssetMaterializationPlannedData
.Since we cannot query for partitions subsets events by partition key, the partitions subset is not mirrored to any columns, it only exists within the event body.