summaryrefslogtreecommitdiff
path: root/continuedev
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-06-13 23:44:50 -0700
committerTy Dunn <ty@tydunn.com>2023-06-13 23:44:50 -0700
commit5f0d077906f31f461f865b1cdaa6f519d5aebce7 (patch)
tree99d99f465c7f05f89e4184362f184778c62eae76 /continuedev
parent114015518f41ed4eb00308f4bf72b89133091b9f (diff)
downloadsncontinue-5f0d077906f31f461f865b1cdaa6f519d5aebce7.tar.gz
sncontinue-5f0d077906f31f461f865b1cdaa6f519d5aebce7.tar.bz2
sncontinue-5f0d077906f31f461f865b1cdaa6f519d5aebce7.zip
adding addtransform slash command
Diffstat (limited to 'continuedev')
-rw-r--r--continuedev/src/continuedev/core/config.py7
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",