Skip to content

wanlce/airflow-ad-query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A plugin for Airflow that allows for querying databases and saving the results as CSV files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published