mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-02 13:53:06 +00:00
fix(ingest): fix error in deploy command (#12820)
This commit is contained in:
parent
30719ac87d
commit
4305a62b10
@ -307,7 +307,7 @@ def deploy(
|
|||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
click.echo(
|
click.echo(
|
||||||
f"✅ Successfully wrote data ingestion source metadata for recipe {variables['name']}:"
|
f"✅ Successfully wrote data ingestion source metadata for recipe {variables['input']['name']}:"
|
||||||
)
|
)
|
||||||
click.echo(response)
|
click.echo(response)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user