-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDE 1.0 - Module Introduction (1).py
44 lines (38 loc) · 2.03 KB
/
DE 1.0 - Module Introduction (1).py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Databricks notebook source
# MAGIC %md-sandbox
# MAGIC
# MAGIC <div style="text-align: center; line-height: 0; padding-top: 9px;">
# MAGIC <img src="https://databricks.com/wp-content/uploads/2018/03/db-academy-rgb-1200px.png" alt="Databricks Learning" style="width: 600px">
# MAGIC </div>
# COMMAND ----------
print('hello')
# COMMAND ----------
# DBTITLE 0,--i18n-001a833c-5553-41e6-83fa-1bb6d6f5f585
# MAGIC %md
# MAGIC ## Introduction to the Databricks Workspace for Data Engineers
# MAGIC This module is part of the Data Engineer Learning Path by Databricks Academy. <br>
# MAGIC
# MAGIC #### Lessons
# MAGIC | Type | Lesson |
# MAGIC | --- | --- |
# MAGIC | Lecture | Databricks Architecture and Services |
# MAGIC | Demo | Navigating the Data Science & Engineering Workspace |
# MAGIC | Lecture | Compute Resources |
# MAGIC | Demo | [DE 1.1 - Create and Manage Interactive Clusters]($./DE 1.1 - Create and Manage Interactive Clusters) |
# MAGIC | Lecture | Develop Code with Notebooks & Databricks Repos |
# MAGIC | Demo | [DE 1.2 - Notebook Basics]($./DE 1.2 - Notebook Basics) |
# MAGIC | Lab | [DE 1.3L - Getting Started with the Databricks Platform Lab]($./DE 1.3L - Getting Started with the Databricks Platform Lab) |
# MAGIC
# MAGIC #### Prerequisites
# MAGIC * Beginner experience using SQL to query data from enterprise data stores
# MAGIC * Beginner familiarity with cloud computing concepts (virtual machines, object storage, etc.)
# MAGIC
# MAGIC #### Technical Considerations
# MAGIC * This course runs on DBR 11.3
# MAGIC * This course cannot be delivered on Databricks Community Edition.
# COMMAND ----------
# MAGIC %md-sandbox
# MAGIC © 2023 Databricks, Inc. All rights reserved.<br/>
# MAGIC Apache, Apache Spark, Spark and the Spark logo are trademarks of the <a href="https://www.apache.org/">Apache Software Foundation</a>.<br/>
# MAGIC <br/>
# MAGIC <a href="https://databricks.com/privacy-policy">Privacy Policy</a> | <a href="https://databricks.com/terms-of-use">Terms of Use</a> | <a href="https://help.databricks.com/">Support</a>