-
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
[core-api][experimental] AMP #26685
base: 12-23-_core-api_experimental_execution_type
Are you sure you want to change the base?
[core-api][experimental] AMP #26685
Conversation
1d7933d
to
90497f3
Compare
2e8e63b
to
ec805a4
Compare
@whitelist_for_serdes( | ||
old_fields={"time_window_partition_scope_minutes": 1e-6}, | ||
serializer=AutoMaterializePolicySerializer, | ||
) | ||
@deprecated(breaking_version="1.10.0") |
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.
interesting. i thought we'd want to hold the breaking until some time in Q2
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.
@yuhan realistically we'll probably bump this to 1.11.0 right before the 1.10 release, but we've actually been threatening to break this API since 1.9, so this keeps the deprecation notice of this one in line with the other AMP APIs
90497f3
to
0ea96d8
Compare
ec805a4
to
a553ee1
Compare
0ea96d8
to
07509f0
Compare
a553ee1
to
0e35f35
Compare
07509f0
to
7611d3a
Compare
0e35f35
to
3c155bd
Compare
7611d3a
to
fdd99dc
Compare
3c155bd
to
28356f7
Compare
fdd99dc
to
8f05c61
Compare
28356f7
to
c15fc55
Compare
8f05c61
to
6b1aae6
Compare
c15fc55
to
cc8f60e
Compare
3a73704
to
717a8bd
Compare
cc8f60e
to
b187ea9
Compare
Summary & Motivation
decision: experimental -> deprecated
reason: it's deprecated, these callsites were missed earlier
docs exist: n/a
How I Tested These Changes
Changelog