-
Notifications
You must be signed in to change notification settings - Fork 40
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
base: main
Are you sure you want to change the base?
Conversation
* update to retrieve contract enforced from dict * add dependecy on branch * change ref * Update Under the Hood-20230223-110314.yaml * remove extra get * revert branch dependency
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]>
Integration tests run against this branch using the workflow on this branch: https://github.com/dbt-labs/dbt-adapters/actions/runs/12873006795 |
The failed |
Is there a typo in the name of this PR? I feel like you meant |
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.