Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric Ideas just got better! New features, better search, and direct team engagement. Learn more

Fabric Command Line Interface - Bug - Load Table

The following command fails.  The /Files/pubs/authors folder contains a single parquet file.  This is the authors table from the pubs database.

 

jminer3_0-1746486734274.jpeg

 

Please see documentation on how it should work, but does not.

 

table examples | fabric-cli

 

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"
}

 

jminer3_1-1746487037729.jpeg

 

Make URL path using workspace, lakehouse and table name.  Use the -i to leverage json file.

 

jminer3_2-1746487117971.jpeg

 

In short, the work around is to call the REST API.  But, what I really want is the "table load" command to work.

Status: New