EndPoint Create Dataset
Name
post_dataset
Description
Creates a new empty dataset. [API reference]
Parameters
Parameter | Label | Required | Options | Description |
---|---|---|---|---|
Name | Dataset Name | YES | Enter dataset name | |
ProjectId | ProjectId | NO | ||
Description | Description | NO |
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
datasetId |
DT_WSTR
|
nvarchar(255)
|
255 | False |
|
projectId |
DT_WSTR
|
nvarchar(255)
|
255 | False |
|
kind |
DT_WSTR
|
nvarchar(100)
|
100 | False |
|
id |
DT_WSTR
|
nvarchar(100)
|
100 | False |
|
location |
DT_WSTR
|
nvarchar(100)
|
100 | False |
|
friendlyName |
DT_WSTR
|
nvarchar(255)
|
255 | False |
|
description |
DT_WSTR
|
nvarchar(1000)
|
1000 | False |
|
access |
DT_WSTR
|
nvarchar(1000)
|
1000 | False |
Input Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime. |
Examples
SSIS
Use Google BigQuery Connector in API Source component to read data or in API Destination component to read/write data:
Create Dataset using API Source
Google BigQuery
Create Dataset

Create Dataset using API Destination
Google BigQuery
Create Dataset
