We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00fe35 commit 584b4caCopy full SHA for 584b4ca
src/snowflake/cli/_plugins/dbt/commands.py
@@ -103,7 +103,7 @@ def deploy_dbt(
103
# suppressing usual CLI behaviour for displaying help or formatting options.
104
dbt_execute_app = SnowTyperFactory(
105
name="execute",
106
- help="Execute a dbt command",
+ help="Execute a dbt command on Snowflake",
107
)
108
app.add_typer(dbt_execute_app)
109
@@ -125,7 +125,7 @@ def before_callback(
125
requires_connection=False,
126
requires_global_options=False,
127
context_settings={"allow_extra_args": True, "ignore_unknown_options": True},
128
- help=f"Execute {cmd} command on dbt on Snowflake project.",
+ help=f"Execute {cmd} command on Snowflake.",
129
add_help_option=False,
130
131
def _dbt_execute(
0 commit comments