mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-25 00:48:45 +00:00
docs(ingest): document remote for ingest deploy (#9897)
This commit is contained in:
parent
ef3a8148ec
commit
3b88ebb5e4
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user