Skip to main content

Deploy Using the Coalesce App

This guide will take you through a deployment using the Coalesce app.

Before Deployment

Deployment Wizard

To deploy an Environment, click on the Deploy button for the relevant Environment. This will open the Deploy Wizard that will guide you through deployment.

Starting the Deploy Wizard

Select Commit

On the Select Commit screen you can choose which branch and commit you'd like to deploy to your Environment.

Modal dialog for deploying to Databricks Token DB\_TEST showing step 1 Select Commit with the branch dropdown set to going-back-a-commit and a list of commits by Tatiana Perry, the first commit selected, and a Next button at the bottom.

Parameters

Here you'll see your default parameters for the environment and have the opportunity to override them for this specific deploy. Learn more about Parameters.

Modal dialog for deploying to Databricks Token DB\_TEST showing step 2 Parameters with a prompt to enter parameters in JSON format, a hyperlink to parameter documentation, and an editor displaying an empty JSON object.

Review Plan

Here you'll see all metadata and generated SQL (DDL) that will run during the deployment. The user should review this screen to ensure everything is as intended. If there are errors or warnings, you'll be shown them before you can deploy.

Modal dialog for deploying to Databricks Token DB_TEST showing step 3 Review Plan with tabs for Nodes, Subgraphs, Jobs, Mappings, Node Types, Macros, Packages, a table listing node names, summaries, storage locations, node types, and a View Details action, plus Previous and Deploy buttons; below it, an error state view with a banner reporting deploy errors and a pane listing missing or invalid storage mappings with instructions to fix them.

Review the Deploy Status

You can review the status deploy status by:

  • Going to the run in Coalesce App and clicking on the deploy.
  • If you're using the CLI, adding the --out flag to print the results in JSON format.
  • Using the API, List Run Results, using the runID. The run ID is listed in the deploy information.
Deploy status
Sorting Tip

Column headers can be dragged to set row groups.

Deployment Video Walkthrough