Running SQL code without materialization

Can I run a SQL code file in dbt on a schedule without building any model or materialization in my database (using Snowflake)?

you could use analyses for that
https://docs.getdbt.com/docs/build/analyses|https://docs.getdbt.com/docs/build/analyses

Note: @oleg.agapov originally posted this reply in Slack. It might not have transferred perfectly.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.