Doc: updating Enum for PipelineType (#16716)

This commit is contained in:
Prajwal214 2024-06-21 12:42:12 +05:30 committed by GitHub
parent 34f6f81a20
commit 1961e016a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -175,7 +175,7 @@ The final important elements here are:
- `environment={"config": config, "pipelineType": "metadata"}`: Again, in most cases you will just need to update
the `config` string to point to the right connector.
Other supported values of `pipelineType` are `usage`, `lineage`, `profiler` or `TestSuite`. Pass the required flag
Other supported values of `pipelineType` are `usage`, `lineage`, `profiler`, `dataInsight`, `elasticSearchReindex`, `dbt`, `application` or `TestSuite`. Pass the required flag
depending on the type of workflow you want to execute. Make sure that the YAML config reflects what ingredients
are required for your Workflow.

View File

@ -175,7 +175,7 @@ The final important elements here are:
- `environment={"config": config, "pipelineType": "metadata"}`: Again, in most cases you will just need to update
the `config` string to point to the right connector.
Other supported values of `pipelineType` are `usage`, `lineage`, `profiler` or `TestSuite`. Pass the required flag
Other supported values of `pipelineType` are `usage`, `lineage`, `profiler`, `dataInsight`, `elasticSearchReindex`, `dbt`, `application` or `TestSuite`. Pass the required flag
depending on the type of workflow you want to execute. Make sure that the YAML config reflects what ingredients
are required for your Workflow.

View File

@ -175,7 +175,7 @@ The final important elements here are:
- `environment={"config": config, "pipelineType": "metadata"}`: Again, in most cases you will just need to update
the `config` string to point to the right connector.
Other supported values of `pipelineType` are `usage`, `lineage`, `profiler` or `TestSuite`. Pass the required flag
Other supported values of `pipelineType` are `usage`, `lineage`, `profiler`, `dataInsight`, `elasticSearchReindex`, `dbt`, `application` or `TestSuite`. Pass the required flag
depending on the type of workflow you want to execute. Make sure that the YAML config reflects what ingredients
are required for your Workflow.