You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/05/09 15:07:01 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #9973: Improve compatibility with mssql

potiuk commented on a change in pull request #9973:
URL: https://github.com/apache/airflow/pull/9973#discussion_r628903163



##########
File path: scripts/ci/selective_ci_checks.sh
##########
@@ -117,6 +127,7 @@ function output_all_basic_variables() {
     if [[ ${FULL_TESTS_NEEDED_LABEL} == "true" ]]; then
         initialization::ga_output postgres-exclude '[{ "python-version": "3.6" }]'
         initialization::ga_output mysql-exclude '[{ "python-version": "3.7" }]'
+        initialization::ga_output mssql-exclude '[{ "python-version": "3.7" }]'

Review comment:
       Ok. I found the reason. You need to add empty array as `mssql-exlude` in else few lines below. 




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org