-
Notifications
You must be signed in to change notification settings - Fork 46
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-1131: Migrate dbt-redshift into dbt-adapters #610
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updates the requirements on [pytz](https://github.com/stub42/pytz) to permit the latest version. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](stub42/pytz@release_2022.7...release_2023.2) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mila Page <[email protected]>
Updates the requirements on [types-pytz](https://github.com/python/typeshed) to permit the latest version. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pytz dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mila Page <[email protected]>
…uring release process
* Test conversion Simple snapshot * Remove branch change
* CT-2222: Redshift adapter support for model-level constrints * CT-2222: Add changelog entry
* fix the json obj in msgs bug for both text and Json logs * Clean up the code and fix the second bug by using a dummy message * make the changie the log message a mite more explicit --------- Co-authored-by: Mila Page <[email protected]>
* update to generalize constraints * fix primary key logic * remove special logic for primary key * fix mypy * update dev requirements
* Bumping version to 1.5.0rc1 * Clean up changelog on main * pre-commit fixes * update RELEASE_BRANCH env --------- Co-authored-by: Matthew McKnight <[email protected]>
Co-authored-by: Github Build Bot <[email protected]>
until 1.5.final is released
Updates the requirements on [pip-tools](https://github.com/jazzband/pip-tools) to permit the latest version. - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md) - [Commits](jazzband/pip-tools@6.12.0...6.13.0) --- updated-dependencies: - dependency-name: pip-tools dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* upgrading pytest * Add automated changelog yaml from template for bot PR * linter --------- Co-authored-by: Github Build Bot <[email protected]>
Bumps [mypy](https://github.com/python/mypy) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v1.1.1...v1.2.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mike Alfare <[email protected]>
Updates the requirements on [types-pytz](https://github.com/python/typeshed) to permit the latest version. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pytz dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mike Alfare <[email protected]>
Updates the requirements on [pytz](https://github.com/stub42/pytz) to permit the latest version. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](stub42/pytz@release_2023.2...release_2023.3) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mike Alfare <[email protected]>
Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.1.0...23.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mike Alfare <[email protected]>
Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/commits/4.5.0) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ft hostnames (#420) * Fix for region parsing in host name.WIP * Edge cases and cleanup * Minor nits * clean up aws regions invocation * Log message and doc nits * Changie entry * Skip validation if aws regions are not determined * move the regions var earlier to effectively cache
…uring release process
* more github deprecations fixes * swap out abandonded action
* updating set-output * add back run, move comment
Co-authored-by: Emily Rockman <[email protected]>
…cros (#458) * Add a fix. Add a test. * Add changelog * Fix test profile * Fix spelling of Redshift * Update changelog --------- Co-authored-by: Mila Page <[email protected]> Co-authored-by: Doug Beatty <[email protected]>
* change connect_timeout to defaulted None * update test_redshift_adapter to pass new changes * test that connect_timeout parameter is called with the right value * add new changelog --------- Co-authored-by: Matthew McKnight <[email protected]>
* Use tests with table/view/column-level comments * Changelog entry * escape % until the underlying issue is fixed in redshift_connector * Revert "Use tests with table/view/column-level comments" This reverts commit 1b41d8c479004194da7eb29ced98577c80f24d0a.
mikealfare
temporarily deployed
to
dbt-bigquery
January 22, 2025 19:57 — with
GitHub Actions
Inactive
mikealfare
temporarily deployed
to
dbt-bigquery
January 22, 2025 19:57 — with
GitHub Actions
Inactive
mikealfare
temporarily deployed
to
dbt-bigquery
January 22, 2025 19:57 — with
GitHub Actions
Inactive
mikealfare
had a problem deploying
to
dbt-spark
January 22, 2025 19:57 — with
GitHub Actions
Failure
VersusFacit
approved these changes
Jan 22, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Migrate
dbt-redshift
into this repo using the following shell script and call:source ./scripts/migrate-adapter.sh dbt-redshift monorepo/stage monorepo/migrate-dbt-redshift
Update workflows to include
dbt-redshift
.Make updates related with code quality checks due to slightly different config.
Merge this PR as a regular merge instead of a squash merge in order to retain git blame history.