dzamo commented on issue #17037:
URL: https://github.com/apache/airflow/issues/17037#issuecomment-882012880
Hi, in a virtualenv in which I installed RC1, the apache.drill: 1.0.0rc1
provider does work. I do have two notes of things I didn't expect.
1. There was no predefined `drill_default` connection and I had to define it
myself, yet I did add a `drill_default` connection to `airflow/utils/db.py`.
2. I noticed that my Drill password was included in the clear in the logging
output from `base.py`, example shown below.
[2021-07-18 09:15:05,050] {base.py:69} INFO - Using connection to: id:
drill_default. Host: localhost, Port: 8047, Schema: , Login: james, Password:
**should-be-secret**, extra: {'driver_dialect': 'drill+sadrill',
'storage_plugin': 'dfs'}
--
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]