Niche one, but any `dagster-ext` users here? I am...
# troubleshooting
a
Niche one, but any
dagster-ext
users here? I am getting error
pg_config executable not found
in my docker builds. I have been pinned to v0.1.1 for a while and working fine until last week, so I assume it's some kind of deeper dependency issue? section of my
meltano.yml
Copy code
utilities:
  - name: dagster
    variant: quantile-development
    pip_url: git+<https://github.com/quantile-development/dagster-ext@v0.1.1> dagster-postgres dagster-dbt dbt-postgres dagster-azure dagster_msteams elementary-data
    settings:
E: https://github.com/dbt-labs/dbt-postgres/issues/96 looks relevant. Going to pin
dbt-postgres<1.8.0
👍 1