Thanks for the extra details – this is very helpful.
From what you shared, your service principal already has the right permissions inside the target database (SELECT on your tables, VIEW CHANGE TRACKING, VIEW DEFINITION, VIEW DATABASE STATE, sys.* g...
Hi @Oumeima,
Thank you for your question. Let me try to help you!
The error
Timed out waiting for validation report. Verify that the Ingestion Gateway pipeline is running.
is returned when:
1. The ingestion gateway is not running. It may have failed...
Glad to hear it is now fixed, @Bahjat! If possible, please share what the fix was and mark it as a solution to serve as a knowledge base in case someone else faces the same challenges.
Thanks!
Hi @Bahjat, thank you for your question.
I've tried to reproduce the behavior you are seeing by creating a sample dashboard and a test HTML page for embedding it, but with no success.
Please find attached sample images of our try.
Important points to...
Looking internally, I was able to find the following:
For single node mode: the config should be set to 'singleNode'
For standard mode: the config should NOT be set to 'singleNode'
For serverless mode: the config should be set to 'serverless'
So, in ...