Replies: 4 comments 1 reply
-
Hi @arajawat, The Fabric backend does not store item metadata; it only forwards requests to your local workload backend. If a user deletes an item directly from the workspace, there is no built-in mechanism to notify your workload backend. You may need to implement a custom solution, like event listeners or a monitoring service, to handle such scenarios and clean up metadata accordingly. |
Beta Was this translation helpful? Give feedback.
-
If that is the case, How am I able to see the Sample workload created in my workspace even after shuting down backend service and Dev gateway? I can see this with only FrontEnd service running: |
Beta Was this translation helpful? Give feedback.
-
Discussed offline - I believe this can be closed |
Beta Was this translation helpful? Give feedback.
-
Sure, Thanks. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When a workload item is created in local devbox (using gateway), the boilerplate backend service is writing the item metadata to my local folder. However, when I stop the backend service and navigate to the workspace, I can still see the custom items created. Does that mean that information flows in following manner leads to creation of item metadata in Fabrics metadata database as well?
Workload FE (Create Item) -> Fabric FE -> Fabric BE (Any storage here?) -> Workload BE (Store Item metadata)
Few other related questions:
Beta Was this translation helpful? Give feedback.
All reactions