docs(ingest): document remote for ingest deploy (#9897)

This commit is contained in:
Gabe Lyons 2024-02-21 14:34:30 -08:00 committed by GitHub
parent ef3a8148ec
commit 3b88ebb5e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -134,7 +134,8 @@ datahub ingest -c ./examples/recipes/example_to_datahub_rest.dhub.yml -n --previ
#### ingest deploy
The `ingest deploy` command instructs the cli to upload an ingestion recipe to DataHub to be run by DataHub's [UI Ingestion](./ui-ingestion.md).
This command can also be used to schedule the ingestion while uploading or even to update existing sources.
This command can also be used to schedule the ingestion while uploading or even to update existing sources. It will upload to the remote instance the
CLI is connected to, not the sink of the recipe. Use `datahub init` to set the remote if not already set.
To schedule a recipe called "test", to run at 5am everyday, London time with the recipe configured in a local `recipe.yaml` file:
````shell