Skip to content

Commit

Permalink
Add missing dag_state_change_process_pool_size in provider.yaml. (a…
Browse files Browse the repository at this point in the history
…pache#39674)

Signed-off-by: Jakub Dardzinski <[email protected]>
  • Loading branch information
JDarDagran authored and RNHTTR committed Jun 1, 2024
1 parent bd1acd5 commit 8722950
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions airflow/providers/openlineage/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8722950

Please sign in to comment.