Skip to content

Commit 4305a62

Browse files
authored
fix(ingest): fix error in deploy command (#12820)
1 parent 30719ac commit 4305a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata-ingestion/src/datahub/cli/ingest_cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def deploy(
307307
sys.exit(1)
308308

309309
click.echo(
310-
f"✅ Successfully wrote data ingestion source metadata for recipe {variables['name']}:"
310+
f"✅ Successfully wrote data ingestion source metadata for recipe {variables['input']['name']}:"
311311
)
312312
click.echo(response)
313313

0 commit comments

Comments
 (0)