Forum Discussion
amaaiia
2 years agoSkilled Sharer
Write data into a shortcut to ADLSg2
Is it possible to write data into a table stored in ADLSg2 referenced by shortcut? Or is it just for read-only operations?
Anonymous
2 years agoNot applicable
Hi amaaiia
No, shortcuts in Microsoft Fabric for ADLS Gen2 are for read-only operations. You cannot directly write data into a table referenced by a shortcut.
Here's why:
- Shortcuts are pointers to existing data locations. They don't create copies of the data.
- Fabric uses the shortcut to access the original data in ADLS Gen2.
Hope this helps. Please let me know if you have any further questions.
amaaiia
2 years agoSkilled Sharer
Sure, I know it's not a copy, I was thinking in the possibility of using shortcut to write directly into ADLSg2.