Skip to main content

Sigma Computing

This is the setup for the Sigma Computing source that ingests data from the sigma API.

Sigma is next-generation analytics and business intelligence that scales billions of records using spreadsheets, SQL, Python, or AI—without compromising speed and security https://www.sigmacomputing.com/

In order to use this source, you must first create an account on Sigma Computing. Go to Account General Settings and review the Site section for the Cloud provider, this will be used to find the base url of your API. Compare it at https://help.sigmacomputing.com/reference/get-started-sigma-api

Next, head over to Developer Access and click on create. This will generate your Client ID and Client Secret required by the API. You can learn more about the API here https://help.sigmacomputing.com/reference

Configuration

InputTypeDescriptionDefault Value
client_idstringClient ID.
client_secretstringClient secret.
client_refresh_tokenstringRefresh token.
oauth_access_tokenstringAccess token. The current access token. This field might be overridden by the connector based on the token refresh endpoint response.
oauth_token_expiry_datestringToken expiry date. The date the current access token expires in. This field might be overridden by the connector based on the token refresh endpoint response.
base_urlstringBase URL. The base url of your sigma organization

Streams

Stream NamePrimary KeyPaginationSupports Full SyncSupports Incremental
filesidDefaultPaginator
connectionsconnectionIdDefaultPaginator
datasetsdatasetIdDefaultPaginator
membersmemberIdDefaultPaginator
teamsteamIdDefaultPaginator
templatestemplateIdDefaultPaginator
workspacesworkspaceIdDefaultPaginator
workbooksworkbookIdDefaultPaginator

Changelog

Expand to review
VersionDatePull RequestSubject
0.0.12024-10-13Initial release by @aazam-gh via Connector Builder
Was this page helpful?