fix(ingest): fix error in deploy command (#12820)

This commit is contained in:
Harshal Sheth 2025-03-13 08:04:18 -07:00 committed by GitHub
parent 30719ac87d
commit 4305a62b10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)