Zachary Bluhm
01/05/2023, 6:40 PMview
tables?
I noticed after running such a table that it produces a log like:
op 'test_view_7d9e8' did not fire outputs {'test_view'}
And no assets are actually materialized. Is this expected behavior?owen
01/05/2023, 7:47 PMload_assets_from_dbt_project
or something to that effect? Dagster shouldn't treat models that are materialized as views vs. tables differently as far as I'm aware, so it's possible you're experiencing a bugZachary Bluhm
01/05/2023, 7:57 PMowen
01/05/2023, 8:22 PMtest_view_...
, generally the op is named dbt_run_...
Zachary Bluhm
01/05/2023, 9:53 PMowen
01/05/2023, 10:07 PMZachary Bluhm
01/05/2023, 10:13 PM