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#
- In the Workbench, select the operation node you want to deploy as a Model.
- Click Deploy Model.
- Configure the target location (database, schema, table name) and confirm.

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.

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

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:
- Select the Model node in the Workbench.
- Click Re-run Model Job in the Workbench or in the Inspector.
