Forum Discussion
yongshao
2 years agoHelper III
Notebook Resources - API to upload files under built-in folder
uploading python files into notebook's resources built-in folder, the notebook could refer and call them we know how to manually upload, but there is any API to do such upload? we want to automate ...
yongshao
1 year agoHelper III
Fabric enviorment with resources folder - https://learn.microsoft.com/en-us/fabric/data-engineering/environment-manage-resources
currently it seems to manually upload files into the resources folder, is there any API for such upload? or any roadmap for such API?
our CI/CD deployment is creating or updating the environment for notebooks, we also want CI/CD to upload required python/json files into the environment's resources, so the notebooks could directly use them
by the way, we want to get rid of all manual actions when deploying our Fabric workspace into prod
Thank you