potiuk commented on code in PR #38133:
URL: https://github.com/apache/airflow/pull/38133#discussion_r1524732973
##########
dev/breeze/src/airflow_breeze/utils/selective_checks.py:
##########
@@ -516,7 +516,7 @@ def postgres_exclude(self) -> list[dict[str, str]]:
return []
return [
# Exclude all combinations that are repeating python/postgres
versions
- {"python-version": python_version, "postgres-version":
postgres_version}
+ {"python-version": python_version, "backend-version":
postgres_version}
Review Comment:
That was the reason why we did not have postgres/mysql tests in the first
version.
--
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]