Biglake table partition from external delta table in GCS

69 views
Skip to first unread message

Mariela Baron

unread,
Jul 16, 2024, 5:02:49 AM7/16/24
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 

Micah Kornfield

unread,
Jul 18, 2024, 5:00:51 PM7/18/24
to Delta Lake Users and Developers
Hi Mariela,
For delta lake tables, the partitioning information is automatically inferred from the delta lake partition metadata, you do not need to specify anything.

Thanks,
Micah

Reply all
Reply to author
Forward
0 new messages