diff --git a/openmetadata-docs/content/v1.3.x/deployment/ingestion/external/airflow.md b/openmetadata-docs/content/v1.3.x/deployment/ingestion/external/airflow.md index d4b266cfff6..b892b7cbaef 100644 --- a/openmetadata-docs/content/v1.3.x/deployment/ingestion/external/airflow.md +++ b/openmetadata-docs/content/v1.3.x/deployment/ingestion/external/airflow.md @@ -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. diff --git a/openmetadata-docs/content/v1.4.x/deployment/ingestion/external/airflow.md b/openmetadata-docs/content/v1.4.x/deployment/ingestion/external/airflow.md index ac0a5656711..2f87b982f72 100644 --- a/openmetadata-docs/content/v1.4.x/deployment/ingestion/external/airflow.md +++ b/openmetadata-docs/content/v1.4.x/deployment/ingestion/external/airflow.md @@ -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. diff --git a/openmetadata-docs/content/v1.5.x-SNAPSHOT/deployment/ingestion/external/airflow.md b/openmetadata-docs/content/v1.5.x-SNAPSHOT/deployment/ingestion/external/airflow.md index fd762becc8d..4f309f3f66b 100644 --- a/openmetadata-docs/content/v1.5.x-SNAPSHOT/deployment/ingestion/external/airflow.md +++ b/openmetadata-docs/content/v1.5.x-SNAPSHOT/deployment/ingestion/external/airflow.md @@ -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.