Skip to content

Deploying a Model#

Deploying a Model is a simple, point-and-click operation, similar to deploying a Deployment. When a Model is deployed for the first time, a corresponding Model Job is created in the Jobs module using the Project's configured Environment.

Deploying for the First Time#

  1. In the Workbench, select the operation node you want to deploy as a Model.
  2. Click Deploy Model.
  3. Configure the target location (database, schema, table name) and confirm.

Deploy First Time

Datameer creates a Model Job and runs an initial deployment to the configured target location. Note that the Project operation will share the name of the underlying table.

Re-deploying a Model#

When changes are made in the Workbench that affect a deployed Model, the Model is marked as out of sync. Re-deploying the Model applies the latest Workbench changes.

Out of Sync Warning

  1. Select the out-of-sync Model node in the Workbench.
  2. Click Re-deploy in the Workbench or in the Inspector.
  3. Optionally enter a version tag to label this deployment.

Redeploy

Note

Re-deploying in the Workbench only updates the Model asset associated with the Project's design Environment. To promote changes to other environments (e.g. test or production), see Managing Model Jobs.

Re-run a Model Job#

If you want to run the Model Job to re-materialize the data:

  1. Select the Model node in the Workbench.
  2. Click Re-run Model Job in the Workbench or in the Inspector.

Model Job Re-run