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

hard pin to latest compatible version #530

Merged
merged 4 commits into from
Jul 13, 2023
Merged

Conversation

dataders
Copy link
Contributor

@dataders dataders commented Jul 13, 2023

resolves #531, #532

Problem

Solution

Checklist

  • I have read the contributing guide and understand what's expected of me
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • This PR has no interface changes (e.g. macros, cli, logs, json artifacts, config files, adapter interface, etc) or this PR has already received feedback and approval from Product or DX

@cla-bot cla-bot bot added the cla:yes label Jul 13, 2023
@github-actions
Copy link
Contributor

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-redshift contributing guide.

setup.py Outdated Show resolved Hide resolved
@dataders dataders marked this pull request as ready for review July 13, 2023 14:52
@dataders dataders requested a review from a team as a code owner July 13, 2023 14:52
@dataders dataders requested a review from Fleid July 13, 2023 14:52
@dataders dataders force-pushed the hard-pin-redshift-connector branch from 7b99737 to b69904e Compare July 13, 2023 14:54
@dataders dataders merged commit f8db43a into main Jul 13, 2023
25 checks passed
@dataders dataders deleted the hard-pin-redshift-connector branch July 13, 2023 15:07
@github-actions
Copy link
Contributor

The backport to 1.5.latest failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.5.latest 1.5.latest
# Navigate to the new working tree
cd .worktrees/backport-1.5.latest
# Create a new branch
git switch --create backport-530-to-1.5.latest
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 f8db43ac72e71ca04b9f86580cbd515f84e14b0a
# Push it to GitHub
git push --set-upstream origin backport-530-to-1.5.latest
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.5.latest

Then, create a pull request where the base branch is 1.5.latest and the compare/head branch is backport-530-to-1.5.latest.

abbywh pushed a commit to abbywh/dbt-redshift that referenced this pull request Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants