Skip to content

Commit 603be25

Browse files
committed
change
1 parent c636504 commit 603be25

File tree

1 file changed

+2
-2
lines changed
  • src/datapilot/core/platforms/dbt/cli

1 file changed

+2
-2
lines changed

src/datapilot/core/platforms/dbt/cli/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ def dbt():
2828

2929

3030
@dbt.command("project-health")
31-
@click.option("--token", required=False, prompt="API Token", help="Your API token for authentication.")
32-
@click.option("--instance-name", required=False, prompt="Instance Name", help="Your tenant ID.")
31+
@click.option("--token", required=False, help="Your API token for authentication.")
32+
@click.option("--instance-name", required=False, help="Your tenant ID.")
3333
@click.option(
3434
"--manifest-path",
3535
required=True,

0 commit comments

Comments
 (0)