Interface to HPE Data Fabric Database
Airflow provides an interface to HPE Data Fabric Database by using the Providers.
See Provider examples of HPE Data Fabric Database at <airflow_home>/build/env/lib/python3.9/site-packages/airflow/providers/ezmeral/database/example_dags/.
Hooks
- BinaryDbCliHook
- Python path: airflow.providers.ezmeral.database.hooks.binary_shell
- JsonDbCliHook
- Python path: airflow.providers.ezmeral.database.hooks.json_shell
- EzTableHook
- Python path: airflow.providers.ezmeral.database.hooks.table
Operators
- BinaryDbCliOperator
- Python path: airflow.providers.ezmeral.database.operators.binary_shell
- JsonDbCliOperator
- Python path: airflow.providers.ezmeral.database.operators.json_shell
- CreateEzTableOperator
- Python path: airflow.providers.ezmeral.database.operators.table
- DropEzTableOperator
- Python path: airflow.providers.ezmeral.database.operators.table
- ImportJsonEzTableOperator
- Python path: airflow.providers.ezmeral.database.operators.table
- ExportJsonEzTableOperator
- Python path: airflow.providers.ezmeral.database.operators.table
- ImportBinaryEzTableOperator
- Python path: airflow.providers.ezmeral.database.operators.table
- ExportBinaryEzTableOperator
- Python path: airflow.providers.ezmeral.database.operators.table
Sensors
- EzTableSensor
- Python path: airflow.providers.ezmeral.database.sensors.table