QuestionQ75
Prepare and process dataYou have an Azure Databricks workspace enabled for Unity Catalog. You must ingest CSV files from an external Azure Data Lake Storage Gen2 container into a managed Delta table.
The solution must:
- Load data incrementally as new files arrive.
- Minimize custom code and operational effort.
How should you complete the SQL statement?
Select
main.sales.orders 'abfss://raw@storage1.dfs.core.windows.net/orders/' FILEFORMAT = CSV
Community Discussion