airflow-ad-query

airflow ad query


License
Other
Install
pip install airflow-ad-query==0.1.1

Documentation

Airflow Data Query Plugin

A user-friendly data query tool for Apache Airflow. With this plugin, you can execute SQL queries against databases connected in your Airflow environment and view the results directly on the Airflow UI.

image

Features

  • Connect to databases using existing Airflow connections.
  • Execute SQL queries and view results directly on the Airflow UI.
  • Save query results as CSV files.

Usage

  1. Install the plugin using pip:
pip install airflow-data-query
  1. Add the plugin to the Airflow plugins folder:
cp -r airflow_data_query $AIRFLOW_HOME/plugins

Navigate to the Airflow UI,and click on "Data Query".

Connect to a database using an existing Airflow connection and start executing your SQL queries.

Thanks

License

This project is licensed under the Apache 2.0 License.