Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
f095d71
added partition_columns new argument for external_read_location. This…
Jan 24, 2025
ec85431
adding a partition delimiter for more generic partitioning
Jan 24, 2025
21f852c
set default delimiter
Jan 27, 2025
63b69b6
Merge branch 'duckdb:master' into fix/register-partitioned-tables-in-…
firewall413 Feb 14, 2025
e151b60
resolve issue where multiple glue updates of the same schema would re…
Mar 20, 2025
ea2087e
Fix: turn transactions back on by default for MotherDuck (#540)
Apr 21, 2025
b06054b
remove duckdbt entrypoint for now
Apr 21, 2025
612da77
Merge pull request #541 from duckdb/guenp/remove-duckdbt-entrypoint
jwills Apr 21, 2025
c9d14cc
bump duckdb version, patch test (#542)
Apr 21, 2025
61581ef
Add info on the interactive shell for the DuckDB UI
jwills Apr 21, 2025
5d61856
Merge pull request #543 from duckdb/jwills_readme_docs_for_cli
jwills Apr 21, 2025
c2dea44
add tests and quoting - reset to single commit
gregwdata May 2, 2025
34ec6d6
Bump dbt-tests-adapter from 1.11.0 to 1.15.0
dependabot[bot] May 5, 2025
4c19cc4
Merge pull request #549 from duckdb/dependabot/pip/dbt-tests-adapter-…
jwills May 5, 2025
4bd70b7
Merge pull request #548 from gregwdata/quote_columns_add_remove
jwills May 5, 2025
c2fa846
Add named secret parameter to attachment class
dumkydewilde May 15, 2025
d69913a
Read .duckdbrc file on DuckDBT CLI startup
May 19, 2025
03b7050
Merge pull request #550 from dumkydewilde/patch-2
jwills May 19, 2025
506758a
See if this is related to the mysterious doc test failures that poppe…
jwills May 20, 2025
18f69ea
Merge pull request #553 from elephantmetropolis/elephantmetropolis/re…
jwills May 20, 2025
9513f40
Merge pull request #554 from duckdb/jwills_mysterious_doc_test_failures
jwills May 20, 2025
197b9f1
Bump freezegun from 1.5.1 to 1.5.2
dependabot[bot] May 26, 2025
bc4c2a1
Add support for arbitrary key-value pairs in Attachment ATTACH options
jwills May 27, 2025
4e2102f
lint stuff
jwills May 27, 2025
6a65e9a
Merge pull request #555 from duckdb/dependabot/pip/freezegun-1.5.2
jwills May 27, 2025
894299d
Support using attached database aliases as primary database name
jwills May 27, 2025
eccb165
Merge pull request #556 from duckdb/jwills_attach_with_arbitrary_kv
jwills May 27, 2025
2c9fa8c
Update macros for dropping schema and relations when using ducklake (…
wideltann May 28, 2025
1f1f6d7
Bump dbt-tests-adapter from 1.15.0 to 1.15.1 (#562)
dependabot[bot] Jun 2, 2025
f68935a
Bump mypy from 1.15.0 to 1.16.0 (#561)
dependabot[bot] Jun 2, 2025
7b72b13
FIX: Fixes issue caused by external materializations with column name…
tcboles Jun 6, 2025
afc3999
Fix attachment option quoting to prevent SQL errors with path-like va…
jwills Jun 7, 2025
f500a62
Bump dbt-tests-adapter from 1.15.1 to 1.16.0 (#570)
dependabot[bot] Jun 9, 2025
a35ee4f
Assume native comment support in DuckDB catalog queries (#571)
jwills Jun 9, 2025
ef277e6
Fix bug where schema's database not specified (#577)
tehunter Jun 19, 2025
f95af26
Fix error swallowing that hides DuckDB exception details (#579)
jwills Jun 21, 2025
df2957f
bump duckdb to 1.3.1 (#585)
hrl20 Jun 24, 2025
27fc062
fix write conflict when first creating dbt_temp schema (#584)
hrl20 Jun 24, 2025
b253a83
Bump sigstore/gh-action-sigstore-python from 3.0.0 to 3.0.1 (#583)
dependabot[bot] Jun 25, 2025
1f7e6ab
Bump mypy from 1.16.0 to 1.16.1 (#582)
dependabot[bot] Jun 25, 2025
3326bc8
Make the adapter.commit call inside of upstream.sql dependent on the …
jwills Jul 2, 2025
f8219ed
Update incremental.sql (#591)
hiddestokvis Jul 8, 2025
1f2450d
Bump freezegun from 1.5.2 to 1.5.3 (#595)
dependabot[bot] Jul 19, 2025
1b8672e
Bump pyarrow from 18.1.0 to 21.0.0 (#598)
dependabot[bot] Jul 21, 2025
1c952e3
Add struct column support with flatten functionality (#594)
jwills Jul 21, 2025
5cde881
Bump mypy from 1.16.1 to 1.17.0 (#597)
dependabot[bot] Jul 21, 2025
80ef769
Bump dbt-tests-adapter from 1.16.0 to 1.17.0 (#602)
dependabot[bot] Aug 11, 2025
9907c48
Bump mypy from 1.17.0 to 1.17.1 (#604)
dependabot[bot] Aug 11, 2025
1ad88f0
Bump actions/download-artifact from 4 to 5 (#606)
dependabot[bot] Aug 11, 2025
e64b7cc
Bump freezegun from 1.5.3 to 1.5.5 (#607)
dependabot[bot] Aug 11, 2025
afbf201
Fix secrets map/list type handling in DuckDB SQL generation (#609)
jwills Aug 14, 2025
eb1ccf2
Bump actions/checkout from 4 to 5 (#610)
dependabot[bot] Aug 18, 2025
aca528d
Change logger.exception to logger.warning to fix orchestrator compati…
jwills Aug 21, 2025
76dd0f2
Update excel plugin to filter all null rows (#615)
JCotton1123 Aug 28, 2025
88c088d
fixed CreatePartition operation: Partition already exists.
Sep 1, 2025
7b7033d
added partition_columns new argument for external_read_location. This…
Jan 24, 2025
e93a58e
adding a partition delimiter for more generic partitioning
Jan 24, 2025
4a36804
set default delimiter
Jan 27, 2025
501c4b2
resolve issue where multiple glue updates of the same schema would re…
Mar 20, 2025
c9c8a64
fixed CreatePartition operation: Partition already exists.
Sep 1, 2025
b951d16
Merge branch 'fix/register-partitioned-tables-in-glue' of https://git…
Sep 1, 2025
760b83a
fixed test:
Sep 1, 2025
19e527b
added check if arrary type to dbt2glue
Sep 2, 2025
feffc1f
added decimal
Sep 3, 2025
1b69f04
Convert both column lists to lowercase for case-insensitive comparison
Sep 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

steps:
- name: Check out the repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
persist-credentials: false

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

steps:
- name: Check out the repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
persist-credentials: false

Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:

steps:
- name: Check out the repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
persist-credentials: false

Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:

steps:
- name: Check out the repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
persist-credentials: false

Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:

steps:
- name: Check out the repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
persist-credentials: false

Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:

steps:
- name: Check out the repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
persist-credentials: false

Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:

steps:
- name: Check out the repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
persist-credentials: false

Expand Down Expand Up @@ -376,7 +376,7 @@ jobs:

steps:
- name: Check out the repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
persist-credentials: false

Expand Down Expand Up @@ -412,7 +412,7 @@ jobs:

steps:
- name: Check out the repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
persist-credentials: false

Expand Down Expand Up @@ -466,7 +466,7 @@ jobs:
run: |
pip install --upgrade wheel
pip --version
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v5
with:
name: dist
path: dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

steps:
- name: Check out the repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
persist-credentials: false

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: python-package-distributions
path: dist/
Expand All @@ -66,12 +66,12 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: python-package-distributions
path: dist/
- name: Sign the dists with Sigstore
uses: sigstore/[email protected].0
uses: sigstore/[email protected].1
with:
inputs: >-
./dist/*.tar.gz
Expand Down
58 changes: 58 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
Aleksandar Milicevic <[email protected]>
Alex-Monahan <[email protected]>
Alexander VR <[email protected]>
Alexander VR <[email protected]>
Amaral Vieira <[email protected]>
Andrei <[email protected]>
Arno Roos <[email protected]>
Benoit Perigaud <[email protected]>
Brian Gold <[email protected]>
Claude <[email protected]>
Damir Vandic <[email protected]>
Dave <[email protected]>
David Roher <[email protected]>
David Roher <[email protected]>
Doug Beatty <[email protected]>
Dumky de Wilde <[email protected]>
Edgar Ramírez-Mondragón <[email protected]>
Elliana May <[email protected]>
Felippe F. Caso <[email protected]>
Florian <[email protected]>
Gabor Szarnyas <[email protected]>
Gabriel Montañola <[email protected]>
Guen Prawiroatmodjo <[email protected]>
Guen Prawiroatmodjo <[email protected]>
Hidde Stokvis <[email protected]>
Jacob Matson <[email protected]>
Jeremy Cohen <[email protected]>
Jesse Cotton <[email protected]>
Jesse Cotton <[email protected]>
Josh Wills <[email protected]>
Josh Wills <[email protected]>
Josh Wills <[email protected]>
Keith Thompson <[email protected]>
Kshitij Aranke <[email protected]>
Leonardo Horta <[email protected]>
Lieven <[email protected]>
Louisa H <[email protected]>
Louisa Huang <[email protected]>
Michelle Ark <[email protected]>
Michelle Ark <[email protected]>
Nathan <[email protected]>
Nintorac Dev <[email protected]>
Olivier Agudo-Perez <[email protected]>
Radek Tomšej <[email protected]>
Radek Tomšej <[email protected]>
Thom van Engelenburg <[email protected]>
Thomas Boles <[email protected]>
Thomas H <[email protected]>
Tobias Hoffmann <[email protected]>
W. Aaron Morris <[email protected]>
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dwreeves <[email protected]>
firewall413 <[email protected]>
gregwdata <[email protected]>
mehd-io <[email protected]>
mrjsj <[email protected]>
oagudoperez <[email protected]>
wideltann <[email protected]>
Loading
Loading