konosp / dbt-airflow-docker-compose

Execution of DBT models using Apache Airflow through Docker Compose
https://analyticsmayhem.com/dbt/apache-airflow-dbt-docker-compose/
Apache License 2.0
113 stars 52 forks source link

issue when running compose up #8

Open phoanghuong86 opened 2 years ago

phoanghuong86 commented 2 years ago

ImportError: cannot import name 'soft_unicode' from 'markupsafe' (/usr/local/lib/python3.7/site-packages/markupsafe/init.py)

phoanghuong86 commented 2 years ago

I fixed it by running code "pip install markupsafe==2.0.1" on container of airflow. But there is new issue "SCRAM authentication requires libpq version 10 or above" while I running docker on Mac M1