Skip to content

Commit d45f4f3

Browse files
committed
fix: merge main
1 parent 523cc4b commit d45f4f3

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ def project_health(
132132

133133
@dbt.command("onboard")
134134
@auth_options
135-
@click.option("--dbt_core_integration_id", prompt="DBT Core Integration ID", help="DBT Core Integration ID")
136135
@click.option(
137136
"--dbt_core_integration_id",
138137
"--dbt_integration_id",
@@ -151,7 +150,9 @@ def project_health(
151150
@click.option("--manifest-path", required=True, prompt="Manifest Path", help="Path to the manifest file.")
152151
@click.option("--catalog-path", required=False, prompt=False, help="Path to the catalog file.")
153152
def onboard(
154-
ctx,
153+
token,
154+
instance_name,
155+
backend_url,
155156
dbt_integration_id,
156157
dbt_integration_environment,
157158
manifest_path,

0 commit comments

Comments
 (0)