Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
120 commits
Select commit Hold shift + click to select a range
cfcc59c
template repo from dbt-adapters
mikealfare Jan 16, 2024
c0f2601
copy README.md from dbt-core/plugins/postgres
mikealfare Jan 16, 2024
5449feb
copy functional code from dbt-core/plugins/postgres
mikealfare Jan 17, 2024
c02410f
fix dbt logo
mikealfare Jan 17, 2024
6b4ac71
fix dbt logo
mikealfare Jan 17, 2024
9a4ec9b
point to dbt-common on pypi
mikealfare Jan 17, 2024
0264d9f
point to dbt-adapters on pypi
mikealfare Jan 17, 2024
804e273
migrate unit tests, they pass
mikealfare Jan 23, 2024
ae7b1b4
migrate all functional tests from dbt-core, remove references to dbt.…
mikealfare Jan 23, 2024
5390f0d
fix relative import issues
mikealfare Jan 23, 2024
a661a15
resolve pytest file name collision
mikealfare Jan 23, 2024
3e97765
execute run_dbt through proxy method to set flags
mikealfare Jan 23, 2024
2209008
fix build checks
mikealfare Jan 23, 2024
b526393
add connection config to functional tests
mikealfare Jan 24, 2024
449c88e
fix relative import
mikealfare Jan 24, 2024
c4fa2dd
move globalization of flags into base conftest
mikealfare Jan 24, 2024
91a522c
formatting
mikealfare Jan 24, 2024
4438484
break apart unit tests into separate modules
mikealfare Jan 24, 2024
8202da1
linting
mikealfare Jan 25, 2024
61f62b2
fix dev and test dependencies to pull in dev versions from github
mikealfare Jan 25, 2024
9fb9c72
fix integration tests
mikealfare Jan 25, 2024
747a38c
setup CI
mikealfare Jan 25, 2024
937e0a3
add testing logs to gitignore
mikealfare Jan 25, 2024
834b970
remove unused test case
mikealfare Jan 26, 2024
6069171
Configure release pipeline, using shared actions from `dbt-adapters` …
mikealfare Jan 30, 2024
317f1e9
Update job names, github uses job name, not workflow name for require…
mikealfare Jan 30, 2024
6bf58e8
swap back to __version__.py (#3)
colin-rogers-dbt Feb 1, 2024
deb4e09
Temporarily default to psycopg2 (#5)
colin-rogers-dbt Feb 6, 2024
3b8647c
Remove experimental parser tests (#10)
mikealfare Feb 12, 2024
cb1bdd5
GitHub Action to add/remove triage labels as-needed (#7)
dbeatty10 Feb 12, 2024
3356053
GitHub Action to close issues as stale as-needed (#8)
dbeatty10 Feb 12, 2024
5fa52ca
Point testing dependencies to `main` (#12)
mikealfare Feb 15, 2024
086fa8b
Update test requirements in pyproject.toml via bash script (#15)
colin-rogers-dbt Feb 20, 2024
57d2e70
Setup shared tests (#18)
mikealfare Feb 21, 2024
809704c
Bump dbt-common<2.0 (#25)
MichelleArk Feb 27, 2024
71102f8
Remove saved query tests, they belong in dbt-core (#26)
mikealfare Feb 27, 2024
dd4d8da
Update dependencies for 1.0.0b1 (#27)
mikealfare Feb 27, 2024
c2e7104
Fix testing migration (#21)
mikealfare Feb 28, 2024
ce32e05
[Version bump] 1.8.0b1 (#30)
mikealfare Mar 1, 2024
5910316
Use appropriate archive name (#31)
mikealfare Mar 1, 2024
03e39d8
Add dummy file. (#33)
VersusFacit Mar 19, 2024
c18585f
Add release internal workflow (#35)
VersusFacit Mar 20, 2024
dd574db
Remove tests inadvertently migrated during the core-adapter de-coupli…
mikealfare Mar 20, 2024
618c85d
Change input references to make documentation recommendations. (#37)
VersusFacit Mar 21, 2024
23880f4
Add test to restore transactions behavior. (#24)
VersusFacit Mar 21, 2024
ee3da67
Add release internal workflow (#36)
VersusFacit Mar 26, 2024
b35ce40
Pin `black>=24.3` (#40)
mikealfare Mar 28, 2024
1c95a75
revert default psycopg2 back to psycopg2-binary (#41)
colin-rogers-dbt Apr 2, 2024
5deb888
Add `dbt-core~=1.8.0a1` as convenience dep (#44)
mikealfare Apr 3, 2024
0b70805
Add version bump workflow (#46)
mikealfare Apr 3, 2024
336d592
Manual version bump (#47)
mikealfare Apr 3, 2024
461616f
Update dependabot config to cover GHA (#56)
mikealfare Apr 12, 2024
32c8547
Install `psycopg2` based on platform (#60)
mikealfare Apr 12, 2024
f67e02f
Fix `psycopg2` changelog entry (#61)
mikealfare Apr 16, 2024
3e7940a
manually update version, do changie batch and merge (#63)
McKnight-42 Apr 16, 2024
f40554d
bumping to beta4 due to issue during release (#65)
McKnight-42 Apr 16, 2024
333a1e5
Add and configure `pre-commit` (#62)
mikealfare Apr 19, 2024
118fbbd
[CT-3267] [Feature] Debug log when `type_code` fails to convert to a …
dbeatty10 Apr 19, 2024
3f0091c
Materialized Views not updating cache (#69)
McKnight-42 Apr 24, 2024
6a1897e
Pin `macos` test runners to `macos-12` (#71)
mikealfare Apr 25, 2024
cf10056
[Bug] Use a list instead of a set for index changes to perserve order…
mikealfare Apr 25, 2024
d379e9e
Release prep for `1.8.0b5` (#75)
mikealfare Apr 30, 2024
18b93ae
Add branch param to release job (#79)
VersusFacit May 1, 2024
3c90ecb
Bump version to new alpha (#80)
VersusFacit May 1, 2024
8446b97
[Tech Debt] Remove context methods test suite (#83)
mikealfare May 2, 2024
f873247
Create CODEOWNERS (#86)
mikealfare May 8, 2024
09518ec
remove defer_state tests (#84)
colin-rogers-dbt May 9, 2024
c51b214
delete tests taht should be in core (#92)
McKnight-42 May 10, 2024
dc5c0f5
delete unneeded list command (#94)
colin-rogers-dbt May 13, 2024
3aba80e
Cross-database `date` macro (#81)
dbeatty10 May 13, 2024
862e8e9
Import relevant pytest(s) for cross-database `cast` macro (#77)
dbeatty10 May 14, 2024
e23d0a7
Fix the semicolon semantics for indexes while respecting other bug fi…
VersusFacit May 15, 2024
e308e2a
Add docker release to the full release process for final releases (#51)
mikealfare May 20, 2024
86349f0
Bump ubuntu from 22.04 to 24.04 in /docker (#100)
dependabot[bot] May 21, 2024
0717373
Fix release workflow (#106)
mikealfare May 23, 2024
96dd860
Add a changelog entry check for pull requests (#108)
mikealfare May 23, 2024
007e8b8
delete more Core only Tests (#114)
colin-rogers-dbt Jun 11, 2024
7c19b33
[Regression] Fix psycopg2 version install (#113)
mikealfare Jun 18, 2024
07a585b
update user docs-issue workflow (#115)
McKnight-42 Jun 20, 2024
f21b89c
Add skip option and remove version_number (#116)
colin-rogers-dbt Jun 20, 2024
e7c4f79
Support persisting docs for `materialized_view` materializations (#98)
morsapaes Jul 8, 2024
00df40d
Base 207/add test (#119)
VersusFacit Jul 12, 2024
7a4c021
Remove snapshot tests (#127)
gshank Jul 16, 2024
bc042ce
Add record/replay support (#123)
peterallenwebb Jul 16, 2024
66ba1c2
Simplify hatch setup (#126)
mikealfare Jul 16, 2024
033de4c
Bump actions/checkout from 3 to 4 (#102)
dependabot[bot] Jul 17, 2024
6d99e2b
Bump actions/setup-python from 4 to 5 (#118)
dependabot[bot] Jul 17, 2024
1a04eb9
Bump dbt-labs/actions from 1.1.0 to 1.1.1 (#101)
dependabot[bot] Jul 17, 2024
89d89d3
Bump deps on common, adapters, core (#95)
jtcohen6 Jul 17, 2024
68fe56a
Add hatch commands to the README (#131)
VersusFacit Jul 23, 2024
2854173
Make `dependabot` ignore patch updates (#128)
mikealfare Jul 24, 2024
550521e
Integration workflow update to support all-in-one adapter testing (#133)
gshank Aug 1, 2024
aa0fe47
Add support for python 3.12 (#135)
mikealfare Aug 1, 2024
5575fa8
Updating changie.yaml to add contributors and PR links (#134)
leahwicz Aug 6, 2024
6e4a8e3
remove tests covered by dbt-core (#147)
MichelleArk Sep 9, 2024
a676c4e
dbt-postgres 'microbatch' strategy (#146)
MichelleArk Sep 12, 2024
d69a12f
Allow configuring snapshot table column names (#145)
gshank Sep 20, 2024
2262a85
Generate changelog at .changes/1.9.0-b1.md
FishtownBuildBot Sep 25, 2024
988e995
Bump version to 1.9.0b1
FishtownBuildBot Sep 25, 2024
2fc6561
[Automated] Merged prep-release/prod/1.9.0b1_11036890663 into target …
FishtownBuildBot Sep 25, 2024
cb4a953
Fix hook tests (#153)
aranke Oct 1, 2024
ed94c0d
Enable setting dbt_valid_to snapshot column to new setting dbt_valid_…
gshank Oct 10, 2024
20cdf8f
Remove tests that are covered in dbt-core (#162)
mikealfare Oct 16, 2024
3522448
Drop support for Python 3.8 (#161)
mikealfare Oct 17, 2024
80483a0
Remove duplicate tests that should exist in dbt-core (#166)
mikealfare Oct 18, 2024
4555e5d
Add test for ensuring bad incremental strategies get validated/caught…
QMalcolm Oct 18, 2024
ae48e67
move github runner from macos-12 to macos-14 (#171)
colin-rogers-dbt Nov 5, 2024
6ff90bb
Generate changelog at .changes/1.9.0-rc1.md
FishtownBuildBot Dec 2, 2024
a185fda
Bump version to 1.9.0rc1
FishtownBuildBot Dec 2, 2024
a2e77dc
[Automated] Merged prep-release/prod/1.9.0rc1_12125182340 into target…
FishtownBuildBot Dec 2, 2024
2a24589
update libpq-dev dependency to 13.18-0+deb11u1 (#177)
colin-rogers-dbt Dec 4, 2024
cc7189f
Generate changelog at .changes/1.9.0.md
FishtownBuildBot Dec 9, 2024
45e051a
Bump version to 1.9.0
FishtownBuildBot Dec 9, 2024
a47617d
[Automated] Merged prep-release/prod/1.9.0_12241707105 into target ma…
FishtownBuildBot Dec 9, 2024
864861b
Pin `github-release` workflow (#186)
mikealfare Dec 13, 2024
05f0337
delete run_operations tests (#188)
colin-rogers-dbt Jan 10, 2025
49141a6
ADAP-1123: Create the package subdirectory (#176)
mikealfare Dec 11, 2024
cae11b6
migrate dbt-postgres into the monorepo
mikealfare Jan 23, 2025
fc3c9cd
add the datadog pytest plugin to the test dependencies
mikealfare Jan 23, 2025
4e39416
pin pytest for the datadog plugin
mikealfare Jan 23, 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
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ body:
required: false
- label: dbt-bigquery
required: false
- label: dbt-postgres
required: false
- label: dbt-redshift
required: false
- label: dbt-spark
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/regression-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ body:
required: false
- label: dbt-bigquery
required: false
- label: dbt-postgres
required: false
- label: dbt-redshift
required: false
- label: dbt-spark
Expand Down
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ updates:
- "/dbt-athena"
- "/dbt-athena-community"
- "/dbt-bigquery"
- "/dbt-postgres"
- "/dbt-redshift"
- "/dbt-spark"
schedule:
Expand All @@ -19,6 +20,7 @@ updates:
- package-ecosystem: "docker"
directories:
- "/dbt-bigquery/docker"
- "/dbt-postgres/docker"
- "/dbt-redshift/docker"
- "/dbt-spark/docker"
schedule:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/_generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ on:
- "dbt-athena"
- "dbt-athena-community"
- "dbt-bigquery"
- "dbt-postgres"
- "dbt-redshift"
- "dbt-spark"
merge:
Expand Down
80 changes: 80 additions & 0 deletions .github/workflows/_integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ on:
- "dbt-athena"
- "dbt-athena-community"
- "dbt-bigquery"
- "dbt-postgres"
- "dbt-redshift"
- "dbt-spark"
branch:
Expand Down Expand Up @@ -128,6 +129,85 @@ jobs:
if: ${{ inputs.python-version == '3.9' }} # we only run this for one version to run in series
working-directory: ./${{ inputs.package }}

integration-tests-postgres:
if: inputs.package == 'dbt-postgres'
runs-on: ${{ inputs.os }}
environment:
name: ${{ inputs.package }}
env:
POSTGRES_TEST_HOST: ${{ vars.POSTGRES_TEST_HOST }}
POSTGRES_TEST_PORT: ${{ vars.POSTGRES_TEST_PORT }}
POSTGRES_TEST_USER: ${{ vars.POSTGRES_TEST_USER }}
POSTGRES_TEST_PASS: ${{ secrets.POSTGRES_TEST_PASS }}
POSTGRES_TEST_DATABASE: ${{ vars.POSTGRES_TEST_DATABASE }}
POSTGRES_TEST_THREADS: ${{ vars.POSTGRES_TEST_THREADS }}
services:
postgres:
image: postgres
env:
POSTGRES_PASSWORD: postgres
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- ${{ vars.POSTGRES_TEST_PORT }}:5432
steps:
- uses: actions/checkout@v4
with:
ref: ${{ inputs.branch }}
repository: ${{ inputs.repository }}
- uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}
- run: psql -f ./scripts/setup_test_database.sql
working-directory: ./dbt-postgres
env:
PGHOST: ${{ vars.POSTGRES_TEST_HOST }}
PGPORT: ${{ vars.POSTGRES_TEST_PORT }}
PGUSER: postgres
PGPASSWORD: postgres
PGDATABASE: postgres
- uses: pypa/hatch@install
- run: hatch run integration-tests tests/functional --ddtrace
working-directory: ./${{ inputs.package }}

integration-tests-postgres-psycopg2-check:
if: inputs.package == 'dbt-postgres'
runs-on: ${{ inputs.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}
- if: startsWith(inputs.os, 'macos')
run: brew install postgresql
- name: "Test psycopg2 - default"
run: scripts/psycopg2-check.sh
working-directory: ./${{ inputs.package }}
env:
PSYCOPG2_EXPECTED_NAME: psycopg2-binary
- name: "Test psycopg2 - invalid override"
run: scripts/psycopg2-check.sh
working-directory: ./${{ inputs.package }}
env:
DBT_PSYCOPG2_NAME: rubber-baby-buggy-bumpers
PSYCOPG2_EXPECTED_NAME: psycopg2-binary
- name: "Test psycopg2 - override"
run: scripts/psycopg2-check.sh
working-directory: ./${{ inputs.package }}
env:
DBT_PSYCOPG2_NAME: psycopg2
PSYCOPG2_EXPECTED_NAME: psycopg2-binary # we have not implemented the hook yet, so this doesn't work
- name: "Test psycopg2 - manual override"
# verify that the workaround documented in the `README.md` continues to work
run: scripts/psycopg2-check.sh
working-directory: ./${{ inputs.package }}
env:
PSYCOPG2_WORKAROUND: true
PSYCOPG2_EXPECTED_NAME: psycopg2

integration-tests-redshift:
if: ${{ inputs.package == 'dbt-redshift' }}
runs-on: ${{ inputs.os }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/_publish-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:
- "dbt-adapters"
- "dbt-athena"
- "dbt-bigquery"
- "dbt-postgres"
- "dbt-redshift"
- "dbt-spark"
deploy-to:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/_publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
- "dbt-athena"
- "dbt-athena-community"
- "dbt-bigquery"
- "dbt-postgres"
- "dbt-redshift"
- "dbt-spark"
deploy-to:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/_unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ on:
- "dbt-athena"
- "dbt-athena-community"
- "dbt-bigquery"
- "dbt-postgres"
- "dbt-redshift"
- "dbt-spark"
branch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/_verify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ on:
- "dbt-athena"
- "dbt-athena-community"
- "dbt-bigquery"
- "dbt-postgres"
- "dbt-redshift"
- "dbt-spark"
branch:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- "dbt-athena"
- "dbt-athena-community"
- "dbt-bigquery"
- "dbt-postgres"
- "dbt-redshift"
- "dbt-spark"
deploy-to:
Expand Down Expand Up @@ -56,7 +57,7 @@ jobs:
generate-changelog:
needs: [unit-tests, integration-tests]
if: |
always() &&
always() &&
(needs.integration-tests.result == 'skipped' || needs.integration-tests.result == 'success') &&
(needs.unit-tests.result == 'skipped' || needs.unit-tests.result == 'success')
uses: ./.github/workflows/_generate-changelog.yml
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- "dbt-athena"
- "dbt-athena-community"
- "dbt-bigquery"
- "dbt-postgres"
- "dbt-redshift"
- "dbt-spark"
os: [ubuntu-22.04]
Expand All @@ -56,6 +57,7 @@ jobs:
- "dbt-athena"
- "dbt-athena-community"
- "dbt-bigquery"
- "dbt-postgres"
- "dbt-redshift"
- "dbt-spark"
os: [ ubuntu-22.04 ]
Expand All @@ -76,6 +78,7 @@ jobs:
- "dbt-athena"
- "dbt-athena-community"
- "dbt-bigquery"
- "dbt-postgres"
- "dbt-redshift"
- "dbt-spark"
os: [ubuntu-22.04]
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repos:
rev: 7.1.1
hooks:
- id: flake8
exclude: dbt/adapters/events/adapter_types_pb2.py|tests/functional/|dbt-spark/tests/|dbt-bigquery/tests/|dbt-redshift/tests
exclude: dbt/adapters/events/adapter_types_pb2.py|tests/functional/|dbt-spark/tests/|dbt-bigquery/tests/|dbt-redshift/tests|dbt-postgres/tests
args:
- --max-line-length=99
- --select=E,F,W
Expand Down
3 changes: 3 additions & 0 deletions dbt-postgres/.changes/0.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Previous Releases
For information on prior major and minor releases, see their changelogs:
- [1.8](https://github.com/dbt-labs/dbt-postgres/blob/1.8.latest/CHANGELOG.md)
Empty file.
35 changes: 35 additions & 0 deletions dbt-postgres/.changes/1.9.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## dbt-postgres 1.9.0 - December 09, 2024

### Breaking Changes

- Drop support for Python 3.8 ([#161](https://github.com/dbt-labs/dbt-postgres/issues/161))

### Features

- Add tests for cross-database `cast` macro ([#76](https://github.com/dbt-labs/dbt-postgres/issues/76))
- Cross-database `date` macro ([#82](https://github.com/dbt-labs/dbt-postgres/issues/82))
- Add support for Python 3.12 ([#17](https://github.com/dbt-labs/dbt-postgres/issues/17))
- Allow configuring snapshot column names ([#144](https://github.com/dbt-labs/dbt-postgres/issues/144))
- Microbatch incremental strategy implementation: merge ([#149](https://github.com/dbt-labs/dbt-postgres/issues/149))
- Enable setting current value of dbt_valid_to ([#151](https://github.com/dbt-labs/dbt-postgres/issues/151))

### Fixes

- Fix the semicolon semantics for indexes while respecting other bug fix ([#85](https://github.com/dbt-labs/dbt-postgres/issues/85))
- Default to psycopg2-binary and allow overriding to psycopg2 via DBT_PSYCOPG2_NAME (restores previous behavior) ([#96](https://github.com/dbt-labs/dbt-postgres/issues/96))
- Fix `persist_docs` for `materialized_view` materializations. Previously, using this configuration with materialized view models would lead to an error. ([#120](https://github.com/dbt-labs/dbt-postgres/issues/120))

### Under the Hood

- Add support for experimental record/replay testing. ([#123](https://github.com/dbt-labs/dbt-postgres/issues/123))
- Updating changie.yaml to add contributors and PR links ([#109](https://github.com/dbt-labs/dbt-postgres/issues/109))

### Contributors
- [@dbeatty10](https://github.com/dbeatty10) ([#76](https://github.com/dbt-labs/dbt-postgres/issues/76), [#82](https://github.com/dbt-labs/dbt-postgres/issues/82))
- [@gshank](https://github.com/gshank) ([#144](https://github.com/dbt-labs/dbt-postgres/issues/144), [#151](https://github.com/dbt-labs/dbt-postgres/issues/151))
- [@leahwicz](https://github.com/leahwicz) ([#109](https://github.com/dbt-labs/dbt-postgres/issues/109))
- [@michelleark](https://github.com/michelleark) ([#149](https://github.com/dbt-labs/dbt-postgres/issues/149))
- [@mikealfare](https://github.com/mikealfare) ([#161](https://github.com/dbt-labs/dbt-postgres/issues/161), [#17](https://github.com/dbt-labs/dbt-postgres/issues/17), [#96](https://github.com/dbt-labs/dbt-postgres/issues/96))
- [@morsapaes](https://github.com/morsapaes) ([#120](https://github.com/dbt-labs/dbt-postgres/issues/120))
- [@peterallenwebb](https://github.com/peterallenwebb) ([#123](https://github.com/dbt-labs/dbt-postgres/issues/123))
- [@versusfacit](https://github.com/versusfacit) ([#85](https://github.com/dbt-labs/dbt-postgres/issues/85))
6 changes: 6 additions & 0 deletions dbt-postgres/.changes/header.tpl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Under the Hood
body: Migrate to a monorepo in dbt-adapters
time: 2024-12-01T12:22:44.407931-05:00
custom:
Author: mikealfare
Issue: "176"
Loading
Loading