Skip to content

Commit

Permalink
Merge branch 'main' into dbeatty/test-cast-macro
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored May 13, 2024
2 parents af06ef8 + c51b214 commit 40d31e6
Show file tree
Hide file tree
Showing 31 changed files with 16 additions and 3,596 deletions.
3 changes: 3 additions & 0 deletions .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)
9 changes: 0 additions & 9 deletions .changes/1.0.8-b3.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changes/1.8.0-b2.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changes/1.8.0-b5.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20240328-133507.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20240403-135902.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Features-20240323-160222.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Fixes-20240423-180916.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Fixes-20240425-133401.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Security-20240327-193942.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Under the Hood-20240226-225642.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This codeowners file is used to ensure all PRs require reviews from the adapters team

* @dbt-labs/adapters
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
- prod
- test
default: prod
ref:
description: "The ref (sha or branch name) to use"
type: string
default: "main"
required: true

permissions: read-all

Expand All @@ -33,6 +38,7 @@ jobs:
uses: actions/checkout@v4
with:
persist-credentials: false
ref: "${{ inputs.ref }}"

- name: Setup `hatch`
uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@main
Expand Down
38 changes: 3 additions & 35 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,6 @@ 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).

## dbt-postgres 1.8.0-b5 - April 29, 2024

### Features

* Debug log when `type_code` fails to convert to a `data_type`

### Fixes

* remove materialized views from renambeable relation and remove a quote
* Replace usage of `Set` with `List` to fix issue with index updates intermittently happening out of order

## dbt-postgres 1.8.0-b2 - April 03, 2024

### Under the Hood

* Add unit test for transaction semantics.

### Dependencies

* add "no-binary" install option
* Add `dbt-core` as a dependency to preserve backwards compatibility for installation

### Security

* Pin `black>=24.3` in `pyproject.toml`

## dbt-postgres 1.0.8-b3 - April 16, 2024

### Fixes

* Determine `psycopg2` based on `platform_system` (Linux or other), remove usage of `DBT_PSYCOPG2_NAME` environment variable

### Under the Hood

* Update dependabot configuration to cover GHA
## 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)
2 changes: 1 addition & 1 deletion dbt/adapters/postgres/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.8.0b5"
version = "1.9.0a1"
95 changes: 0 additions & 95 deletions tests/functional/context_methods/first_dependency.py

This file was deleted.

143 changes: 0 additions & 143 deletions tests/functional/context_methods/test_builtin_functions.py

This file was deleted.

Loading

0 comments on commit 40d31e6

Please sign in to comment.