cancel
Showing results for 
Search instead for 
Did you mean: 
Databricks Academy Learners
cancel
Showing results for 
Search instead for 
Did you mean: 

Can I use my pay as you go subscription for Databricks Academy Labs?

MohammedArif
New Contributor III

Can I use my pay-as-you-go or "Visual studio - MPN" subscription for doing hands-on lab activities for the training on "Generative AI Engineering with Databricks" learning path?

Is it required to purchase the academy lab subscription?

MohammedArif_0-1728903572605.png

Databricks Learning

1 REPLY 1

DanielStaiger
New Contributor II

The issue i run into using my own Environment is that the notebooks do refer to stuff that is not provided.
Lab2.1 as example uses:

%run ../Includes/Classroom-Setup-02

print(f"Username:          {DA.username}")
print(f"Catalog Name:      {DA.catalog_name}")
print(f"Schema Name:       {DA.schema_name}")
print(f"Working Directory: {DA.paths.working_dir}")
print(f"Dataset Location:  {DA.paths.datasets}")
that is not defined, but also the datasets itself are not in the corresponding ZIP file. Its quite annoying to set it up by reverse engineering..
 
Just put that stuff to Git like everybody else would... ty!

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now