data-engineer-learning-path
data-engineer-learning-path copied to clipboard
There is file in the DE2.2 **"Classroom-Setup-02.2"** that is the child notebook of **"DE 2.2 - Providing Options for External Sources"**  So the File path is pointing to **dbfs...
DROP TABLE IF EXISTS users_jdbc; CREATE TABLE users_jdbc USING JDBC OPTIONS ( url = "jdbc:sqlite:${DA.paths.ecommerce_db}", dbtable = "users" ) while executing above I'm getting following : Error in SQL statement:...
resolves error message "FileNotFoundError: [Errno 2] No such file or directory: '/dbfs/mnt/dbacademy-datasets/data-engineer-learning-path/v02/ecommerce/raw/users-historical'" when running DE 2.2
The following link is broken: https://www.databricks.training/step-by-step/importing-courseware-from-github
.. to state the correct value of event_timestamp to look for in row 5 of the dataframe mac_sql_df in DE 0.2L - SparkSQL Lab.py The next cell with assert statements...
The notebooks in lecture 03 - Delta Lake are in the wrong order. In particular, notebook 3.2 starts as ``` The cell below condenses all the transactions from the previous...
DE 2.2 - Providing Options for External Sources There is an error when executing Cmd4 in the supplied notebook. "%run ../Includes/Classroom-Setup-02.2" Output: The execution of this command did not finish...
https://github.com/databricks-academy/data-engineer-learning-path/blob/a987fd0e43202464a0dbf71423afd90dacfcb43b/00%20-%20Intro%20to%20PySpark%20-%20OPTIONAL/DE%200.1%20-%20Spark%20SQL.py#L91 Broken `documentation` link in module DE 0.1 line 92 -> **** MAGIC The main Spark documentation page includes links to API docs and helpful guides for each version of...