microsoft / fabricnotes

Simple drawings illustrating the main concepts of Microsoft Fabric to empower anyone to build stuff on Fabric.
https://microsoft.github.io/fabricnotes
Creative Commons Attribution 4.0 International
88 stars 18 forks source link

Error Handling/ Logging #26

Open msurya7588 opened 10 months ago

msurya7588 commented 10 months ago

Hello All,

I have started working on Microsoft Fabric data engineering POC using notebooks and pipelines and stuck in between, I am looking for below scenarios but did not get more details, looking for references if any please share,

  1. When error occurs in PySpark notebook, what log does program output. We need to design error handling rule and log format.

  2. Transaction Management - Can PySpark manage transaction scope ? Ex) We'd like to commit after program loads Table A and Table B. If program fails to load Table B, then program execute rollback Table A.

  3. Log Management - Does MS Fabric have log management function? Can we use LogAnalytics?

  4. Backup/ restore function - Does MS Fabric have backup/restore function? can we use Synapse?