You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actionsbot
changed the title
[Feature] dbt build command should also install dependencies
[CT-1784] [Feature] dbt build command should also install dependencies
Jan 11, 2023
The thing you are asking for wouldn't be fully unlocked until "phase 3" described there, but the first two phases would enable it. The work described in #6643 isn't something our team has capacity to pick up right now, but we'd be very open to supporting a motivated community contributor who would want to start by tackling phase 1.
Easing dbt deps in Docker
It seems like you have a unique solution to the Docker problem. Would you mind sharing your solution over in #4784?
Next steps
I'm going to close your issue in deference to #6643 and #4784. We would welcome continued discussion with you within each of those. Please know that you instigated the creation of that first ticket -- thank you for sharing your experience and proposal!
Is this your first time submitting a feature request?
Describe the feature
I'm a happy user of dbt and Airbyte.
As I used dbt through Airbyte to trigger dbt transformations, I have 2 commands to execute:
I think this should be dbt build only as a "build" is intended to manage all operations in order to execute ... a build.
What I suggest:
dbt deps
as a first step of thedbt build
commanddbt build --with-deps
Describe alternatives you've considered
As for now, the alternative is to chain
dbt deps
anddbt build
operations.When these tasks are in isolation (i.e dockerized), you must configure a folder to keep the dependencies installed outside of the containers.
Painful, ugly, but it works:
Who will this benefit?
Everyone that needs dependencies and eager to automatize the execution of its dbt operations
Are you interested in contributing this feature?
Yes
Anything else?
No response
The text was updated successfully, but these errors were encountered: