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

ADAP-1125: Migrate dbt-athena into dbt-adapters #399

Merged
merged 511 commits into from
Jan 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
511 commits
Select commit Hold shift + click to select a range
0f56add
chore: bump dbt-core to 1.6.0 (#376)
nicor88 Aug 21, 2023
347e4b3
chore: Update pyupgrade requirement from ~=3.3 to ~=3.10 (#363)
dependabot[bot] Aug 21, 2023
1b7fd77
chore: bump flake after dropping python 3.7 support (#380)
nicor88 Aug 21, 2023
38988d3
fix: docs generate support federated query catalogs (#324)
maiarareinaldo Aug 22, 2023
6ece494
fix: add back rowcounts and byte scanned to dbt cli and run_results.j…
nicor88 Aug 22, 2023
0cf4b01
chore: improve setup.py to add minimum python version (#383)
nicor88 Aug 23, 2023
d118de1
fix: add varbinary column type for iceberg tables (#384)
sashakcc Aug 23, 2023
011b830
fix: avoid calling cancel method not implemented in PyAthena's connec…
keshihoriuchi Aug 25, 2023
12f6180
chore: Update moto requirement from ~=4.1.14 to ~=4.2.0 (#387)
dependabot[bot] Aug 28, 2023
668190d
chore: Update dbt-tests-adapter requirement from ~=1.6.0 to ~=1.6.1 (…
dependabot[bot] Aug 28, 2023
ba819cf
fix: Mark list_relations_without_caching as available (#391)
voroninman Aug 30, 2023
75b2250
chore: Update moto requirement from ~=4.2.0 to ~=4.2.2 (#394)
dependabot[bot] Sep 4, 2023
fda4895
chore: Update pre-commit requirement from ~=2.21 to ~=3.4 (#393)
dependabot[bot] Sep 4, 2023
ded2747
feat: Implement configurable debug_query_state parameter for AthenaCu…
svdimchenko Sep 4, 2023
b5214ba
feat: Implement default lf tags for database (#398)
svdimchenko Sep 5, 2023
a9a8696
fix: Added null check for partitions batches (#392)
lukas-gust Sep 6, 2023
bea619e
fix: Athena query in debug log (#401)
svdimchenko Sep 7, 2023
abbc69a
fix: render relation in case of we hit partition limits (#403)
nicor88 Sep 7, 2023
23478ef
fix: Use importlib.metadata.version() to remove implicit dependency o…
skirino Sep 7, 2023
905746f
fix: cross account catalog_id glue client function calls (#370)
brunofaustino Sep 7, 2023
6ef6c97
feat: Implement non-partitioned tmp table (#405)
svdimchenko Sep 8, 2023
e4c73c3
chore: Update black requirement from ~=23.3 to ~=23.9 (#408)
dependabot[bot] Sep 11, 2023
b1c44e9
chore: Update dbt-tests-adapter requirement from ~=1.6.1 to ~=1.6.2 (…
dependabot[bot] Sep 11, 2023
9d029bb
feat: add support for S3 Extra arguments in Seed file upload to s3 (#…
linkerzx Sep 11, 2023
9dec391
chore: Bump version for release (#409)
svdimchenko Sep 11, 2023
fc00e80
fix: Invalid merge when unique_key == merge_update_columns (#406)
artem-garmash Sep 14, 2023
2b65fb0
feat: support quoted columns in constraint (#404)
hiro-o918 Sep 14, 2023
bc576c4
chore: add AthenaConfig to impl.py (#412)
SoumayaMauthoorMOJ Sep 14, 2023
2e81bde
chore: Update moto requirement from ~=4.2.2 to ~=4.2.3 (#415)
dependabot[bot] Sep 18, 2023
9669afa
chore: Update pyupgrade requirement from ~=3.10 to ~=3.11 (#416)
dependabot[bot] Sep 18, 2023
6f61530
chore: Update moto requirement from ~=4.2.3 to ~=4.2.4 (#421)
dependabot[bot] Sep 25, 2023
64fddef
fix: improve get_partition_batches to treat integers properly (#425)
nicor88 Sep 26, 2023
23cfe4b
chore: Update dbt-tests-adapter requirement from ~=1.6.2 to ~=1.6.3 (…
dependabot[bot] Sep 26, 2023
051b559
fix: current timestamp for views (#423)
svdimchenko Sep 26, 2023
f1c126f
chore: Update pyupgrade requirement from ~=3.11 to ~=3.13 (#422)
dependabot[bot] Sep 26, 2023
5705901
chore: bump version to 1.6.2 for release (#426)
svdimchenko Sep 27, 2023
38a9de2
chore: Update dbt-tests-adapter requirement from ~=1.6.3 to ~=1.6.4 (…
dependabot[bot] Oct 2, 2023
9a943f2
chore: Update moto requirement from ~=4.2.4 to ~=4.2.5 (#429)
dependabot[bot] Oct 2, 2023
b6a98a3
chore: md lint pre commit (#432)
svdimchenko Oct 5, 2023
a4a56f3
feat: Implement update condition for merge strategy (#431)
svdimchenko Oct 5, 2023
8cf5631
chore: Update pyupgrade requirement from ~=3.13 to ~=3.15 (#438)
dependabot[bot] Oct 9, 2023
f1a4453
chore: Update dbt-tests-adapter requirement from ~=1.6.4 to ~=1.6.5 (…
dependabot[bot] Oct 9, 2023
dd87dbe
fix: wrong num_retries counting the first run (#440)
Jrmyy Oct 9, 2023
8d1449a
feat: add config for s3_temp_table_dir (#434)
hiro-o918 Oct 9, 2023
bde1ccb
chore: make use of new features introduced by Python 3.8 (#441)
Jrmyy Oct 9, 2023
cf3df7f
chore: add python 3.12 support (#445)
Jrmyy Oct 9, 2023
76c4eec
fix: insert_overwrite updates for tables with int partitions (#450)
artem-garmash Oct 10, 2023
4f7cc92
chore: release v1.6.3 (#451)
nicor88 Oct 10, 2023
79abea6
feat(persist_docs): write dbt model and project metadata to propertie…
roslovets Oct 13, 2023
3aa04fb
fix(docs): generate docs for Federated Data Sources with capitalized …
roslovets Oct 13, 2023
b56ce26
chore: add founding for github sponsorship (#457)
nicor88 Oct 13, 2023
cab91ff
feat: allow aws session token in profiles file (#459)
benjamin-awd Oct 16, 2023
04c3900
chore: Update pre-commit requirement from ~=3.4 to ~=3.5 (#462)
dependabot[bot] Oct 16, 2023
12c039c
chore: Update moto requirement from ~=4.2.5 to ~=4.2.6 (#460)
dependabot[bot] Oct 16, 2023
5193173
chore: Update dbt-tests-adapter requirement from ~=1.6.5 to ~=1.6.6 (…
dependabot[bot] Oct 16, 2023
53f067f
fix: in swap_table we need to use get_partitions pagination (#465)
nicor88 Oct 16, 2023
502939b
feat: lf_inherited_tags config to exclude certain tags from CRUD (#453)
dacreify Oct 17, 2023
116fd73
fix: add 'CatalogId' Parameter to Glue Paginator Call (Related to PR …
brunofaustino Oct 19, 2023
7cd5723
fix: bug when setting pre-hook=MSCK REPAIR TABLE (#469)
binhnq94 Oct 20, 2023
d9439ca
chore: Update black requirement from ~=23.9 to ~=23.10 (#470)
dependabot[bot] Oct 23, 2023
d2bd2c8
feat: Implement insert condition for merge strategy. (#475)
talhasenSC Oct 25, 2023
d1cb8aa
fix(ci): make flake 8 working in the pre-commit (#476)
nicor88 Oct 29, 2023
dd22eea
chore: Update moto requirement from ~=4.2.6 to ~=4.2.7 (#477)
dependabot[bot] Oct 30, 2023
b9d1656
feat: Implement batch_inserts flag to allow dbt-athena to skip the at…
Danya-Fpnk Oct 30, 2023
cb7050d
chore: bump version for release (#479)
svdimchenko Oct 30, 2023
fe44b1c
feat: add force_batch to iceberg_merge and incremental_insert (#482)
Danya-Fpnk Oct 31, 2023
c5b2b46
fix: change default table_type in cast_timestamp macro (#484)
nicor88 Nov 2, 2023
e398aec
fix: lf_inherited_tags null value (#487)
svdimchenko Nov 2, 2023
5dd6d53
fix: remove seed_s3_upload_args (#493)
nicor88 Nov 7, 2023
96e59d0
chore: bump dbt to 1.7.0 (#488)
nicor88 Nov 9, 2023
48967f7
feat(athena-adapter): support custom retry configurations for boto3 c…
lukealexmiller Nov 9, 2023
84381e7
fix: persist_docs too long comment (#485)
Jrmyy Nov 9, 2023
673b9a7
fix: add retries to functional tests (#499)
nicor88 Nov 9, 2023
3d6e488
fix: use string when text is passed (#498)
nicor88 Nov 10, 2023
994e691
chore: improve tests for contracts (#500)
nicor88 Nov 10, 2023
47c47d7
fix: Update README.md (#501)
nicor88 Nov 10, 2023
7c6d108
chore: Update moto requirement from ~=4.2.7 to ~=4.2.8 (#502)
dependabot[bot] Nov 13, 2023
be45b67
chore: Update dbt-tests-adapter requirement from ~=1.7.0 to ~=1.7.1 (…
dependabot[bot] Nov 13, 2023
4cc13d6
chore: Update black requirement from ~=23.10 to ~=23.11 (#504)
dependabot[bot] Nov 13, 2023
29186cb
chore: Update pytest-xdist requirement from ~=3.3 to ~=3.4 (#503)
dependabot[bot] Nov 13, 2023
ad7bc30
chore: add concurrency control for functional tests (#506)
nicor88 Nov 13, 2023
140c273
chore: use region for concurrency functional tests (#508)
nicor88 Nov 13, 2023
e667869
chore: remove concurrency and reduce threads (#509)
nicor88 Nov 13, 2023
6e703c0
chore: Update moto requirement from ~=4.2.8 to ~=4.2.9 (#517)
dependabot[bot] Nov 20, 2023
64c7fc9
chore: Update boto3-stubs[s3] requirement from ~=1.28 to ~=1.29 (#516)
dependabot[bot] Nov 20, 2023
cb888d1
chore: Update dbt-tests-adapter requirement from ~=1.7.1 to ~=1.7.2 (…
dependabot[bot] Nov 20, 2023
d4fa279
feat: add `detailed_table_type` property to `list_relations_without_c…
sanromeo Nov 20, 2023
c835a59
chore: Update moto requirement from ~=4.2.9 to ~=4.2.10 (#520)
dependabot[bot] Nov 27, 2023
168d806
fix: prune old versions also for views (#522)
juliansteger-sc Nov 27, 2023
097d1fb
chore: Update pytest-xdist requirement from ~=3.4 to ~=3.5 (#521)
dependabot[bot] Nov 27, 2023
915bb3c
fix: Null as comment in columns after change in yml (#525)
Danya-Fpnk Dec 2, 2023
fba0e8d
chore: Update dbt-tests-adapter requirement from ~=1.7.2 to ~=1.7.3 (…
dependabot[bot] Dec 4, 2023
09e086f
chore: Update moto requirement from ~=4.2.10 to ~=4.2.11 (#528)
dependabot[bot] Dec 4, 2023
6073d3e
chore: Update boto3-stubs[s3] requirement from ~=1.29 to ~=1.33 (#527)
dependabot[bot] Dec 4, 2023
bae9fce
fix: implement quote seed column (#512)
davidbridgwood Dec 4, 2023
b8052c8
chore: Update isort requirement from ~=5.11 to ~=5.13 (#536)
dependabot[bot] Dec 11, 2023
86178a4
fix: Log athena query id when it is available. Closes #530 (#534)
WarFox Dec 11, 2023
c1aa4ef
fix: Prune old table version for incremental models (#533)
svdimchenko Dec 12, 2023
c20fcc8
chore: Update black requirement from ~=23.11 to ~=23.12 (#541)
dependabot[bot] Dec 18, 2023
66cf4dc
chore: Update moto requirement from ~=4.2.11 to ~=4.2.12 (#543)
dependabot[bot] Dec 18, 2023
b061b40
chore: Update boto3-stubs[s3] requirement from ~=1.33 to ~=1.34 (#544)
dependabot[bot] Dec 18, 2023
cbe4c42
chore: Update dbt-tests-adapter requirement from ~=1.7.3 to ~=1.7.4 (…
dependabot[bot] Dec 18, 2023
b6de6c6
feat: add issue templates (#548)
nicor88 Jan 2, 2024
6572dda
chore: fix formatting and add config for issue template (#551)
nicor88 Jan 2, 2024
d126c21
fix: wrong yml formatting in issue template for bugs (#552)
nicor88 Jan 2, 2024
d4c9ca8
fix: check for old tmp table before deleting it (#550)
octiva Jan 3, 2024
7e53aca
feat: Implement support bucket function for more than 100 partitions …
sanromeo Jan 4, 2024
0641b53
docs: add sanromeo as a contributor for code, and bug (#553)
allcontributors[bot] Jan 4, 2024
ebb4b16
docs: add Danya-Fpnk as a contributor for code, and bug (#554)
allcontributors[bot] Jan 4, 2024
60c3182
docs: add octiva as a contributor for code (#555)
allcontributors[bot] Jan 4, 2024
78dee30
feat: optimize retry if needed (#532)
Jrmyy Jan 5, 2024
f1af362
chore: prepare release (#556)
nicor88 Jan 5, 2024
5c04ee6
chore: Update moto requirement from ~=4.2.12 to ~=4.2.13 (#558)
dependabot[bot] Jan 8, 2024
c5fe1ab
chore: Update flake8 requirement from ~=6.1 to ~=7.0 (#557)
dependabot[bot] Jan 8, 2024
e28c991
feat: add possibility to set external_location for incremental model …
rokity Jan 10, 2024
3e64216
fix: backup table would be deleted, even if it doesnt exist (#562)
octiva Jan 15, 2024
5dc6711
chore: Update mmh3 requirement from ~=4.0.1 to >=4.0.1,<4.2.0 (#563)
dependabot[bot] Jan 15, 2024
2ff11c2
fix: remove lf_inherited_tags parameter from create_or_replace_view m…
sanromeo Jan 17, 2024
74a74f0
chore: Update dbt-tests-adapter requirement from ~=1.7.4 to ~=1.7.5 (…
dependabot[bot] Jan 22, 2024
ac18624
chore: Update pytest requirement from ~=7.4 to ~=8.0 (#569)
dependabot[bot] Jan 29, 2024
d2de6e0
chore: Update black requirement from ~=23.12 to ~=24.1 (#570)
dependabot[bot] Jan 29, 2024
98b65b3
chore: Update dbt-tests-adapter requirement from ~=1.7.5 to ~=1.7.6 (…
dependabot[bot] Jan 29, 2024
667e0b1
chore: Update dbt-tests-adapter requirement from ~=1.7.6 to ~=1.7.7 (…
dependabot[bot] Feb 5, 2024
b4f8037
fix: duplication of hooks in incremental materialization (#575)
sashakcc Feb 5, 2024
ef1e5ca
chore: Update moto requirement from ~=4.2.13 to ~=5.0.1 (#573)
dependabot[bot] Feb 5, 2024
8d7dea4
feat: support python submissions (#248)
Avinash-1394 Feb 6, 2024
a31fb25
docs: Fixed contributors table alignment (#576)
svdimchenko Feb 6, 2024
f378b17
docs: add Avinash-1394 as a contributor for code (#577)
allcontributors[bot] Feb 6, 2024
a1b8db5
chore: Bump version for release (#578)
svdimchenko Feb 6, 2024
f626487
chore: Update moto requirement from ~=5.0.1 to ~=5.0.2 (#584)
dependabot[bot] Feb 19, 2024
4d1120b
chore: Update dbt-tests-adapter requirement from ~=1.7.7 to ~=1.7.8 (…
dependabot[bot] Feb 19, 2024
2371d07
chore: Update black requirement from ~=24.1 to ~=24.2 (#583)
dependabot[bot] Feb 22, 2024
1c26ddf
chore: Update autoflake requirement from ~=1.7 to ~=2.3 (#586)
dependabot[bot] Feb 28, 2024
037417e
chore: Update dbt-tests-adapter requirement from ~=1.7.8 to ~=1.7.9 (…
dependabot[bot] Mar 4, 2024
289be4f
chore: Update moto requirement from ~=5.0.2 to ~=5.0.3 (#593)
dependabot[bot] Mar 11, 2024
d7a36e2
chore: cache workgroup (#596)
nicor88 Mar 13, 2024
969c591
chore: Update pyparsing requirement from ~=3.1.1 to ~=3.1.2 (#592)
dependabot[bot] Mar 13, 2024
9c179a8
chore: fix bug in iceberg materialization, and add iceberg ha tests (…
nicor88 Mar 14, 2024
59c2c05
feat: Add table_type param to ddl_data_type macro (#599)
sashakcc Mar 14, 2024
3072e7e
docs: add sashakcc as a contributor for code (#600)
allcontributors[bot] Mar 14, 2024
40855b3
chore: Add contrib.rocks image instead of all-contributors (#601)
svdimchenko Mar 14, 2024
3cdd7ee
fix: Use dbt-core md5 to inheret FIPS compatibility (#604)
chrischin478 Mar 15, 2024
22fb6cf
chore: Update black requirement from ~=24.2 to ~=24.3 (#606)
dependabot[bot] Mar 18, 2024
2733160
chore: Update dbt-tests-adapter requirement from ~=1.7.9 to ~=1.7.10 …
dependabot[bot] Mar 18, 2024
7d0014e
fix: downgrade boto3 for airflow 2.7 compatibility (#609)
octiva Mar 22, 2024
bef77fd
chore: Update pytest-cov requirement from ~=4.1 to ~=5.0 (#611)
dependabot[bot] Mar 25, 2024
02edca9
chore: Update dbt-tests-adapter requirement from ~=1.7.10 to ~=1.7.11…
dependabot[bot] Apr 2, 2024
318b9ae
chore: Update moto requirement from ~=5.0.3 to ~=5.0.4 (#615)
dependabot[bot] Apr 2, 2024
8b4a2f2
fix: improve docs (#617)
nicor88 Apr 5, 2024
efb0ce0
chore: Update moto requirement from ~=5.0.4 to ~=5.0.5 (#619)
dependabot[bot] Apr 8, 2024
43b0bc2
feat: remove partition schema when incremental model overwrites parti…
Apr 9, 2024
65c65d6
chore: Update black requirement from ~=24.3 to ~=24.4 (#622)
dependabot[bot] Apr 15, 2024
b3f85b9
fix: Optimize regex in post-hooks (#623)
CommonCrisis Apr 15, 2024
e458b59
chore: upgrade to dbt 1.8 (#614)
Jrmyy Apr 15, 2024
0d32c0c
fix: allow release to be beta (#624)
nicor88 Apr 15, 2024
107437c
fix: allow switch from hive to iceberg table (#625)
nicor88 Apr 18, 2024
9f5361d
fix: avoid deleting S3 location because listing relations continues o…
Apr 25, 2024
318f21c
chore: Update moto requirement from ~=5.0.5 to ~=5.0.6 (#636)
dependabot[bot] Apr 29, 2024
719d087
chore: Update pytest-xdist requirement from ~=3.5 to ~=3.6 (#634)
dependabot[bot] Apr 29, 2024
7eb584c
chore: Update pytest requirement from ~=8.0 to ~=8.2 (#635)
dependabot[bot] Apr 29, 2024
ac66fca
fix: get_columns_in_relation for LAMBDA catalogs (#637)
antonysouthworth-halter Apr 29, 2024
cefddc4
feat: prevent secret key and session token from being logged (#638)
colin-rogers-dbt May 3, 2024
a783346
chore: bump to rc1 (#640)
nicor88 May 6, 2024
d93085b
chore: Update dbt-tests-adapter requirement from ~=1.8.0b1 to ~=1.8.0…
dependabot[bot] May 6, 2024
c5b8991
chore: prepare release for 1.8.0rc1 (#641)
nicor88 May 6, 2024
74f3415
feat: Add column meta to glue column parameters (#644)
SoumayaMauthoorMOJ May 10, 2024
59d005a
docs: Cleanup Python models section of README (#643)
dfsnow May 10, 2024
7c95178
chore: prepare release 1.8.0 (#646)
nicor88 May 13, 2024
d96d254
chore: Update moto requirement from ~=5.0.6 to ~=5.0.7 (#648)
dependabot[bot] May 13, 2024
34633a7
chore: release for 1.8.0 using 1.8.1 (#649)
nicor88 May 13, 2024
aabcc9d
docs: Cleanup README grammar, punctuation, and capitalization (#654)
dfsnow May 22, 2024
74e0c5b
fix: Add wait_random_exponential for query retries (#655)
svdimchenko May 22, 2024
20f039d
fix: Resolve error when cloning Python models (#645) (#651)
jeancochrane May 23, 2024
8813f9e
feat: Set unique table suffix to allow parallel incremental execution…
pierrebzl May 23, 2024
557df06
chore: Update moto requirement from ~=5.0.7 to ~=5.0.8 (#660)
dependabot[bot] May 27, 2024
8faa921
fix: Fixed table_type for GOVERNED tables (#661)
svdimchenko May 28, 2024
97430f9
feat: Allow custom schema def for tmp tables generated by incremental…
pierrebzl May 28, 2024
76f6d5f
feat: Implement iceberg retry logic (#657)
svdimchenko May 28, 2024
b0f0c45
chore: Bumped version to 1.8.2 for release (#663)
svdimchenko May 28, 2024
ac740fb
chore: Added information about location table to readme (#628) (#665)
cuff-links May 31, 2024
b326bed
chore: Update moto requirement from ~=5.0.8 to ~=5.0.9 (#666)
dependabot[bot] Jun 3, 2024
aaca397
fix: edge case fix on iceberg target table being dropped instead on b…
nicor88 Jun 7, 2024
1e23de0
chore: Update pyupgrade requirement from ~=3.15 to ~=3.16 (#669)
dependabot[bot] Jun 10, 2024
7d85052
chore: Update flake8 requirement from ~=7.0 to ~=7.1 (#670)
dependabot[bot] Jun 17, 2024
d95e9f1
feat: Update `AthenaColumn` to parse array types (#672)
jeancochrane Jun 25, 2024
aa47def
chore: improve function tests for iceberg retries (#674)
nicor88 Jun 25, 2024
2de9dd9
chore: Update dbt-tests-adapter requirement from ~=1.8.0 to ~=1.9.1 (…
dependabot[bot] Jun 25, 2024
ab93867
fix: Improve caching of work_group lookup (#678)
namelessjon Jun 27, 2024
576b0ea
chore: increase num_iceberg retries (#679)
nicor88 Jun 27, 2024
69e5834
chore: prepare release 1.8.3 (#680)
nicor88 Jun 27, 2024
5b95fcc
chore: Update moto requirement from ~=5.0.9 to ~=5.0.10 (#681)
dependabot[bot] Jul 1, 2024
47461bf
fix: Remove catalog from the DDL SQL generated by on_schema_change=sy…
iconara Jul 5, 2024
83fd087
chore: Update moto requirement from ~=5.0.10 to ~=5.0.11 (#685)
dependabot[bot] Jul 8, 2024
80ddcce
chore: Update dbt-tests-adapter requirement from ~=1.9.1 to ~=1.9.2 (…
dependabot[bot] Jul 15, 2024
09e861b
chore: Update pytest requirement from ~=8.2 to ~=8.3 (#690)
dependabot[bot] Jul 22, 2024
62f1b84
chore: Update pyupgrade requirement from ~=3.16 to ~=3.17 (#692)
dependabot[bot] Aug 5, 2024
fa6b1b3
fix: Revert "chore: Update pyupgrade requirement from ~=3.16 to ~=3.1…
nicor88 Aug 5, 2024
5d6c209
chore: Update tenacity requirement from ~=8.2 to >=8.2,<10.0 (#693)
dependabot[bot] Aug 5, 2024
98e580c
chore: Update black requirement from ~=24.4 to ~=24.8 (#694)
dependabot[bot] Aug 5, 2024
d115fb0
chore: Update moto requirement from ~=5.0.11 to ~=5.0.12 (#695)
dependabot[bot] Aug 5, 2024
fbe3bc4
fix: Query comment for create table statement (#702)
sanromeo Aug 12, 2024
3f4eee1
fix: remove leading whitespaces on post-hook operations (#705)
sanromeo Aug 19, 2024
4893c4f
chore: Update boto3-stubs[s3] requirement from ~=1.34 to ~=1.35 (#707)
dependabot[bot] Aug 19, 2024
2a4de60
chore: Update moto requirement from ~=5.0.12 to ~=5.0.13 (#708)
dependabot[bot] Aug 19, 2024
9b79444
fix: vacuum more runs needed error (#703)
Jrmyy Aug 23, 2024
ef3b774
chore: Update pyparsing requirement from ~=3.1.2 to ~=3.1.4 (#709)
dependabot[bot] Aug 26, 2024
840e847
chore: release 1.8.4 (#710)
nicor88 Aug 28, 2024
d2bc485
feat: skip_workgroup_check setting to reduce AWS throttling (#713)
amacal Sep 12, 2024
25728ae
Update README.md
colin-rogers-dbt Sep 13, 2024
3ed282f
Configure CI testing workflows (#717)
colin-rogers-dbt Sep 16, 2024
c9e9389
Standardize dbt-athena version in setup.py (#719)
colin-rogers-dbt Sep 17, 2024
8a2cffc
Remove Extra Init file (#722)
colin-rogers-dbt Sep 17, 2024
034bd5c
Update CODEOWNERS
colin-rogers-dbt Sep 19, 2024
5085d2d
chore: remove sponsorship links (#725)
nicor88 Sep 23, 2024
78fae87
chore: remove trigger on label for functional tests (#727)
nicor88 Sep 24, 2024
fea86ff
fix: Remove non-current iceberg columns from catalog (#731)
svdimchenko Sep 30, 2024
5db80c7
Update release workflow (#732)
mikealfare Oct 17, 2024
5fb9bf8
Drop support for Python 3.8 (#741)
mikealfare Oct 17, 2024
4c3cbf4
Bump to `1.9.0b1` (#744)
mikealfare Oct 17, 2024
be1a703
Add internal publish workflow (#745)
mikealfare Oct 19, 2024
31222e5
Remove the PyPI version of core that gets installed as a sidecar for …
mikealfare Oct 23, 2024
5987b9a
Pass secrets to publish internal for AWS CLI (#748)
mikealfare Oct 23, 2024
8b3387f
Run on `pull_request_target` to pick up environment variables and sec…
mikealfare Oct 28, 2024
3e6d043
fix: increase iceberg retries in integration tests (#746)
nicor88 Oct 28, 2024
cb2d109
Fix local testing (#755)
mikealfare Nov 9, 2024
bacbe23
add unique temp table suffix for iceberg tables (#757)
teoria Nov 20, 2024
a425cc6
Invalid tmp table name when using: unique_tmp_table_suffix (#754)
atommych Nov 23, 2024
8f6b1f0
Stop adding aliases to render_limited output (#749)
Dewwi Dec 2, 2024
b52d304
bump to 1.9.0rc1 (#762)
colin-rogers-dbt Dec 2, 2024
cb63070
bump to 1.9.0final (#765)
colin-rogers-dbt Dec 10, 2024
8d5cef3
ADAP-1125: Update the repo structure to migrate to a monorepo (#764)
mikealfare Dec 11, 2024
30b4fcb
Replace environment variables with string literals in workflow defaul…
mikealfare Dec 16, 2024
d5a2d6d
Fix pull requests workflow (#769)
mikealfare Dec 17, 2024
aec358f
add bug report
amychen1776 Dec 19, 2024
61cd294
update config.yml
amychen1776 Dec 19, 2024
3a3bf83
add feature request and regression report
amychen1776 Dec 19, 2024
12c5831
remove other file
amychen1776 Dec 19, 2024
5a379c0
remove dbt-snowflake mention
amychen1776 Dec 19, 2024
8e2aa42
Add triage workflow and labels to new issues (#773)
mikealfare Dec 19, 2024
8779fd1
create a migration script
mikealfare Jan 7, 2025
efb56f6
move all files from dbt-athena repo
mikealfare Jan 8, 2025
42900ea
update workflows to include dbt-athena
mikealfare Jan 9, 2025
e9f7232
Merge branch 'main' into monorepo/migrate-dbt-athena
mikealfare Jan 9, 2025
0c69f76
trigger pull request checks on local branch for testing
mikealfare Jan 9, 2025
f8c6727
run code quality on all files
mikealfare Jan 9, 2025
a573f43
access environment variables for integration tests
mikealfare Jan 9, 2025
4d41dc7
skip problematic functional test that cannot run in parallel
mikealfare Jan 10, 2025
22e54fb
remove pull_request as a trigger in pull-request-checks.yml
mikealfare Jan 10, 2025
dfe6f6f
Merge branch 'main' into monorepo/migrate-dbt-athena
mikealfare Jan 10, 2025
f8a2a3a
Merge branch 'main' into monorepo/migrate-dbt-athena
mikealfare Jan 10, 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
131 changes: 72 additions & 59 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,81 +1,94 @@
name: 🐞 Bug
description: Report a bug or an issue you've found with dbt-adapters
description: Report a bug or an issue you've found
title: "[Bug] <title>"
labels: ["bug", "triage"]
body:
- type: markdown
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: checkboxes
value: Thanks for taking the time to fill out this bug report!
- type: checkboxes
attributes:
label: Is this a new bug?
description: >
In other words, is this an error, flaw, failure or fault in our software?
label: Is this a new bug?
description: >
In other words, is this an error, flaw, failure or fault in our software?

If this is a bug that broke existing functionality that used to work, please open a regression issue.
If this is a bug experienced while using dbt Cloud, please report to [support](mailto:[email protected]).
If this is a request for help or troubleshooting code in your own dbt project, please join our [dbt Community Slack](https://www.getdbt.com/community/join-the-community/) or open a [Discussion question](https://github.com/dbt-labs/docs.getdbt.com/discussions).
If this is a bug that broke existing functionality that used to work, please open a regression issue.
If this is a bug experienced while using dbt Cloud, please report to [support](mailto:[email protected]).
If this is a request for help or troubleshooting code in your own dbt project, please join our [dbt Community Slack](https://www.getdbt.com/community/join-the-community/) or open a [Discussion question](https://github.com/dbt-labs/docs.getdbt.com/discussions).

Please search to see if an issue already exists for the bug you encountered.
options:
- label: I believe this is a new bug
required: true
- label: I have searched the existing issues, and I could not find an existing issue for this bug
required: true
- type: textarea
Please search to see if an issue already exists for the bug you encountered.
options:
- label: I believe this is a new bug
required: true
- label: I have searched the existing issues, and I could not find an existing issue for this bug
required: true
- type: checkboxes
attributes:
label: Current Behavior
description: A concise description of what you're experiencing.
label: Which packages are affected?
description: Select one or more options below.
options:
- label: dbt-adapters
required: false
- label: dbt-tests-adapter
required: false
- label: dbt-athena
required: false
- label: dbt-athena-community
required: false
- type: textarea
attributes:
label: Current Behavior
description: A concise description of what you're experiencing.
validations:
required: true
- type: textarea
required: true
- type: textarea
attributes:
label: Expected Behavior
description: A concise description of what you expected to happen.
label: Expected Behavior
description: A concise description of what you expected to happen.
validations:
required: true
- type: textarea
required: true
- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. In this environment...
2. With this config...
3. Run '...'
4. See error...
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. In this environment...
2. With this config...
3. Run '...'
4. See error...
validations:
required: true
- type: textarea
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: |
If applicable, log output to help explain your problem.
render: shell
label: Relevant log output
description: If applicable, log output to help explain your problem.
render: shell
validations:
required: false
- type: textarea
required: false
- type: textarea
attributes:
label: Environment
description: |
examples:
- **OS**: Ubuntu 20.04
- **Python**: 3.11.6 (`python3 --version`)
- **dbt-adapters**: 1.0.0
value: |
- OS:
- Python:
- dbt-adapters:
render: markdown
label: Environment
description: |
examples:
- **OS**: Ubuntu 20.04
- **Python**: 3.11.6 (`python3 --version`)
- **dbt-adapters**: 1.10.0
- **dbt-postgres**: 1.9.0
value: |
- OS:
- Python:
- dbt-adapters:
- <adapter>:
render: markdown
validations:
required: false
- type: textarea
required: false
- type: textarea
attributes:
label: Additional Context
description: |
Links? References? Anything that will give us more context about the issue you are encountering!
label: Additional Context
description: |
Links? References? Anything that will give us more context about the issue you are encountering!

Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
required: false
11 changes: 7 additions & 4 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
blank_issues_enabled: false
contact_links:
- name: Ask the community for help
- name: Ask the community for help
url: https://github.com/dbt-labs/docs.getdbt.com/discussions
about: Need help troubleshooting? Check out our guide on how to ask
- name: Contact dbt Cloud support
- name: Contact dbt Cloud support
url: mailto:[email protected]
about: Are you using dbt Cloud? Contact our support team for help!
- name: Participate in Discussions
- name: Participate in Discussions
url: https://github.com/dbt-labs/dbt-adapters/discussions
about: Do you have a Big Idea for dbt-adapters? Read open discussions, or start a new one
about: Do you have a Big Idea for dbt-adapters or one of the adapter implementations? Read open discussions, or start a new one
- name: Create an issue for dbt-core
url: https://github.com/dbt-labs/dbt-core/issues/new/choose
about: Report a bug or request a feature for dbt-core
80 changes: 38 additions & 42 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,59 +1,55 @@
name: ✨ Feature
description: Propose a straightforward extension of dbt-adapters functionality
description: Propose a straightforward extension of dbt functionality
title: "[Feature] <title>"
labels: ["enhancement", "triage"]
body:
- type: markdown
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request!
- type: checkboxes
value: Thanks for taking the time to fill out this feature request!
- type: checkboxes
attributes:
label: Is this your first time submitting a feature request?
description: >
We want to make sure that features are distinct and discoverable,
so that other members of the community can find them and offer their thoughts.
label: Is this your first time submitting a feature request?
description: >
We want to make sure that features are distinct and discoverable,
so that other members of the community can find them and offer their thoughts.

Issues are the right place to request straightforward extensions of existing dbt-adapters functionality.
For "big ideas" about future capabilities of dbt-adapters, we ask that you open a
[discussion](https://github.com/dbt-labs/dbt-adapters/discussions/new?category=ideas) in the "Ideas" category instead.
options:
- label: I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations)
required: true
- label: I have searched the existing issues, and I could not find an existing issue for this feature
required: true
- label: I am requesting a straightforward extension of existing dbt-adapters functionality, rather than a Big Idea better suited to a discussion
required: true
- type: textarea
Issues are the right place to request straightforward extensions of existing dbt functionality.
For "big ideas" about future capabilities of dbt, we ask that you open a
[discussion](https://github.com/dbt-labs/dbt-adapters/discussions/new?category=ideas) in the "Ideas" category instead.
options:
- label: I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations)
required: true
- label: I have searched the existing issues, and I could not find an existing issue for this feature
required: true
- label: I am requesting a straightforward extension of existing dbt functionality, rather than a Big Idea better suited to a discussion
required: true
- type: textarea
attributes:
label: Describe the feature
description: A clear and concise description of what you want to happen.
label: Describe the feature
description: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
required: true
- type: textarea
attributes:
label: Describe alternatives you've considered
description: |
A clear and concise description of any alternative solutions or features you've considered.
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: false
- type: textarea
required: false
- type: textarea
attributes:
label: Who will this benefit?
description: |
What kind of use case will this feature be useful for? Please be specific and provide examples, this will help us prioritize properly.
label: Who will this benefit?
description: What kind of use case will this feature be useful for? Please be specific and provide examples, this will help us prioritize properly.
validations:
required: false
- type: input
required: false
- type: input
attributes:
label: Are you interested in contributing this feature?
description: Let us know if you want to write some code, and how we can help.
label: Are you interested in contributing this feature?
description: Let us know if you want to write some code, and how we can help.
validations:
required: false
- type: textarea
required: false
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the feature you are suggesting!
label: Anything else?
description: Links? References? Anything that will give us more context about the feature you are suggesting!
validations:
required: false
required: false
91 changes: 0 additions & 91 deletions .github/ISSUE_TEMPLATE/internal-epic.yml

This file was deleted.

Loading
Loading