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

revert deployment hibernate changes #80

Merged
merged 2 commits into from
Sep 25, 2024
Merged

Conversation

neel-astro
Copy link
Collaborator

Description:

Reverting changes related to hibernate deployment wake up before deploy because we realized that the change does not respect the existing override configured on the deployment, which means that if a deployment has an override configured, the deploy action would delete that override and won't re-configure it at the end.

It's not a straightforward fix, because CLI does not output the hibernation override information correctly (i.e. sends a pointer instead of a boolean value in the inspect command output), so the plan is to fix revert the change as now to unblock dbt deploy release and fix it cleanly in the next release.

@neel-astro neel-astro requested a review from a team as a code owner September 24, 2024 07:59
@@ -357,14 +343,11 @@ jobs:
no-deploy-test:
name: No Deploy Test
runs-on: ubuntu-latest
needs: [infer-image-deploy, create-test-deployments]
needs: [infer-deploy, create-test-deployments]
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixing a leftover typo from my last PR while addressing review comments

@neel-astro neel-astro merged commit 1c0c1fe into main Sep 25, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants