diff options
Diffstat (limited to 'continuedev/src')
-rw-r--r-- | continuedev/src/continuedev/core/config.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/continuedev/src/continuedev/core/config.py b/continuedev/src/continuedev/core/config.py index 2e231468..93dae17e 100644 --- a/continuedev/src/continuedev/core/config.py +++ b/continuedev/src/continuedev/core/config.py @@ -35,10 +35,15 @@ class ContinueConfig(BaseModel): ), SlashCommand( name="ddtobq", - description="Create a dlt pipeline to load data from a data source into BigQuery", + description="Adjust a dlt pipeline to load data into BigQuery", step_name="DDtoBQRecipe", ), SlashCommand( + name="addtransform", + description="Add transforms to the chess.com API dlt pipeline.", + step_name="AddTransformRecipe", + ), + SlashCommand( name="deployairflow", description="Deploy a dlt pipeline to Airflow", step_name="DeployPipelineAirflowRecipe", |