References → Save MV Recipe

The Save MV recipe is the final step of any data flow. The save MV recipe will take all the upstream logic of the data flow and deploy it into a physical schema as Materialized View (MV) written in PySpark.

Configuration

ConfigurationDescription
InputSelect a previously constructed recipe as an input
SchemaSelect a schema to save the data flow logic to
MV NameGive a name to the MV to be created

Previewing the Code

To review the code generated in the data flow, select the desired recipe and select Preview Code

Deploying the Data Flow

Now that you have saved the Save MV recipe, you have two options for deployment.

  1. With the Save MV recipe highlighted, select deploy from the data studio banner header.

  2. With the Save MV recipe highlighted, select deploy from the toolbar

Note

Deploying an MV will overwrite any existing MV with the same name in the same physical schema.