Getting started with my_lakeflow_pipelines
mainThe my_lakeflow_pipelines project is a template-generated project for managing Lakeflow pipelines. It is organized into two main directories:
src/: Contains the SQL source code for the pipelines.resources/: Contains resource configurations such as jobs and pipelines.
You can work on this project in three ways:
- Directly in Databricks workspace: Using the Databricks web interface.
- Locally with an IDE: Using extensions like the Databricks VS Code extension.
- Via Command Line: Using the Databricks CLI.