forked from Code360In/data-engineering-with-databricks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Version Info.py
34 lines (26 loc) · 1.17 KB
/
Version Info.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
# 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 ----------
# MAGIC %md
# MAGIC
# MAGIC # Project Information
# MAGIC
# MAGIC * Name: **Data Engineering with Databricks**
# MAGIC * Version: **2.3.1**
# MAGIC * Built On: **Aug 14, 2022 at 00:38:47 UTC**
# COMMAND ----------
# MAGIC %md
# MAGIC
# MAGIC Run the following cell for additional information on this course's datasets, and their copyrights.
# COMMAND ----------
# MAGIC %run ./Includes/Print-Dataset-Copyrights
# COMMAND ----------
# MAGIC %md-sandbox
# MAGIC © 2022 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>