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

[moving fix to current release] Fix ephemeral model compilation #3318

Merged
merged 3 commits into from
May 4, 2021

Conversation

kwigley
Copy link
Contributor

@kwigley kwigley commented May 4, 2021

resolves #3317

Description

We fixed the issue with ephemeral model compilation in #3139 but it never made it to the default branch! Not sure how this happened, but will think about how to ensure this doesn't happen in the future.

Checklist

  • I have signed the CLA
  • 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
  • I have updated the CHANGELOG.md and added information about my change to the "dbt next" section.

Kyle Wigley added 2 commits May 4, 2021 08:39
@kwigley kwigley requested review from gshank and jtcohen6 May 4, 2021 13:04
@cla-bot cla-bot bot added the cla:yes label May 4, 2021
Copy link
Contributor

@jtcohen6 jtcohen6 left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for the quick reaction time!

It looks like #3139 was merged directly into 0.19.latest, instead of merging into develop and cherry-picking onto 0.19.latest. We might avoid this in the future by always merging into develop first, unless (and only unless) it's a fix we only need for the patch version because the next minor version (develop branch) has resolved it differently (e.g. #3280).

CHANGELOG.md Outdated Show resolved Hide resolved
@kwigley kwigley merged commit 26fb58b into develop May 4, 2021
@kwigley kwigley deleted the fix/ephemeral-compilation branch May 4, 2021 18:54
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.

Incomplete SQL compiled in dbt 0.20.0b1
3 participants