Hi, I keep getting the following error when running this code:
DA = DBAcademyHelper(course_config, lesson_config)
DA.reset_lesson()
DA.init() # <--- produces the error
DA.conclude_setup()
Installing datasets: | from "wasbs://courseware@dbacademy.blob.core.windows.net/data-engineer-learning-path/v04" | to "dbfs:/mnt/dbacademy-datasets/data-engineer-learning-path/v04" | | NOTE: The datasets that we are installing are located in Washington, USA - depending on the | region that your workspace is in, this operation can take as little as 2 min and | upwards to 10 min, but this is a one-time operation.
shaded.databricks.org.apache.hadoop.fs.azure.AzureException: shaded.databricks.org.apache.hadoop.fs.azure.AzureException: Unable to access container courseware in account dbacademy.blob.core.windows.net using anonymous credentials, and no credentials found for them in the configuration.
Can someone suggest a workaround so I can download the datasets ? Our databricks environment is on AWS and has firewall restrictions.