Skip to content

Commit

Permalink
Merge branch 'main' into dbeatty/snapshots_new_record_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare authored Feb 6, 2025
2 parents 7b0d6ed + 05f0337 commit 921ee2d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 216 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Empty file added tests/__init__.py
Empty file.
72 changes: 0 additions & 72 deletions tests/functional/run_operations/fixtures.py

This file was deleted.

143 changes: 0 additions & 143 deletions tests/functional/run_operations/test_run_operations.py

This file was deleted.

0 comments on commit 921ee2d

Please sign in to comment.