You can use the google.cloud.bigquery client within a Databricks notebook by installing the google-cloud-bigquery library and using Python to run the DDL. Example: from google.cloud import bigquery client = bigquery.Client() query = \"\"\"CREATE EXTE...
Thanks for the updates! Just wondering if there's an estimated release date for the AI/BI for Data Analysts and SQL Analytics on Databricks courses? Really looking forward to them!
Thanks for the heads‑up! It’s a shame the course is being sunsetted before the labs are fixed. A couple of suggestions if you still want to try:Reach out to the instructor or support team — they may have an updated link or mirror for the CSVs, even i...
"Hi, I’m in the same course and also looking for access to the Vocareum workspace. It would be great if someone from the support or training team could help us get set up for hands-on practice. Thanks in advance!
ust to add, you might also want to check the cluster logs (driver and init script logs) for any hidden errors or timeouts during startup. Sometimes dependencies silently fail to install,even if the cluster appears to be running. If possible, try brea...