hafenkran / duckdb-bigquery

Integrates DuckDB with Google BigQuery, allowing direct querying and management of BigQuery datasets
MIT License
58 stars 3 forks source link

Support for DuckDB v1.1.0 #22

Closed jankramer closed 1 month ago

jankramer commented 1 month ago

This should fix #21

hafenkran commented 1 month ago

Oh hey @jankramer, thanks a lot for the PR! Unfortunately, it is currently a bit redundant since I implemented the update fix yesterday (along some other stuff). I just haven’t had a chance to fully test it or address the GitHub Actions pipeline issue yet — it got pretty late last night. However, I also noticed that in your PR, the duckdb_version in MainDistributionPipeline.yml is still set to duckdb v1.0.0. This would hinder the project to build right now.

jankramer commented 1 month ago

Gotcha, I'll leave it to you then 👍

hafenkran commented 1 month ago

Hey, thanks a ton for your contribution! I just sorted out my stuff and figured I'd grab your branch as well. Merged it into an intermediate branch for now together with those MainDistributionPipeline.yml adjustments.

And hey, don’t forget to ⭐ the project if you haven’t already! haha

jankramer commented 1 month ago

Awesome! Thanks for your work on this extension, it's really nice 👍 I'll certainly give it a star 😄