Additional Dataflow Detail? #159
-
The Scanner API returns new information that is not currently present in the custom connector. For example, dataflow refresh schedules. I know how to use the GetData function provided in the custom connector, but it doesn't look like I can go about it this way, and I don't see a way to look for additional data provided in the results. Any information you have is greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
While there is a function that allows you to call the Scanner API for up to 100 workspaces at a time (see below and the attached example of how to use it), we cannot use the Scanner API for the standard admin queries because it involves API polling and M is not a good language for that. To use the Scanner API to its fullest extent you really need to design your own ETL to process the results from the scanner API. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the quick response! |
Beta Was this translation helpful? Give feedback.
While there is a function that allows you to call the Scanner API for up to 100 workspaces at a time (see below and the attached example of how to use it), we cannot use the Scanner API for the standard admin queries because it involves API polling and M is not a good language for that. To use the Scanner API to its fullest extent you really need to design your own ETL to process the results from the scanner API.
Scanner API Example.zip