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
Create classes for dbt clone to run from the cli
[CT-2546] Create classes for dbt clone to run from the cli
May 8, 2023
Description
As part of the
dbt clone
work, we need to create the click command, task class, task runner to actually run theclone
command.Jeremy has a draft PR up that accomplishes this, but we are not beholden to that exact implementation.
Acceptance criteria
dbt clone
command is runnable from the command linedbt clone
is testedDependencies
clone
Links from the draft PR
Creating the click command
dbt-core/core/dbt/cli/main.py
Lines 302 to 335 in 5f08d70
Creating the clone task class
dbt-core/core/dbt/task/clone.py
Lines 97 to 185 in 5f08d70
Creating the clone runner class
dbt-core/core/dbt/task/clone.py
Lines 20 to 94 in 5f08d70
Tests
https://github.com/dbt-labs/dbt-core/pull/7258/files#diff-822c7d2541e891d6705e38440243e4ec59c625461b0d225070a67cde07521fc4
The text was updated successfully, but these errors were encountered: