We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f44946 commit 9cf8624Copy full SHA for 9cf8624
composer/tools/composer_dags.py
@@ -33,7 +33,7 @@ class DAG:
33
"""Provides necessary utils for Composer DAGs."""
34
35
COMPOSER_AF_VERSION_RE = re.compile(
36
- "composer-([0-9]+).([0-9]+).([0-9]+).*" "-airflow-([0-9]+).([0-9]+).([0-9]+).*"
+ "composer-(\d+(?:\.\d+){0,2})-airflow-(\d+(?:\.\d+){0,2}).*"
37
)
38
39
@staticmethod
0 commit comments