Re: [PR] Fix failing MinSQLAlchemy test after moving sqlalchemy spec [airflow]

2024-03-25 Thread via GitHub


amoghrajesh merged PR #38445:
URL: https://github.com/apache/airflow/pull/38445


-- 
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: commits-unsubscr...@airflow.apache.org

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



Re: [PR] Fix failing MinSQLAlchemy test after moving sqlalchemy spec [airflow]

2024-03-24 Thread via GitHub


potiuk commented on PR #38444:
URL: https://github.com/apache/airflow/pull/38444#issuecomment-2017045033

   Closed in favour of canary test in #38445 


-- 
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: commits-unsubscr...@airflow.apache.org

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



Re: [PR] Fix failing MinSQLAlchemy test after moving sqlalchemy spec [airflow]

2024-03-24 Thread via GitHub


potiuk closed pull request #38444: Fix failing MinSQLAlchemy test after moving 
sqlalchemy spec
URL: https://github.com/apache/airflow/pull/38444


-- 
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: commits-unsubscr...@airflow.apache.org

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



Re: [PR] Fix failing MinSQLAlchemy test after moving sqlalchemy spec [airflow]

2024-03-24 Thread via GitHub


potiuk commented on code in PR #38444:
URL: https://github.com/apache/airflow/pull/38444#discussion_r1536962905


##
.github/workflows/run-unit-tests.yml:
##
@@ -126,7 +126,7 @@ jobs:
   BACKEND_VERSION: "${{ matrix.backend-version }}"
   DEBUG_RESOURCES: "${{ inputs.debug-resources }}"
   DOWNGRADE_SQLALCHEMY: "${{ inputs.downgrade-sqlalchemy }}"
-  DOWN_PENDULUM: "${{ inputs.downgrade-pendulum }}"
+  DOWNGRADE_PENDULUM: "${{ inputs.downgrade-pendulum }}"

Review Comment:
   also noticed a typo here :)



-- 
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: commits-unsubscr...@airflow.apache.org

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