You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say I have a known list of files in s3 like s3://bucket/file1.parquet, s3://bucket/file2.parquet, etc.
How can I register them all under the same table so I could do something like select count(*) from parquet_files?
The text was updated successfully, but these errors were encountered:
danthegoodman1
changed the title
[QUESTION] Register multipl S3 parquet files as one table?
[QUESTION] Register multiple S3 parquet files as one table?
Jul 30, 2023
Let's say I have a known list of files in s3 like
s3://bucket/file1.parquet
,s3://bucket/file2.parquet
, etc.How can I register them all under the same table so I could do something like
select count(*) from parquet_files
?The text was updated successfully, but these errors were encountered: