You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are moving our code from Dagster jobs to assets which is hardly straight forward with the current implementation.
We use several dbt operations like creating external sources, seeds, snapshots, dbt run and interleaved tests after every step instead of a simple dbt build and have dependencies on sources that need to be built beforehand. https://docs.dagster.io/_apidocs/libraries/dagster-dbt#dagster_dbt.dbt_assets
Ideas of implementation
Add the parameters deps and automated_condition and make them work together with other dbt_assets and normal assets. The asset decorator already has these parameters, so I don't understand why this would be implemented differently: https://docs.dagster.io/_apidocs/assets#dagster.asset
Additional information
A more complex example about how to handle individual steps like snapshot, external sources and the dependencies between them would also be appreciated.
Message from the maintainers
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
The text was updated successfully, but these errors were encountered:
What's the use case?
We are moving our code from Dagster jobs to assets which is hardly straight forward with the current implementation.
We use several dbt operations like creating external sources, seeds, snapshots, dbt run and interleaved tests after every step instead of a simple dbt build and have dependencies on sources that need to be built beforehand.
https://docs.dagster.io/_apidocs/libraries/dagster-dbt#dagster_dbt.dbt_assets
Ideas of implementation
Add the parameters deps and automated_condition and make them work together with other dbt_assets and normal assets. The asset decorator already has these parameters, so I don't understand why this would be implemented differently: https://docs.dagster.io/_apidocs/assets#dagster.asset
Additional information
A more complex example about how to handle individual steps like snapshot, external sources and the dependencies between them would also be appreciated.
Message from the maintainers
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
The text was updated successfully, but these errors were encountered: