Ian OLeary
04/29/2025, 1:40 PMrepository.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
Ian OLeary
04/29/2025, 3:13 PMpip_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:
pip_url: dagster==1.8.2 dagster-ext==0.1.1 dbt-core~=1.8.0 dbt-snowflake~=1.8.0 pendulum<3