dabla commented on PR #41331:
URL: https://github.com/apache/airflow/pull/41331#issuecomment-2326159383

   > You will need to make some tests db -tests and apparently `power-bi` 
connection is not created in older versions of airlfow (why would they be - so 
some test compat code should be added - creating the connection to make the 
tests pass for 2.8/2.9.
   
   Should I just create a Connection instance like for example in test_mssql.py 
at top of the file?
   
   ```
   PYMSSQL_CONN = Connection(
       conn_type="mssql", host="ip", schema="share", login="username", 
password="password", port=8081
   )
   ```


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