DuckDB-powered analytics for Postgres. Contribute to devanbenz/pg_analytics development by creating an account on GitHub.
DuckDB-powered data lake analytics from Postgres. Contribute to paradedb/pg_analytics development by creating an account on GitHub.
run: echo version=$(cargo tree --depth 1 -i pgrx -p pg_analytics | head -n 1 | cut -f2 -dv) >> $GITHUB_OUTPUT - name: Install pgrx run: cargo install -j $(nproc) --locked cargo-pgrx --version ${{ env.PGRX_VERSION }} run: cargo install -j $(nproc) --locked cargo-...
Ticket(s) Closed Closes Support for views #54 What CREATE VIEW AS SELECT ... FROM FOREIGN_TABLE do not push down to DuckDB Why How In the process_utility_hook, push this view to DuckDB Tests test...
Ticket(s) Closed What N/A Why N/A How N/A Tests N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Reviewers philippemnoel Assignees No one assigned Labels None yet Projects None yet Milestone No milestone Development Successfully merging this pull request may close these issues. None yet...
2- A previous upgrade to a newerduckdb-rsversion brought us a version of the client that no longer bundled thehttpfsextension. We therefore load it ourselves. Why Fix customer issues. How ^ Tests Need to write unit tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Reviewers philippemnoel rebasedming Assignees No one assigned Labels None yet Projects None yet Milestone No milestone Development Successfully merging this pull request may close these issue...
{ git = "https://github.com/paradedb/paradedb.git", rev = "4854652", features = ["fixtures"] } sqlx = { version = "0.7.4", features = [ "postgres", "runtime-async-std", "time", "bigdecimal", "uuid", ] } testcontainers = "0.16.7" testcontainers-modules = { version = "...
DuckDB-powered data lake analytics from Postgres. Contribute to paradedb/pg_analytics development by creating an account on GitHub.