79717809

Date: 2025-07-28 19:44:37
Score: 1
Natty:
Report link

Yes you can wild card the path of paths of CSV files. Assuming you are sourcing them from GCS your create BQ table query would be:

CREATE OR REPLACE EXTERNAL TABLE `project.dataset.table`
OPTIONS (
  format = 'PARQUET',
  uris = ['gs://gcs_bucket_name/folder-structure/*.parquet']
);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Siddharth Upadhyay