kacpermuda commented on PR #53217:
URL: https://github.com/apache/airflow/pull/53217#issuecomment-3184492034

   I'm seeing a problem with OpenLineage extraction after that change when 
using DatabricksSqlOperator. OpenLineage is calling 
`hook.get_sqlalchemy_engine()` 
[here](https://github.com/apache/airflow/blob/main/providers/common/sql/src/airflow/providers/common/sql/operators/sql.py#L378),
 and it stopped working after this changes with error `'Connection' object has 
no attribute 'password'`. The connection I have looks like 
`databricks://@adb-XXX.10.azuredatabricks.net?token=XXX&http_path=/sql/1.0/warehouses/XXX`.
 Is this a path you tested as well @BrianLii ? Will try to fix it, so 
appreciate any help.


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