-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat!: [dataform] remove deprecated v1alpha2 #11481
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
Conversation
@@ -681,7 +681,6 @@ libraries: | |||
product_documentation: https://cloud.google.com/dataform/docs | |||
api_description: Help analytics teams manage data inside BigQuery using SQL. | |||
GAPICs: | |||
- proto_path: google/cloud/dataform/v1alpha2 |
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.
Thanks @zhumin8 for creating the fix! I thought our default behavior is that if the path does not exist, we would throw errors, @JoeWang1127 can you confirm it? If this is not expected, I think we should create an issue in the backlog to track it.
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.
It does throw no such file error, if that's what you mean: #11462 (comment)
But iiuc, we still need manually remove the deleted modules.
FYI - this came to my radar because some other testing 1PP group is doing.
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.
OK, that makes sense then. It was by design that we don't want to automatically remove a deprecated module, because it is technically a breaking change.
Can you please change the title to feat!
to indicate that it's a breaking change?
This should unblock the generation check failure in #11462. Thank you. |
v1alpha2
version of dataform was removed in googleapis/googleapis@c3640e2This PR relects these changes in config yaml and delete the removed modules.