refactor(pyarrow): use schema.empty_table() instead of manually con…
…structing empty tables
refactor(snowflake): enable multiple statements and clean up duplicat…
…ed parameter setting code
fix(datafusion): always quote column names to prevent datafusion from…
… normalizing case
fix(release): use @google/semantic-release-replace-plugin@1.2.0 to av…
…oid module loading bug Upstream fix is already PR'd here: jpoehnelt/semantic-release-replace-plugin#222
test(duckdb): give local con fixture a per-worker-id extension dire…
…ctory rather than one per test case
chore(duckdb): remove additional attribute access by using the sqlalc…
…hemy proxy behavior
fix(duckdb): use regexp_matches to ensure that matching checks contai…
…nment instead of a full match
chore: allow pyupgrade to upgrade type annotations that were required…
… by python 3.8