rahul-madaan commented on code in PR #45257:
URL: https://github.com/apache/airflow/pull/45257#discussion_r1905070657
##########
dev/breeze/tests/test_selective_checks.py:
##########
@@ -1762,13 +1762,13 @@ def test_expected_output_push(
"skip-providers-tests": "false",
"test-groups": "['core', 'providers']",
"docs-build": "true",
- "docs-list-as-string": "apache-airflow amazon common.compat
common.io common.sql dbt.cloud ftp google mysql openlineage postgres sftp
snowflake trino",
+ "docs-list-as-string": "apache-airflow amazon common.compat
common.io common.sql databricks dbt.cloud ftp google mysql openlineage postgres
sftp snowflake trino",
"skip-pre-commits":
"check-provider-yaml-valid,flynt,identity,lint-helm-chart,mypy-airflow,mypy-dev,mypy-docs,mypy-providers,mypy-task-sdk,"
"ts-compile-format-lint-ui,ts-compile-format-lint-www",
"run-kubernetes-tests": "false",
"upgrade-to-newer-dependencies": "false",
"core-test-types-list-as-string": "API Always CLI Core
Operators Other Serialization WWW",
- "providers-test-types-list-as-string": "Providers[amazon]
Providers[common.compat,common.io,common.sql,dbt.cloud,ftp,mysql,openlineage,postgres,sftp,snowflake,trino]
Providers[google]",
+ "providers-test-types-list-as-string": "Providers[amazon]
Providers[common.compat,common.io,common.sql,databricks,dbt.cloud,ftp,mysql,openlineage,postgres,sftp,snowflake,trino]
Providers[google]",
Review Comment:
Again, this was done because assertion in one of the tests was failing. I
believe this is not just for AWS provider. the ID of test says "Trigger
openlineage and related providers tests when Assets files changed"
--
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]