Skip to content

Commit 4db2fd8

Browse files
authored
Update config-as-code.mdx
1 parent 89cfb52 commit 4db2fd8

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

docs/cloud/features/config-as-code.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ At Elementary, we believe that **code should be the single source of truth.** Th
66

77
Elementary has access to your [code repository](https://docs.elementary-data.com/cloud/integrations/code-repo/connect-code-repo), so every configuration lives in version control. Changes are always tracked, reviewed, and deployed through your existing CI/CD processes—no new workflow required.
88

9+
<video
10+
autoPlay
11+
muted
12+
loop
13+
playsInline
14+
className="w-full aspect-video"
15+
src="https://res.cloudinary.com/do5hrgokq/video/upload/v1759056955/config_as_code_wtt7oi.mp4"
16+
></video>
17+
918
### One Experience, Two Interfaces
1019
Every action in Elementary is both:
1120
- **Simple, structured, and clear through the UI** – allowing users to create, edit, or bulk-change tests and metadata with higher efficiency and comfort.
@@ -16,7 +25,7 @@ This keeps your CI process natural, while adding an extra layer of protection: e
1625

1726
### How Branches & PRs Work
1827
When you make changes through the Elementary UI (such as adding tests, editing assets, or managing configurations), Elementary will:
19-
1. Open a **new feature branch** with the prefix `elementary/` in your connected repository.
28+
1. Open a **new feature branch** with the prefix `elementary-` in your connected repository.
2029
2. Commit the changes (e.g., new tests, metadata updates, asset modifications).
2130
3. Automatically create a **pull request** for review with the title format: `{Your Name} via Elementary: {Change Description}`.
2231
From there, your team can review, approve, and merge using the exact same process you already follow for any code change. The system supports various types of changes including test management, asset management, and dbt package upgrades.

0 commit comments

Comments
 (0)