Skip to content

Commit

Permalink
Add missing dag_state_change_process_pool_size in provider.yaml.
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Dardzinski <[email protected]>
  • Loading branch information
JDarDagran committed May 16, 2024
1 parent d4a5f4e commit c1a095f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions airflow/providers/openlineage/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,10 @@ 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.

Check failure on line 140 in airflow/providers/openlineage/provider.yaml

View workflow job for this annotation

GitHub Actions / Static checks, mypy, docs / Static checks

140:111 [line-length] line too long (129 > 110 characters)
default: "1"
example: ~
type: integer
version_added: ~

0 comments on commit c1a095f

Please sign in to comment.