diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-13 23:45:51 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-13 23:45:51 -0700 |
commit | 0f81444409df4db298171d46793224be000bb6cd (patch) | |
tree | 80a9e805717c77723230c850229fefcbcdf14220 /continuedev | |
parent | 64b2715796da94415461b740f8cc5663944632ee (diff) | |
parent | 5f0d077906f31f461f865b1cdaa6f519d5aebce7 (diff) | |
download | sncontinue-0f81444409df4db298171d46793224be000bb6cd.tar.gz sncontinue-0f81444409df4db298171d46793224be000bb6cd.tar.bz2 sncontinue-0f81444409df4db298171d46793224be000bb6cd.zip |
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'continuedev')
-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", |