| az_delta_files | R Documentation |
Returns DuckDB's delta_list_files() output for a Delta table.
az_delta_files(conn, url)
conn |
A DuckDB connection. |
url |
Character scalar. Azure Blob URL pointing to a Delta table. |
A tibble-like data frame with the active file manifest.
## Not run:
# Requires a live Azure account, credentials, and network access.
conn <- az_conn()
az_delta_files(conn, "abfss://container@account/tables/sales")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.