Stored Procedures
Stored procedures are function-like interfaces that extend the functionality of the connector beyond simple SELECT operations with 1010Data.
Stored procedures accept a list of parameters, perform their intended function, and then return, if applicable, any relevant response data from 1010Data, along with an indication of whether the procedure succeeded or failed.
CData Tableau Connector for 1010data Stored Procedures
Name | Description |
GetOAuthAccessToken | Gets the OAuth access token for AzureAD SSO. |
GetOAuthAuthorizationURL | Gets the authorization URL for AzureAD SSO. |