-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Metadata API Example to analyze CustomSQL prevalence on a Tableau Site #3
base: master
Are you sure you want to change the base?
Conversation
Metadata API Example to analyze CustomSQL prevalence on a Tableau Site
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's a half done review.
I realized that you don't have much (any) error checking for calls out to the metadata API and results, my pager will handle some of that for you, so I'm going to finish that before I hit the second half.
|
||
query = """ | ||
{ | ||
customSQLTablesConnection(first: 20, after: AFTER_TOKEN_SIGNAL) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We talked about me merging my graphql pager so you can use it -- Don't have to block on that for this review but reminder to both us us that I said I'd do that :P
No description provided.