Authorizations
Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Body
application/json
The name of the dataset The name of the SQL dataset
Example:
"Users"
Type of dataset
Available options:
sql
SQL query that defines the dataset
Example:
"SELECT id, name, email FROM users WHERE active = true"
ID of the source connection to run the query against
Example:
123
Optional description of the dataset
Example:
"This dataset contains user data from our database"