Interface to Drill
Airflow provides an interface to Drill by using the Providers.
See Provider examples of Drill at <airflow_home>/build/env/lib/python3.9/site-packages/airflow/providers/ezmeral/drill/examples/.
Hooks
All hooks have the same API as Apache Drill Hooks.
- EZDrillHook
- Python path: airflow.providers.ezmeral.drill.hooks.ezdrill.EZDrillHook
NOTE
EZDrillHook has two additional options for connection configuration:use_ssl
: Sets whether the connection to Drill uses HTTPS. The default value istrue
.verify_ssl
: The path to the server's TLS certificate. The default value ispath to DF cluster truststore certificate
.