Skip to content

Globbing for directory and file names#96

Open
pmetras wants to merge 4 commits intoadjust:masterfrom
pmetras:globbing
Open

Globbing for directory and file names#96
pmetras wants to merge 4 commits intoadjust:masterfrom
pmetras:globbing

Conversation

@pmetras
Copy link

@pmetras pmetras commented Aug 27, 2025

  • Add the ability to use globbing to Parquet file names. For instance, instead of writing
CREATE FOREIGN TABLE test_parquet (
...
) SERVER parquet_srv OPTIONS (filename 'GoogleAnalytics/test/data_0.parquet GoogleAnalytics/test/data_1.parquet GoogleAnalytics/test/data_2.parquet');

you can use a globbing pattern for the directory or the file names like you would do in a Linux shell:

CREATE FOREIGN TABLE test_parquet (
...
) SERVER parquet_srv OPTIONS (filename 'GoogleAnalytics/test/*.parquet');
  • Merged also support for PostgreSQL 17+

@pmetras pmetras mentioned this pull request Sep 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant