summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--continuedev/src/continuedev/core/config.py7
-rw-r--r--extension/scripts/continuedev-0.1.1-py3-none-any.whlbin79495 -> 0 bytes
2 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",
diff --git a/extension/scripts/continuedev-0.1.1-py3-none-any.whl b/extension/scripts/continuedev-0.1.1-py3-none-any.whl
deleted file mode 100644
index 61b014a0..00000000
--- a/extension/scripts/continuedev-0.1.1-py3-none-any.whl
+++ /dev/null
Binary files differ