The following command fails. The /Files/pubs/authors folder contains a single parquet file. This is the authors table from the pubs database.
Please see documentation on how it should work, but does not.
But the "table load" command only works if there is an existing table. We can manually create one by right clicking on the parquet file.
We can make a manual call to the rest api to get it work.
{
"relativePath": "Files/pubs/authors/part-00000-657844e4-6b11-4bbb-bab1-68ead9a5cb7e-c000.snappy.parquet",
"pathType": "File",
"mode": "Overwrite",
"recursive": false,
"fileExtension": "parquet"
}
Make URL path using workspace, lakehouse and table name. Use the -i to leverage json file.
In short, the work around is to call the REST API. But, what I really want is the "table load" command to work.
Recent ideas
Power BI reports with more than 50 report pages cannot be exported
Currently, you can only export those Power BI report where total report pages are less than or equal to 50. If a report has more than 50 pages and you try to export it (PDF/PPT) you get an error mess...ankushsharma11 hour agoNew MemberNeeds Votes5.5KViews330likes51CommentsAllow customization of email notifications for failed pipeline activities
Currently, Microsoft Fabric can automatically send an email notification when an activity or item in a pipeline fails. However, the content and structure of this email follow a fixed template. It w...SolutionsBryn2 hours agoNew MemberNew1View0likes0Comments:: operator for typecast in T-SQL
Introduce support for the ::type cast operator in Fabric Data Warehouse as syntactic sugar for the existing CAST(... AS type) expression. The new operator would be functionally equivalent and compile...jovanpop-msft3 hours agoMicrosoft EmployeeNew13Views0likes0CommentsNative Multi-Visual Cascading Selection (Beyond Ctrl + Click)
The Problem: When working with multiple tables or matrices on a report page, users frequently need to chain selections together (e.g., clicking Matrix A filters Matrix B, and then clicking Matrix B ...7407547 hours agoNew MemberNew12Views0likes1Comment