We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Every quackpipe instance should have an internal tables describing the created "merged parquet" tables.
The tables should contain
order by
Add the create table logic on quackpipe startup:
CREATE TABLE tables ( name VARCHAR PRIMARY KEY, path VARCHAR, field_names VARCHAR[], field_types VARCHAR[], order_by VARCHAR[], engine VARCHAR[], timestamp_field: VARCHAR[], timestamp_precision: VARCHAR[], partition_by: VARCHAR[], );
The table should be created on startup if it does not exist
The table should persist between restarts
Test the logic:
The text was updated successfully, but these errors were encountered:
Thanks for opening an Issue! Please star this repository to motivate developers! ⭐
Sorry, something went wrong.
afzal-qxip
No branches or pull requests
What
Every quackpipe instance should have an internal tables describing the created "merged parquet" tables.
The tables should contain
order by
expressionHow
Add the create table logic on quackpipe startup:
The table should be created on startup if it does not exist
The table should persist between restarts
Test the logic:
The text was updated successfully, but these errors were encountered: