mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-02 05:43:17 +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)
|
||||
|
||||
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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user