Forum Discussion

Brent_Reber's avatar
Brent_Reber
Frequent Visitor
4 months ago
Solved

Fabric CLI help for the ln command

I am attempting to use the fab ln command to create shortcuts to ADLS Gen2 files.  I have tried variations of the following command, but with the same, non-descriptive error message as the result.  ...
  • Brent_Reber's avatar
    4 months ago

    I found a solution to this after much trial and error.  The command ultimately needed the GUID of a different connectionID (i had tried the name of the different connection but that did not work, only the GUID) that had a broader user list and adjustments to the location and subpath strings.

    fab ln a********.Workspace/Subro_External_Files.Lakehouse/Tables/ext_arbitrationworkparty.Shortcut --type adlsGen2 -i '{"location":"https://********.dfs.core.windows.net/raw","subpath":"/subrogation/crm/subro_assist/arbitration/arbitrationworkparty/incoming","connectionId": "[GUID]"}'