Ingest data into Lakeflow Designer

You can bring any data accessible through Azure Databricks into a visual data prep in Lakeflow Designer.

All data ingestion in Designer starts with the Source operator. When you open a Source operator's configuration pane, you have the following options.

Browse existing tables

Click Browse existing to open the asset selector and browse tables and volumes in Unity Catalog. Use this option when your data is already in Azure Databricks.

Drag and drop a local file

Drag a CSV or Excel file from your local machine directly onto the canvas. Designer uploads the file to a volume in Unity Catalog and automatically creates a Source operator.

Note

Drag and drop of Excel files requires Excel File Format Support to be enabled. See Read and stream Excel files.

Create a table from a file

Select Create table from file in the Source configuration pane to upload a local CSV or Excel file and create a Unity Catalog table from it. Use this option when you want the data persisted as a managed table rather than stored in a volume. Additionally, for large amounts of data, this provides the best performance. Uploaded files are subject to the Unity Catalog volume file size limit. See Work with files in Unity Catalog volumes.

Additional resources