File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,8 @@ catalog
9393
9494### Usage
9595```
96- deep-code publish DATASET_CONFIG WORKFLOW_CONFIG [--environment ENVIRONMENT]
96+ deep-code publish DATASET_CONFIG WORKFLOW_CONFIG [--environment ENVIRONMENT] [--mode
97+ all|dataset|workflow]
9798 ```
9899
99100#### Arguments
@@ -104,8 +105,12 @@ deep-code publish DATASET_CONFIG WORKFLOW_CONFIG [--environment ENVIRONMENT]
104105 (e.g., workflow-config.yaml)
105106
106107#### Options
108+ --dataset-config, - Explict path to dataset config
109+ --workflow-config, - Explicit path to workflow config
107110 --environment, -e - Target catalog environment:
108111 production (default) | staging | testing
112+ --mode, -m Publishing mode:
113+ all (default) | dataset | workflow
109114
110115#### Examples:
1111161 . Publish to staging catalog
@@ -120,6 +125,18 @@ deep-code publish dataset-config.yaml workflow-config.yaml -e testing
120125```
121126deep-code publish dataset-config.yaml workflow-config.yaml
122127```
128+ 4 . Publish Dataset only
129+ ```
130+ deep-code publish dataset-config.yaml -m dataset
131+
132+ deep-code publish --dataset-config dataset.yaml -m dataset
133+ ```
134+ 5 . Publish Workflow only
135+ ```
136+ deep-code publish dataset-config.yaml -m workflow
137+
138+ deep-code publish --workflow-config workflow.yaml -m dataset
139+ ```
123140#### dataset-config.yaml example
124141
125142```
You can’t perform that action at this time.
0 commit comments