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
Description: This hook provides access to Drill using Sqlalchemy.
NOTE
EZDrillHook has two additional options for connection configuration:
  • use_ssl: Sets whether the connection to Drill uses HTTPS. The default value is true.
  • verify_ssl: The path to the server's TLS certificate. The default value is path to DF cluster truststore certificate.