Create a new dataset in the current workspace. Supports SQL datasets.
Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.
The name of the SQL dataset The name of the dataset
"Users"
Type of dataset
sql SQL query that defines the dataset
"SELECT id, name, email FROM users WHERE active = true"
ID of the source connection to run the query against
123
Optional description of the dataset Optional description of the dataset
"This dataset contains golden user records"