From 834f24471b116793e316f5a34cde158cb109c593 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Thu, 12 Dec 2024 20:46:14 -0500 Subject: [PATCH 1/3] pin the github-release workflow to the last tag of dbt-adapters for which it exists --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bbf3639..e3a43e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,7 +96,7 @@ jobs: needs: - build-release - release-prep - uses: dbt-labs/dbt-adapters/.github/workflows/github-release.yml@main + uses: dbt-labs/dbt-adapters/.github/workflows/github-release.yml@v1.10.3 with: sha: ${{ needs.release-prep.outputs.release-sha }} version_number: ${{ inputs.version }} From cead37de265be7a1b3e3c81e3c29bbd0d769fb37 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Thu, 12 Dec 2024 21:35:26 -0500 Subject: [PATCH 2/3] code quality --- .changes/1.9.0.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.changes/1.9.0.md b/.changes/1.9.0.md index ef33647..62c16b1 100644 --- a/.changes/1.9.0.md +++ b/.changes/1.9.0.md @@ -33,4 +33,3 @@ - [@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)) - From 2f5b426b2c109a1170ca817ffbca91916c71533d Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Fri, 13 Dec 2024 13:19:22 -0500 Subject: [PATCH 3/3] close some local dev related gaps --- pyproject.toml | 1 + tests/__init__.py | 0 2 files changed, 1 insertion(+) create mode 100644 tests/__init__.py diff --git a/pyproject.toml b/pyproject.toml index f3aa52c..30dcb50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,6 +52,7 @@ packages = ["dbt"] path = "dbt/adapters/postgres/__version__.py" [tool.hatch.envs.default] +python = "3.9" dependencies = [ "dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git", "dbt-common @ git+https://github.com/dbt-labs/dbt-common.git", diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29