I randomly started getting this yesterday with dag...
# troubleshooting
i
I randomly started getting this yesterday with dagster. Didn't change anything with my dagster
repository.py
or my
meltano.yml
. Was AssetExecutionContext deprecated or something? I tried switching to using OpExecutionContext but then started getting the same recursive error message for
DagsterDbtTranslator
👀 1
This was my prior dagster pip_url:
Copy code
pip_url: dagster-ext==0.1.1 dbt-core~=1.8.0 dbt-snowflake~=1.8.0 pendulum<3 dagster<1.9
Ended up pinning the dagster version to 1.8.2 and its fixed and im no longer getting the error:
Copy code
pip_url: dagster==1.8.2 dagster-ext==0.1.1 dbt-core~=1.8.0 dbt-snowflake~=1.8.0 pendulum<3