Biglake table partition from external delta table in GCS

4 views
Skip to first unread message

Mariela Baron

unread,
5:02 AM (16 hours ago) 5:02 AM
to Delta Lake Users and Developers
Hello Delta Lake Community,

I'm using this query in BigQuery to conect deltatables in GCS to BigQuery:

CREATE EXTERNAL TABLE `table`
WITH CONNECTION `connection`
OPTIONS (
  format ="DELTA_LAKE",
  uris=['gs://bucket']); 

It works fine, however I can´t partition this created external table with a direct connection to a bucket in GCS.

How to partition this type of external delta tables in Bigquery? Is there any possible way?

Thanks and Regards,

Mariela 
Reply all
Reply to author
Forward
0 new messages