Dela via


Upload files to Azure Databricks

This article details patterns to load local files to Databricks.

Azure Databricks does not provide any native tools for downloading data from the internet, but you can use open source tools in supported languages. See Download data from the internet.

Add data from local files

You can upload local files to Databricks to create a Delta table or store data in volumes. To access these and other data source options, click New Icon New > Data.

Note

The DBFS option allows you to use the legacy DBFS file upload.