Reading a BigQuery View

rafael_rosado97
Level 4
Reading a BigQuery View

Hi, everyone.

I'm trying to read a BigQuery View on my Dataiku project, but the next error appears: Cannot list a table of type VIEW. Caused by: GoogleJsonResponseException: 400 Bad Request GET.

Do you know why It occurs?

Thanks!

0 Kudos
2 Replies
ZachM
Dataiker

Hi @rafael_rosado97,

Support for reading BigQuery views using the built-in driver was added in DSS 11.1.0. If you're running an older version, you'll need to upgrade. For more information, see the release notes.

Alternatively, you can use the Google-provided driver instead of the built-in driver. For more information, see Google-provided driver. After you install the driver, you'll need to configure your BigQuery connection by going to Administration > Connections > your connection > Driver to use.

 

Thanks,

Zach

 

rafael_rosado97
Level 4
Author

Thank you, @ZachM!!

It's useful for me. 

0 Kudos