-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Fix ENTRYPOINT to use 'dbt' #2475
Fix ENTRYPOINT to use 'dbt' #2475
Conversation
Just rebased it against the bugfix branch, updated the CHANGELOG and removed the Dockerfile changes @beckjake |
I think you accidentally pulled in some tests from |
and oops I included files I didn't mean to include |
bd601fd
to
832d43e
Compare
Should be good now! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, one last thing - can you also add a new Contributors:
list to the changelog for this upcoming release that includes yourself? If you look further down the changelog you'll see it in the previous release, it's just your username and links to PRs. That way we can make sure we include you in the release notes!
Added! Although the change is so small it feels undeserved 😆 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to kick off the tests and then we'll merge this for 0.17.0. Thanks for your contribution, all contributions deserve credit!
resolves #2470
This is a copy of #2471 targeting
dev/octavius-catto
after @beckjake pointed out it is a bugfixDescription
Change the entrypoint to be able to pass arguments and use DBT as it is used outside the container
Checklist
CHANGELOG.md
and added information about my change to the "dbt next" section.