Sync back to Coalesce
Why sync back?
- Use the catalog efficiency to write tables and columns descriptions.
- Automatically push these to Coalesce Transform and Snowflake.
- Keep all descriptions in sync.
Requirements: Allow to open a Merge Request to your Git Repo
For GitHub:
- We only need you to grant contributor access to our technical GitHub user
techcastor
to your main Coalesce GitHub repository so we can push a new branch with the updates. For more details on this check here - Here is the user: https://github.com/techcastor
For GitLab:
- We need a Project Access Token (PAT) to your dbt GitLab repository, more information here
- In token configuration the only scope needed is write_repository and Contributor role must be selected so we can push a new branch with the updates
- The token should then be sent to our support either through catalog-support@coalesce.io or Slack alongside the HTTP needed to clone the repository
How to sync back
info
Only Catalog admins can request a sync back.
You need to have set up your Git repository access, see how to here:
Set Up
Request the sync
Do it from this page: https://app.castordoc.com/settings/integrations

In the catalog app, on the integration list page, click the "Request sync back" button. A Coalesce Support will run the sync back process in the next 24 hours and reach back to you.
What happens under the hood? When you request a sync back from the Catalog, it will
- Create a new branch in your Coalesce Tranform git repositories
- Push to this branch any table or column descriptions in the catalog but not yet on the Coalesce Transform Nodes
Review the changes
When the branch is ready to review, the suppport will share the branch name and optional github branch URL. Now you only have to
- Open your favorite Coalesce Transform Workspace
- Checkout the branch
- Review the last commit
Merge them
This is the classic merge and deploy step you would take to deploy, except this time you'll just add descriptions to snowflake assets.
- Merge the branch into your production branch
- Deploy again