-
Notifications
You must be signed in to change notification settings - Fork 709
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
BigQueryExampleGen failing in InteractiveContext on 1.14.0 #6307
Comments
The But, when we don't pass @colinjc, Thank you for bringing this to our attention. @roseayeon , Loading BigQuery custom config fails when we don't pass |
Oh, this is not an intended behavior. Let me fix it shortly. |
I am facing the same error while using BigQueryExampleGen. Any update on the fix? |
Facing the same error. Any update on the fix ? |
Hey, still not fixed yet ? @lego0901 Adding |
PiperOrigin-RevId: 600997877
PiperOrigin-RevId: 600997877
PiperOrigin-RevId: 600997877
This is fixed. Thanks for your all comments! |
PiperOrigin-RevId: 603282387
System information
Interactive Notebook, Google Cloud, etc): Linux, Notebook
pip freeze
output):Describe the current behavior
When using BigQueryExampleGen in a notebook using InteractiveContext it returns a JSON decoding error. This may also be true for pipelines executed on KFP, but I haven't tried it.
Describe the expected behavior
The query executes successfully
Standalone code to reproduce the issue
Name of your Organization (Optional)
Other info / logs
Adding
custom_config="{}"
works around this issueThe text was updated successfully, but these errors were encountered: