Skip to content
New issue

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

Add streaming, multiple file reading and customized file reading with DuckDB backend #49

Merged
merged 2 commits into from
Jul 28, 2024

Conversation

drizk1
Copy link
Member

@drizk1 drizk1 commented Jul 27, 2024

  • adds support for reading from multiple files at once as a vector of paths in db_table when using DuckDB
    • ie db_table(db, ["path1", "path2"])
  • adds streaming support when using DuckDB with @collect(stream = true)
  • allows user to customize file reading via db_table(db, "read_*(path, args)") when using DuckDB

@drizk1 drizk1 merged commit 210f315 into main Jul 28, 2024
3 checks passed
@drizk1 drizk1 deleted the add_streaming_duckdb branch July 28, 2024 20:10
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