Forum Discussion
Programmatically upload files to Fabric?
- 2 years ago
Hi ramonsuarez ,
You can also try installing 'OneLake' program in the server and you can use it just like how you use 'OneDrive'. This approach will require just adding a copy statement in your existing powershell script
Hi ramonsuarez
Thanks for the ask and using the Microsoft Fabric Community.
At this time, we are reaching out to the internal team to get some help on this .
We will update you once we hear back from them.
Appreciate your patience.
Thanks
- v-cboorla-msft2 years agoMicrosoft Employee
Hi ramonsuarez
Could you please confirm whether you are using Notebook or Pipeline?
What is the source of your data, will it be accessible from Notebook?
Thanks
- ramonsuarez2 years agoAdvocate II
Neither. The script runs on a server and extracts the tables from the source system as xml files.
- v-cboorla-msft2 years agoMicrosoft Employee
Hi ramonsuarez
There are multiple ways to upload files to OneLake. You can try these options:
- Pipelines (as Sumit Kumar pointed out earlier)
- AZCOPY (they call the CLI and it copies files to /Tables directory). There's a good blog covering the details available here. Ingest Data into Microsoft Fabric OneLake using AzCopy | by Inderjit Rana | Microsoft Azure | Medium
- APIs
I hope this information helps. Please do let us know if you have any further questions.
Thanks