Read Only Branches
Paradime Read-Only Branches: Secure your dbt™ projects with read-only branches. Ensure integrity and control over code changes.

Last updated
Was this helpful?
Paradime Read-Only Branches: Secure your dbt™ projects with read-only branches. Ensure integrity and control over code changes.
While developing your dbt™️ project, changes/edits should never made against your remote default branch (usually called main or master).
When working with git a new branch should be created in order to make any changes to your project so that a Pull Request can be opened to merge your changes into your default branch.
To prevent users to commit directly again main or master, whether you are using Git Lite or Git Advanced the default branch will be always protected in Paradime meaning that you wont be able to make edits to files in your dbt™️ project.
If you see the prompt below when trying to edit a file, simply create a new branch or switch to an existing one.

Last updated
Was this helpful?
Was this helpful?