gmyrianthous / dbt-airflow

A Python package that creates fine-grained dbt tasks on Apache Airflow
https://gmyrianthous.github.io/dbt-airflow/
62 stars 22 forks source link

Rename `selectors` to `select` #118

Closed gmyrianthous closed 1 year ago

gmyrianthous commented 1 year ago

--selectors and --select are two different flags. Currently, we refer to --select as selectors in the code. Update the code accordingly.