-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Remove google-cloud-data-qna which has been replaced by Duet AI in Looker
#12217
Comments
Hi @mfernandezsidn, An update was posted on the announcement for BigQuery DataQnA recommending to use
I'm going to keep this issue open to track updating our documentation |
Hi @parthea Thanks for your response. There is no way to do the implementation with Python? |
The issue is not specific to the python library but rather the API. The You can request to sign up for Duet AI in Looker Preview using this form
When you go to this form which exists at the bottom of this page, there is a note that says
|
Duet AI in Looker
I can't find any documentation in the internet and I don't know how this functionality is used.
I want to connect the dataqna_v1alpha with my biquery project but I can't find the right way to do this. Any help?
This is the code I have so far which I have copied-pasted from this repository
`from google.cloud import dataqna_v1alpha
class DataQnA:
def init(self):
pass
test = DataQnA()
test.sample_create_question()`
The text was updated successfully, but these errors were encountered: