We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30719ac commit 4305a62Copy full SHA for 4305a62
metadata-ingestion/src/datahub/cli/ingest_cli.py
@@ -307,7 +307,7 @@ def deploy(
307
sys.exit(1)
308
309
click.echo(
310
- f"✅ Successfully wrote data ingestion source metadata for recipe {variables['name']}:"
+ f"✅ Successfully wrote data ingestion source metadata for recipe {variables['input']['name']}:"
311
)
312
click.echo(response)
313
0 commit comments