Yes, loading data (full refresh/refresh) into all streaming tables and refreshing materialized views are part of the "Setting up table" step in a Delta Live Tables (DLT) pipeline when running in trigger mode.
In triggered mode, materialized views are fully recomputed every time the pipeline is executed. For streaming tables, a full refresh will truncate the table and process all data available in the source with the latest definition of the streaming table. This ensures that the tables and views reflect the current state of their input data sources