Forum Discussion
FabricH
1 year agoFrequent Visitor
SQL Audit Logs
I tried to enable logging of UPDATE-Statements for the Warehouse (SQL Audits). I don't want to include SELECT-Statements, since this would increasy the volume of actions that are logged. Bases on ...
v-nmadadi-msft
1 year agoCommunity Support
Hi FabricH ,
Thanks for reaching out to the Microsoft fabric community forum.
Please verify if SQL audit logs are enabled using GET request using the same REST Client extension.
The response should return ENABLED.
Also make a note In the extension example code, you must include an empty line immediately after providing the bearer token. This empty line signals the extension where the HTTP headers end and the API command body begins, allowing it to correctly distinguish between the two.
I hope this information helps. Please do let us know if you have any further queries.
Thank you