This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 0b698a852b Add missing `dag_state_change_process_pool_size` in
`provider.yaml`. (#39674)
0b698a852b is described below
commit 0b698a852b5cca4ac7571865c24b5c5494be14b8
Author: Jakub Dardzinski <[email protected]>
AuthorDate: Fri May 17 12:36:21 2024 +0200
Add missing `dag_state_change_process_pool_size` in `provider.yaml`.
(#39674)
Signed-off-by: Jakub Dardzinski <[email protected]>
---
airflow/providers/openlineage/provider.yaml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/airflow/providers/openlineage/provider.yaml
b/airflow/providers/openlineage/provider.yaml
index e2d76258e2..b3b293c0c1 100644
--- a/airflow/providers/openlineage/provider.yaml
+++ b/airflow/providers/openlineage/provider.yaml
@@ -136,3 +136,11 @@ config:
example: ~
type: boolean
version_added: ~
+ dag_state_change_process_pool_size:
+ description: |
+ Number of processes to utilize for processing DAG state changes
+ in an asynchronous manner within the scheduler process.
+ default: "1"
+ example: ~
+ type: integer
+ version_added: 1.8.0