cancel
Showing results for 
Search instead for 
Did you mean: 
MadelynM
New Contributor III
New Contributor III
since ‎08-21-2021
‎02-05-2024

User Stats

  • 13 Posts
  • 1 Solutions
  • 4 Kudos given
  • 17 Kudos received

User Activity

You’ve gotten familiar with Delta Live Tables (DLT) via the quickstart and getting started guide. Now it’s time to tackle creating a DLT data pipeline for your cloud storage–with one line of code. Here’s how it’ll look when you're starting:CREATE OR ...
A Databricks cluster is a set of computation resources that performs the heavy lifting of all of the data workloads you run in Databricks. Databricks provides a number of options when you create and configure clusters to help you get the best perform...
Repos let you use Git functionality such as cloning a remote repo, managing branches, pushing and pulling changes and visually comparing differences upon commit. Here's a quick video (3:56) on setting up a repo for Databricks on AWS. Pre-reqs: Git in...
A job is a way of running a notebook either immediately or on a scheduled basis. Here's a quick video (4:04) on how to schedule a job and automate a workflow for Databricks on AWS. To follow along with the video, import this notebook into your worksp...
COPY INTO is a SQL command that loads data from a folder location into a Delta Lake table. Here's a quick video (5:48) on how to use COPY INTO for Databricks on AWS.To follow along with the video, import this notebook into your workspace:https://file...