gmyrianthous / dbt-airflow

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

Dependency conflict with current versions of dbt (protobuf) #155

Open atkinson opened 1 day ago

atkinson commented 1 day ago

pip install dbt-core dbt-bigquery installed dbt-core=1.8.8 and dbt-bigquery=1.8.3 ok

pip install dbt-airflow Pip dependency resolver fails to resolve.

Using python 3.12.1 and pip 24.3.1 on Mac OS

gmyrianthous commented 1 day ago

Hey @atkinson,

Thanks for reporting this. Will take a look and try to resolve it asap!

atkinson commented 12 hours ago

thanks!