-
Notifications
You must be signed in to change notification settings - Fork 309
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
list_models() of dataset containing a BigQuery AutoML models errors with Invalid enum value AUTOML_REGRESSOR for enum type #293
Comments
@romainr Thanks for the report, I am able to reproduce it. I think it's external issue. |
We're working on refreshing the protocol buffers at https://github.com/googleapis/googleapis/tree/master/google/cloud/bigquery/v2 which are used to generate this code. @romainr does this happen at the time of CC @shollyman |
It happen when we execute |
Thanks for confirming! In the meantime, @HemangChothani, would you be able to share your "workaround"? |
@romainr What i have done is just to check the actual cause of error, it's not the right way to solve it like to edit generated code files and proto files. |
Thank you! Just when I wanted to access my new models! |
Code:
Trace:
We're unable to use list_models to look at our models and are encountering the issue above without resolve. Package Versions:
|
Listing standard BigQuery models (e.g. LINEAR_REGRESSION or https://cloud.google.com/bigquery-ml/docs/bigqueryml-mf-explicit-tutorial#run_the_create_model_query) works, but AutoML model (https://cloud.google.com/bigquery-ml/docs/reference/standard-sql/bigqueryml-syntax-create-automl#create_model_syntax) seems to fail?
Environment details
Python 3.8.2 (default, Jul 16 2020, 14:00:26)
pip 20.2
Steps to reproduce
Code example
Stack trace
The text was updated successfully, but these errors were encountered: