load_data_from_url
Pull data from a CSV or Parquet URL into a Delta table in Microsoft Fabric, using a lakehouse or warehouse destination.
Instructions
Load data from a URL into a delta table in a lakehouse via OneLake.
Args:
url: The URL to download data from (CSV or Parquet supported).
destination_table: The name of the table to load data into.
workspace: Name or ID of the workspace (optional).
lakehouse: Name or ID of the lakehouse (optional).
warehouse: Name or ID of the warehouse (optional, uses SQL for warehouses).
ctx: Context object containing client information.
Returns:
A string confirming the data load or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| lakehouse | No | ||
| warehouse | No | ||
| workspace | No | ||
| destination_table | Yes |