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
I’m currently using dbt-starrocks and wanted to confirm if the adapter supports the dbt run --empty command. The offical doc said that
The --empty flag limits the refs and sources to zero rows. dbt will still execute the model SQL against the target data warehouse but will avoid expensive reads of input data. This validates dependencies and ensures your models will build properly.
But I'm not sure the adpter's behavior if we use it on materialized views. When I want to update MV sql, can I just use dbt run --empty to validate it, or it might overwrite existing mv?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi there,
I’m currently using
dbt-starrocks
and wanted to confirm if the adapter supports thedbt run --empty
command. The offical doc said thatBut I'm not sure the adpter's behavior if we use it on materialized views. When I want to update MV sql, can I just use
dbt run --empty
to validate it, or it might overwrite existing mv?Thanks!
The text was updated successfully, but these errors were encountered: