jscheffl commented on PR #47158:
URL: https://github.com/apache/airflow/pull/47158#issuecomment-2689001838

   > @vincbeck Can you also move this PR to the apache/main repo such that I 
can push some fixes on it? Otherwise you need to make it all yourself from MWAA 
team :-D
   
   As long as I can not push, this diff fixes breeze unit tests:
   ```
   diff --git a/dev/breeze/tests/test_selective_checks.py 
b/dev/breeze/tests/test_selective_checks.py
   index fe79b1bb1b..45e1d27548 100644
   --- a/dev/breeze/tests/test_selective_checks.py
   +++ b/dev/breeze/tests/test_selective_checks.py
   @@ -149,7 +149,7 @@ def assert_outputs_are_printed(expected_outputs: 
dict[str, str], stderr: str):
                pytest.param(
                    ("airflow/api/file.py",),
                    {
   -                    "selected-providers-list-as-string": "amazon 
common.compat fab",
   +                    "selected-providers-list-as-string": "amazon 
common.compat databricks fab",
                        "all-python-versions": "['3.9']",
                        "all-python-versions-list-as-string": "3.9",
                        "python-versions": "['3.9']",
   @@ -164,8 +164,8 @@ def assert_outputs_are_printed(expected_outputs: 
dict[str, str], stderr: str):
                        
"mypy-docs,mypy-providers,mypy-task-sdk,ts-compile-format-lint-ui",
                        "upgrade-to-newer-dependencies": "false",
                        "core-test-types-list-as-string": "API Always",
   -                    "providers-test-types-list-as-string": 
"Providers[amazon] Providers[common.compat,fab]",
   -                    "individual-providers-test-types-list-as-string": 
"Providers[amazon] Providers[common.compat] Providers[fab]",
   +                    "providers-test-types-list-as-string": 
"Providers[amazon] Providers[common.compat,databricks,fab]",
   +                    "individual-providers-test-types-list-as-string": 
"Providers[amazon] Providers[common.compat] Providers[databricks] 
Providers[fab]",
                        "testable-core-integrations": "['celery', 'kerberos']",
                        "testable-providers-integrations": "['cassandra', 
'drill', 'kafka', 'mongo', 'pinot', 'qdrant', 'redis', 'trino', 'ydb']",
                        "needs-mypy": "true",
   @@ -314,7 +314,7 @@ def assert_outputs_are_printed(expected_outputs: 
dict[str, str], stderr: str):
                        "providers/postgres/tests/unit/postgres/file.py",
                    ),
                    {
   -                    "selected-providers-list-as-string": "amazon 
common.compat common.sql fab google openlineage "
   +                    "selected-providers-list-as-string": "amazon 
common.compat common.sql databricks fab google openlineage "
                        "pgvector postgres",
                        "all-python-versions": "['3.9']",
                        "all-python-versions-list-as-string": "3.9",
   @@ -331,9 +331,9 @@ def assert_outputs_are_printed(expected_outputs: 
dict[str, str], stderr: str):
                        "upgrade-to-newer-dependencies": "false",
                        "core-test-types-list-as-string": "API Always",
                        "providers-test-types-list-as-string": 
"Providers[amazon] "
   -                    
"Providers[common.compat,common.sql,fab,openlineage,pgvector,postgres] 
Providers[google]",
   +                    
"Providers[common.compat,common.sql,databricks,fab,openlineage,pgvector,postgres]
 Providers[google]",
                        "individual-providers-test-types-list-as-string": 
"Providers[amazon] Providers[common.compat] Providers[common.sql] "
   -                    "Providers[fab] Providers[google] 
Providers[openlineage] Providers[pgvector] "
   +                    "Providers[databricks] Providers[fab] Providers[google] 
Providers[openlineage] Providers[pgvector] "
                        "Providers[postgres]",
                        "needs-mypy": "true",
                        "mypy-checks": "['mypy-airflow', 'mypy-providers']",
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to