bryzgaloff / airflow-clickhouse-plugin

The most popular ClickHouse plugin for Airflow. 🔝 Top-1% downloads on PyPI: https://pypi.org/project/airflow-clickhouse-plugin! Based on mymarilyn/clickhouse-driver.
MIT License
144 stars 36 forks source link

Allow passing sql file paths to the template renderer #41

Closed dvnrvn closed 1 year ago

dvnrvn commented 2 years ago

https://airflow.apache.org/docs/apache-airflow/stable/howto/custom-operator.html#templating

When file paths that end in the .sql extension are passed, they will be rendered by Jinja properly.

bryzgaloff commented 1 year ago

Implemented in #62. Adding you as a contributor anyway, thank you!