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
To successfully follow along with the instructor during the course, you'll need to make use of the code in this repo. To follow along, you can either:
6
+
7
+
* Keep the URL to this repo handy, so that you can easily find and use any code referenced by the instructor during the course
8
+
9
+
* Clone the repo to your local computing environment (required)
10
+
11
+
> **Note:** There are a couple of exercises that make use of Snowflake's command line interface, Snowflake CLI. To successfully follow along during those exercises, you'll need to have the repo cloned to your local computing environment, so that the Snowflake CLI can make use of files and code within this repo.
12
+
13
+
#### How to clone the repo to your local computing environment:
14
+
15
+
1. Fork the repo to create a copy associated with your GitHub Account: https://github.com/Snowflake-Labs/advanced-data-engineering-snowflake/fork
Where `<your-GitHub-user-name>` is replaced by your GitHub user name. This workflow is covered in the course.
24
+
25
+
You can then open the repo in your preferred code editor. Throughout the course, the instructor will use Visual Studio Code as the code editor.
26
+
27
+
#### How to navigate this repo
28
+
29
+
All of the code that you need to successfully complete the course is within this repo. Each folder in this repo corresponds to a module in the online course.
30
+
31
+
***module-1** – Corresponds to "Module 1: DevOps with Snowflake" in the course.
32
+
33
+
***module-2** – Corresponds to "Module 2: Observability with Snowflake" in the course.
34
+
35
+
The course instructor will also be sure to reference the exact folder and name of the file to use throughout the course, so that you can follow along.
36
+
37
+
#### Reporting issues or errata
38
+
39
+
If you encounter technical issues with this code as you complete the course (i.e. typos, missing code, broken links, etc.), please report those issues in the course through Coursera. Ensure the issue contains sufficient detail so that it can be properly addressed.
0 commit comments