You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+89Lines changed: 89 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,95 @@ A project for testing and validating Snowflake to Databricks migration tools and
6
6
7
7
This project contains Snowflake test objects that can be used to validate extractors and conversion tools that migrate Snowflake database objects to Databricks.
8
8
9
+
---
10
+
11
+
## Getting Started for New Clients
12
+
13
+
This section guides new clients through setting up the Data Migration Accelerator for their own projects.
14
+
15
+
### Repository Setup: Fork the Repository
16
+
17
+
Forking creates a copy under your GitHub organization while maintaining a connection to the original repository for future updates.
18
+
19
+
#### Step 1: Fork the Repository
20
+
21
+
1. Navigate to the original repository on GitHub
22
+
2. Click **Fork** in the top-right corner
23
+
3. Select your organization as the destination
24
+
4. Uncheck "Copy the `main` branch only" if you want all branches
0 commit comments