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

Do not bail out in dbt version check #11578

Closed
wants to merge 1 commit into from
Closed

Conversation

jonico
Copy link
Contributor

@jonico jonico commented Mar 30, 2022

What

#11267 seems to introduce a regression where normalization with MySQL did not longer work. This is a one-line fix.

image

How

  • move set +e statement up to not bail out while checking whether dbt supports --event-buffer-size flag

Recommended reading order

  1. entrypoint.sh

🚨 User Impact 🚨

Are there any breaking changes? What is the end result perceived by the user? If yes, please merge this PR with the 🚨🚨 emoji so changelog authors can further highlight this if needed.

Should only fix an issue.

Pre-merge Checklist

Expand the relevant checklist and delete the others.

None of the check lists really applied as it refers to generic normalization logic.

/cc @edgao potential regression in #11267 ?

* move set +e statement up to not bail out while checking whether dbt supports --event-buffer-size flag
@CLAassistant
Copy link

CLAassistant commented Mar 30, 2022

CLA assistant check
All committers have signed the CLA.

@alafanechere
Copy link
Contributor

Hey @jonico, we integrated this change in #11470 in which we try to upgrade the DBT version used for MySQL normalization. Thank you for suggesting this!

@jonico jonico deleted the patch-2 branch April 20, 2022 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants