Overview
Publishing is the process of deploying your data mappings to production. When you publish, Entegrata generates Delta Live Tables (DLT) scripts and deploys them to your Databricks environment, where they run as automated data pipelines. This guide covers the complete publishing process, from pre-publish validation to monitoring deployed pipelines.Understanding Publishing
What Happens When You Publish?
When you click Publish, Entegrata:- Validates your mapping configuration
- Generates Delta Live Tables (DLT) Python code
- Deploys the code to your Databricks workspace
- Creates or updates the DLT pipeline
- Schedules the pipeline to run automatically
- Starts initial data processing
Publishing Requirements
Before publishing, your mapping must meet these requirements:Publishing Your Mapping
Save Your Work
Click Save to ensure all changes are persisted. Publishing will fail if there are unsaved changes.

