Skip to content
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

Bumping version to 1.0.0rc2 #45

Merged
merged 2 commits into from
Nov 24, 2021
Merged

Conversation

github-actions[bot]
Copy link
Contributor

Automated changes by create-pull-request GitHub action

@cla-bot cla-bot bot added the cla:yes label Nov 24, 2021
@jtcohen6 jtcohen6 marked this pull request as ready for review November 24, 2021 16:29
@jtcohen6 jtcohen6 merged commit 7e6ba0a into main Nov 24, 2021
@jtcohen6 jtcohen6 deleted the bumping-version/1.0.0rc2_1498993754 branch November 24, 2021 16:32
leahwicz added a commit that referenced this pull request Dec 3, 2021
* Slack message for failed nightly runs (#41)

* Add Redshift parameter to create tables with backup option specified (#42)

* Update impl and adapters to support backup parameter

* Add test files

* Add test files

* Add PR link to Changelog

* Add EOF newlines

* Debug and split test into two separate cases

* Add contributor info

Co-authored-by: Jeremy Cohen <jeremy@dbtlabs.com>

* Bumping version to 1.0.0rc2 (#45)

* Bumping version to 1.0.0rc2

* Update changelog

Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>
Co-authored-by: Jeremy Cohen <jeremy@dbtlabs.com>

Co-authored-by: Dan Bryan <dlb8685@gmail.com>
Co-authored-by: Jeremy Cohen <jeremy@dbtlabs.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>
McKnight-42 added a commit that referenced this pull request Mar 21, 2022
#80)

* Merge `main` into `1.0.latest` (#46)

* Slack message for failed nightly runs (#41)

* Add Redshift parameter to create tables with backup option specified (#42)

* Update impl and adapters to support backup parameter

* Add test files

* Add test files

* Add PR link to Changelog

* Add EOF newlines

* Debug and split test into two separate cases

* Add contributor info

Co-authored-by: Jeremy Cohen <jeremy@dbtlabs.com>

* Bumping version to 1.0.0rc2 (#45)

* Bumping version to 1.0.0rc2

* Update changelog

Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>
Co-authored-by: Jeremy Cohen <jeremy@dbtlabs.com>

Co-authored-by: Dan Bryan <dlb8685@gmail.com>
Co-authored-by: Jeremy Cohen <jeremy@dbtlabs.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>

* [Backport] Bumping version to 1.0.0 (#47) (#48)

* Bumping version to 1.0.0 (#47)

Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>

* Update CHANGELOG.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>

* Fix package version (#49)

* using string interpoloation to gather correct pointer for dbt-core tests against release branches

* created new job for gha to grab correct version of dbt-core to test branch against

* minor update

* adding Get dbt-core-version step to integration.yaml

* modifying version parameters

* change for integration testing

* updating file

* readding pull_request_target now that tests pass

* make nit: suggested changes

* testing conditional logic in integration.yml

* updating test names

* creating main.yml versions of new condtional steps for dbt-version gather

* trying different version of test v.2

* v.3 of conditional mix of original version of tests and leah logic

* adding comment and changelog entry

* changes made after review by @VersusFacit and @kwigley

* name change

* minor updates

* updating name of version ref

* name change of dbt-version step to dbt-core-ref to be more descriptive iof where version is coming from

* Update test_backup_table_option.py

* Update test_backup_table_option.py

* reseting file that shouldn't of been changed

Co-authored-by: leahwicz <60146280+leahwicz@users.noreply.github.com>
Co-authored-by: Dan Bryan <dlb8685@gmail.com>
Co-authored-by: Jeremy Cohen <jeremy@dbtlabs.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>
abbywh pushed a commit to abbywh/dbt-redshift that referenced this pull request Oct 11, 2023
* Bumping version to 1.0.0rc2

* Update changelog

Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>
Co-authored-by: Jeremy Cohen <jeremy@dbtlabs.com>
abbywh pushed a commit to abbywh/dbt-redshift that referenced this pull request Oct 11, 2023
dbt-labs#80)

* Merge `main` into `1.0.latest` (dbt-labs#46)

* Slack message for failed nightly runs (dbt-labs#41)

* Add Redshift parameter to create tables with backup option specified (dbt-labs#42)

* Update impl and adapters to support backup parameter

* Add test files

* Add test files

* Add PR link to Changelog

* Add EOF newlines

* Debug and split test into two separate cases

* Add contributor info

Co-authored-by: Jeremy Cohen <jeremy@dbtlabs.com>

* Bumping version to 1.0.0rc2 (dbt-labs#45)

* Bumping version to 1.0.0rc2

* Update changelog

Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>
Co-authored-by: Jeremy Cohen <jeremy@dbtlabs.com>

Co-authored-by: Dan Bryan <dlb8685@gmail.com>
Co-authored-by: Jeremy Cohen <jeremy@dbtlabs.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>

* [Backport] Bumping version to 1.0.0 (dbt-labs#47) (dbt-labs#48)

* Bumping version to 1.0.0 (dbt-labs#47)

Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>

* Update CHANGELOG.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>

* Fix package version (dbt-labs#49)

* using string interpoloation to gather correct pointer for dbt-core tests against release branches

* created new job for gha to grab correct version of dbt-core to test branch against

* minor update

* adding Get dbt-core-version step to integration.yaml

* modifying version parameters

* change for integration testing

* updating file

* readding pull_request_target now that tests pass

* make nit: suggested changes

* testing conditional logic in integration.yml

* updating test names

* creating main.yml versions of new condtional steps for dbt-version gather

* trying different version of test v.2

* v.3 of conditional mix of original version of tests and leah logic

* adding comment and changelog entry

* changes made after review by @VersusFacit and @kwigley

* name change

* minor updates

* updating name of version ref

* name change of dbt-version step to dbt-core-ref to be more descriptive iof where version is coming from

* Update test_backup_table_option.py

* Update test_backup_table_option.py

* reseting file that shouldn't of been changed

Co-authored-by: leahwicz <60146280+leahwicz@users.noreply.github.com>
Co-authored-by: Dan Bryan <dlb8685@gmail.com>
Co-authored-by: Jeremy Cohen <jeremy@dbtlabs.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants