Skip to content

Commit 3b88ebb

Browse files
authored
docs(ingest): document remote for ingest deploy (#9897)
1 parent ef3a814 commit 3b88ebb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/cli.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ datahub ingest -c ./examples/recipes/example_to_datahub_rest.dhub.yml -n --previ
134134
#### ingest deploy
135135

136136
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).
137-
This command can also be used to schedule the ingestion while uploading or even to update existing sources.
137+
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
138+
CLI is connected to, not the sink of the recipe. Use `datahub init` to set the remote if not already set.
138139

139140
To schedule a recipe called "test", to run at 5am everyday, London time with the recipe configured in a local `recipe.yaml` file:
140141
````shell

0 commit comments

Comments
 (0)