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/07/18 07:24:49 UTC

[GitHub] [airflow] dzamo edited a comment on issue #17037: Status of testing Providers that were prepared on July 15, 2021

dzamo edited a comment 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: commits-unsubscribe@airflow.apache.org

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