DataLens API: Get dataset
- HTTP request
- Body parameters
- Response
- DatasetContentInternal
- AvatarRelation
- JoinCondition
- direct1
- formula2
- result_field
- ComponentErrorList
- ComponentErrorPack
- ComponentError
- ObligatoryFilter
- Where
- ResultSchemaSchemaGeneric
- ParameterValueConstraint
- ResultSchemaAux
- FieldInterDependencyInfo
- FieldInterDependencyItem
- RLSSubject
- SourceAvatarStrict
- DataSourceStrict
- SQLParameters
- CHYTTableListParameters
- CHYTTableRangeParameters
- SubselectParameters
- SchematizedParameters
- SimpleParameters
- Options
- Connections
- CompatConnectionTypeListItem
- ConnectionListItem
- DataTypes
- DataTypeListItem
- Fields
- FieldListItem
- Join
- Preview
- Avatars
- SourceListItem
- SourceListing
- Sources
- CompatSourceTypeListItem
- SourceListItem1
HTTP request
Returns the specified dataset.
POST https://api.datalens.yandex.net/rpc/getDataset
Body parameters
Request schema: application/json
{
"datasetId": "string",
"workbookId": "string | null",
"rev_id": "string"
}
|
Field |
Description |
|
datasetId |
string Required field. ID of the dataset to retrieve. You can find it in the dataset settings in DataLens interface. |
|
workbookId |
string | null ID of the workbook the dataset belongs to. If navigation across folders is enabled and the dataset belongs to a folder, the value must be |
|
rev_id |
string Version ID for the dataset. For details, see documentation |
Response
HTTP Code: 200
Response schema: application/json
{
"dataset": {
"avatar_relations": [
{
"conditions": [
{
"left": {
"<oneOf>": [
{
"calc_mode": "string",
"source": "string"
},
{
"calc_mode": "string",
"formula": "string"
},
{
"calc_mode": "string",
"field_id": "string"
}
]
},
"operator": "string",
"right": {
"<oneOf>": [
{
"calc_mode": "string",
"source": "string"
},
{
"calc_mode": "string",
"formula": "string"
},
{
"calc_mode": "string",
"field_id": "string"
}
]
},
"type": "string"
}
],
"id": "string",
"join_type": "string",
"left_avatar_id": "string",
"managed_by": "string | null",
"required": "boolean",
"right_avatar_id": "string",
"virtual": "unknown"
}
],
"component_errors": {
"items": [
{
"errors": [
{
"code": "unknown",
"details": {
"string": "unknown"
},
"level": "string",
"message": "string"
}
],
"id": "string",
"type": "string"
}
]
},
"data_export_forbidden": "boolean",
"description": "string | null",
"load_preview_by_default": "boolean",
"obligatory_filters": [
{
"default_filters": [
{
"column": "string",
"operation": "string",
"values": "array | null"
}
],
"field_guid": "string",
"id": "string",
"managed_by": "string | null",
"valid": "boolean"
}
],
"preview_enabled": "boolean",
"result_schema": [
{
"<oneOf>": [
{
"aggregation": "string",
"aggregation_locked": "boolean | null",
"autoaggregated": "boolean | null",
"avatar_id": "string | null",
"cast": "string",
"data_type": "string | null",
"description": "string",
"guid": "string",
"has_auto_aggregation": "boolean | null",
"hidden": "boolean",
"initial_data_type": "string | null",
"lock_aggregation": "boolean | null",
"managed_by": "string | null",
"source": "string",
"title": "string",
"type": "string",
"ui_settings": "string",
"valid": "boolean | null",
"virtual": "unknown"
},
{
"aggregation": "string",
"aggregation_locked": "boolean | null",
"autoaggregated": "boolean | null",
"cast": "string",
"data_type": "string | null",
"description": "string",
"formula": "string",
"guid": "string",
"guid_formula": "string",
"has_auto_aggregation": "boolean | null",
"hidden": "boolean",
"initial_data_type": "string | null",
"lock_aggregation": "boolean | null",
"managed_by": "string | null",
"title": "string",
"type": "string",
"ui_settings": "string",
"valid": "boolean | null",
"virtual": "unknown"
},
{
"aggregation": "string",
"aggregation_locked": "boolean | null",
"autoaggregated": "boolean | null",
"cast": "string",
"data_type": "string | null",
"default_value": "string | null",
"description": "string",
"guid": "string",
"has_auto_aggregation": "boolean | null",
"hidden": "boolean",
"initial_data_type": "string | null",
"lock_aggregation": "boolean | null",
"managed_by": "string | null",
"template_enabled": "boolean",
"title": "string",
"type": "string",
"ui_settings": "string",
"valid": "boolean | null",
"value_constraint": "unknown",
"virtual": "unknown"
}
]
}
],
"result_schema_aux": {
"inter_dependencies": {
"deps": [
{
"dep_field_id": "string",
"ref_field_ids": [
"string"
]
}
]
}
},
"revision_id": "string | null",
"rls": {
"string": "unknown"
},
"source_avatars": [
{
"id": "string",
"is_root": "boolean",
"managed_by": "string | null",
"source_id": "string",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
}
],
"sources": [
{
"<oneOf>": [
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {
"db_name": "string | null",
"db_version": "string | null",
"table_name": "string | null"
},
"raw_schema": "array | null",
"source_type": "APPMETRICA_API",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {
"db_name": "string | null",
"db_version": "string | null",
"table_name": "string | null"
},
"raw_schema": "array | null",
"source_type": "CHYT_TABLE",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {
"table_names": "string"
},
"raw_schema": "array | null",
"source_type": "CHYT_TABLE_LIST",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {
"directory_path": "string",
"range_from": "string",
"range_to": "string"
},
"raw_schema": "array | null",
"source_type": "CHYT_TABLE_RANGE",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {
"subsql": "string"
},
"raw_schema": "array | null",
"source_type": "CHYT_SUBSELECT",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {
"db_name": "string | null",
"db_version": "string | null",
"table_name": "string | null"
},
"raw_schema": "array | null",
"source_type": "CHYT_USER_AUTH_TABLE",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {
"table_names": "string"
},
"raw_schema": "array | null",
"source_type": "CHYT_USER_AUTH_TABLE_LIST",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {
"directory_path": "string",
"range_from": "string",
"range_to": "string"
},
"raw_schema": "array | null",
"source_type": "CHYT_USER_AUTH_TABLE_RANGE",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {
"subsql": "string"
},
"raw_schema": "array | null",
"source_type": "CHYT_USER_AUTH_SUBSELECT",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {
"db_name": "string | null",
"db_version": "string | null",
"table_name": "string | null"
},
"raw_schema": "array | null",
"source_type": "CH_TABLE",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {
"subsql": "string"
},
"raw_schema": "array | null",
"source_type": "CH_SUBSELECT",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {
"db_name": "string | null",
"db_version": "string | null",
"schema_name": "string | null",
"table_name": "string | null"
},
"raw_schema": "array | null",
"source_type": "GP_TABLE",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {
"subsql": "string"
},
"raw_schema": "array | null",
"source_type": "GP_SUBSELECT",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {},
"raw_schema": "array | null",
"source_type": "GSHEETS",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {},
"raw_schema": "array | null",
"source_type": "JSON_API",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {
"db_name": "string | null",
"db_version": "string | null",
"table_name": "string | null"
},
"raw_schema": "array | null",
"source_type": "METRIKA_API",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {
"db_name": "string | null",
"db_version": "string | null",
"schema_name": "string | null",
"table_name": "string | null"
},
"raw_schema": "array | null",
"source_type": "MSSQL_TABLE",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {
"subsql": "string"
},
"raw_schema": "array | null",
"source_type": "MSSQL_SUBSELECT",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {
"db_name": "string | null",
"db_version": "string | null",
"table_name": "string | null"
},
"raw_schema": "array | null",
"source_type": "MYSQL_TABLE",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {
"subsql": "string"
},
"raw_schema": "array | null",
"source_type": "MYSQL_SUBSELECT",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {
"db_name": "string | null",
"db_version": "string | null",
"schema_name": "string | null",
"table_name": "string | null"
},
"raw_schema": "array | null",
"source_type": "ORACLE_TABLE",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {
"subsql": "string"
},
"raw_schema": "array | null",
"source_type": "ORACLE_SUBSELECT",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {
"db_name": "string | null",
"db_version": "string | null",
"schema_name": "string | null",
"table_name": "string | null"
},
"raw_schema": "array | null",
"source_type": "PG_TABLE",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {
"subsql": "string"
},
"raw_schema": "array | null",
"source_type": "PG_SUBSELECT",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {},
"raw_schema": "array | null",
"source_type": "PROMQL",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {},
"raw_schema": "array | null",
"source_type": "SOLOMON",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {
"db_name": "string | null",
"db_version": "string | null",
"table_name": "string | null"
},
"raw_schema": "array | null",
"source_type": "CH_USAGE_TRACKING_YA_TEAM_TABLE",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {
"db_name": "string | null",
"db_version": "string | null",
"table_name": "string | null"
},
"raw_schema": "array | null",
"source_type": "YDB_TABLE",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
},
{
"connection_id": "string | null",
"id": "string",
"index_info_set": "array | null",
"managed_by": "string | null",
"parameter_hash": "string",
"parameters": {
"subsql": "string"
},
"raw_schema": "array | null",
"source_type": "YDB_SUBSELECT",
"title": "string",
"valid": "boolean",
"virtual": "unknown"
}
]
}
],
"template_enabled": "boolean"
},
"id": "string",
"is_favorite": "boolean",
"key": "string",
"options": {
"connections": {
"compatible_types": [
{
"conn_type": "unknown"
}
],
"items": [
{
"id": "string",
"replacement_types": [
{
"conn_type": "unknown"
}
]
}
],
"max": "integer"
},
"data_types": {
"items": [
{
"aggregations": [
"string"
],
"casts": [
"string"
],
"filter_operations": [
"string"
],
"type": "string"
}
]
},
"fields": {
"items": [
{
"aggregations": [
"string"
],
"casts": [
"string"
],
"guid": "string"
}
]
},
"join": {
"operators": [
"string"
],
"types": [
"string"
]
},
"preview": {
"enabled": "boolean"
},
"schema_update_enabled": "boolean",
"source_avatars": {
"items": [
{
"id": "string",
"schema_update_enabled": "boolean"
}
],
"max": "integer"
},
"source_listing": {
"db_name_label": "string",
"db_name_required_for_search": "boolean",
"supports_db_name_listing": "boolean",
"supports_source_pagination": "boolean",
"supports_source_search": "boolean"
},
"sources": {
"compatible_types": [
{
"source_type": "unknown"
}
],
"items": [
{
"id": "string",
"schema_update_enabled": "boolean"
}
],
"max": "integer"
},
"supported_functions": [
"string"
],
"supports_offset": "boolean"
},
"permissions": {
"string": "boolean"
}
}
|
Field |
Description |
|
dataset |
Required field. Dataset object containing all dataset properties. |
|
id |
string ID of the dataset. |
|
is_favorite |
boolean Indicates if the dataset is marked as favorite. |
|
key |
string Key of the dataset entry. Indicates the path and name of the dataset. |
|
options |
Dataset options configuration. |
|
permissions |
object (map<string, boolean>) Permissions for the dataset. |
DatasetContentInternal
|
Field |
Description |
|
avatar_relations[] |
Required field. Avatar relations (JOIN conditions) in the dataset. |
|
component_errors |
A list of dataset validation errors including IDs of affected components (data sources, fields, etc.) |
|
data_export_forbidden |
boolean Indicates if data export is forbidden. |
|
description |
string | null Description of the dataset. |
|
load_preview_by_default |
boolean Indicates whether to load preview by default. |
|
obligatory_filters[] |
Required field. Filters for the dataset. |
|
preview_enabled |
boolean Indicates whether preview is enabled. |
|
result_schema[] |
Result schema of the dataset. |
|
result_schema_aux |
Auxiliary result schema information. |
|
revision_id |
string | null Revision ID of the dataset. |
|
rls |
object (map<string, unknown>) Row-level security configuration. |
|
source_avatars[] |
Required field. Source avatars in the dataset. |
|
sources[] |
Data sources in the dataset. |
|
template_enabled |
boolean Indicates whether template is enabled. |
AvatarRelation
|
Field |
Description |
|
conditions[] |
Required field. JOIN conditions. |
|
id |
string Required field. ID of the relation. |
|
join_type |
enum Type of JOIN condition:
|
|
left_avatar_id |
string ID of the left table. |
|
managed_by |
enum Reserved for future extensions. Indicates the entity that is allowed to manage the component. When creating or editing datasets, always use value
|
|
required |
boolean Indicates if table relation is required. |
|
right_avatar_id |
string ID of the right table. |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
JoinCondition
|
Field |
Description |
|
left |
One of direct1 | formula2 | result_field |
|
operator |
enum Required field. Relational operator.
|
|
right |
One of direct1 | formula2 | result_field |
|
type |
enum Required field. Type of the operator, equals to:
|
direct1
|
Field |
Description |
|
calc_mode |
enum Required field.
|
|
source |
string Required field. |
formula2
|
Field |
Description |
|
calc_mode |
enum Required field.
|
|
formula |
string Required field. |
result_field
|
Field |
Description |
|
calc_mode |
enum Required field.
|
|
field_id |
string Required field. |
ComponentErrorList
|
Field |
Description |
|
items[] |
ComponentErrorPack
|
Field |
Description |
|
errors[] |
|
|
id |
string |
|
type |
enum
|
ComponentError
|
Field |
Description |
|
code |
unknown |
|
details |
object (map<string, unknown>) |
|
level |
enum
|
|
message |
string |
ObligatoryFilter
|
Field |
Description |
|
default_filters[] |
Required field. |
|
field_guid |
string |
|
id |
string Required field. |
|
managed_by |
enum
|
|
valid |
boolean |
Where
|
Field |
Description |
|
column |
string Required field. |
|
operation |
enum Required field.
|
|
values |
array | null Required field. |
ResultSchemaSchemaGeneric
One of:
|
Field |
Description |
|
aggregation |
enum
|
|
aggregation_locked |
boolean | null |
|
autoaggregated |
boolean | null |
|
avatar_id |
string | null |
|
cast |
enum
|
|
data_type |
enum
|
|
description |
string |
|
guid |
string |
|
has_auto_aggregation |
boolean | null |
|
hidden |
boolean |
|
initial_data_type |
enum
|
|
lock_aggregation |
boolean | null |
|
managed_by |
enum
|
|
source |
string |
|
title |
string Required field. |
|
type |
enum
|
|
ui_settings |
string |
|
valid |
boolean | null |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
aggregation |
enum
|
|
aggregation_locked |
boolean | null |
|
autoaggregated |
boolean | null |
|
cast |
enum
|
|
data_type |
enum
|
|
description |
string |
|
formula |
string |
|
guid |
string |
|
guid_formula |
string |
|
has_auto_aggregation |
boolean | null |
|
hidden |
boolean |
|
initial_data_type |
enum
|
|
lock_aggregation |
boolean | null |
|
managed_by |
enum
|
|
title |
string Required field. |
|
type |
enum
|
|
ui_settings |
string |
|
valid |
boolean | null |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
aggregation |
enum
|
|
aggregation_locked |
boolean | null |
|
autoaggregated |
boolean | null |
|
cast |
enum
|
|
data_type |
enum
|
|
default_value |
string | null |
|
description |
string |
|
guid |
string |
|
has_auto_aggregation |
boolean | null |
|
hidden |
boolean |
|
initial_data_type |
enum
|
|
lock_aggregation |
boolean | null |
|
managed_by |
enum
|
|
template_enabled |
boolean |
|
title |
string Required field. |
|
type |
enum
|
|
ui_settings |
string |
|
valid |
boolean | null |
|
value_constraint |
Any of ParameterValueConstraint | null |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
Empty |
|
ParameterValueConstraint
One of:
|
Field |
Description |
|
pattern |
string |
|
type |
regex (const) |
|
Field |
Description |
|
type |
default (const) |
|
Field |
Description |
|
Empty |
|
ResultSchemaAux
|
Field |
Description |
|
inter_dependencies |
FieldInterDependencyInfo
|
Field |
Description |
|
deps[] |
FieldInterDependencyItem
|
Field |
Description |
|
dep_field_id |
string |
|
ref_field_ids[] |
string |
RLSSubject
|
Field |
Description |
|
subject_id |
string Required field. |
|
subject_name |
string | null |
|
subject_type |
enum
|
SourceAvatarStrict
|
Field |
Description |
|
id |
string Required field. |
|
is_root |
boolean |
|
managed_by |
enum Required field.
|
|
source_id |
string |
|
title |
string |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
DataSourceStrict
One of:
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
APPMETRICA_API (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
CHYT_TABLE (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
CHYT_TABLE_LIST (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
CHYT_TABLE_RANGE (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
CHYT_SUBSELECT (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
CHYT_USER_AUTH_TABLE (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
CHYT_USER_AUTH_TABLE_LIST (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
CHYT_USER_AUTH_TABLE_RANGE (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
CHYT_USER_AUTH_SUBSELECT (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
CH_TABLE (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
CH_SUBSELECT (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
GP_TABLE (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
GP_SUBSELECT (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
GSHEETS (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
JSON_API (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
METRIKA_API (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
MSSQL_TABLE (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
MSSQL_SUBSELECT (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
MYSQL_TABLE (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
MYSQL_SUBSELECT (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
ORACLE_TABLE (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
ORACLE_SUBSELECT (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
PG_TABLE (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
PG_SUBSELECT (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
PROMQL (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
SOLOMON (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
CH_USAGE_TRACKING_YA_TEAM_TABLE (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
YDB_TABLE (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
connection_id |
string | null |
|
id |
string Required field. |
|
index_info_set |
array | null |
|
managed_by |
enum
|
|
parameter_hash |
string |
|
parameters |
|
|
raw_schema |
array | null |
|
source_type |
YDB_SUBSELECT (const) |
|
title |
string Required field. |
|
valid |
boolean |
|
virtual |
unknown Indicates whether a certain component is managed by the service. Service components are not fully controlled by the user. |
|
Field |
Description |
|
Empty |
|
SQLParameters
|
Field |
Description |
|
db_name |
string | null Database name. |
|
db_version |
string | null Database version. |
|
table_name |
string | null Table name. |
CHYTTableListParameters
|
Field |
Description |
|
table_names |
string |
CHYTTableRangeParameters
|
Field |
Description |
|
directory_path |
string Directory path. |
|
range_from |
string Range start. |
|
range_to |
string Range end. |
SubselectParameters
|
Field |
Description |
|
subsql |
string Subquery SQL. |
SchematizedParameters
|
Field |
Description |
|
db_name |
string | null Database name (nullable). |
|
db_version |
string | null Database version (nullable). |
|
schema_name |
string | null Schema name (nullable). |
|
table_name |
string | null Table names. |
SimpleParameters
|
Field |
Description |
|
Empty |
|
Options
|
Field |
Description |
|
connections |
Connection options. |
|
data_types |
Data type options. |
|
fields |
Field options. |
|
join |
Join options. |
|
preview |
Preview options. |
|
schema_update_enabled |
boolean Whether schema update is enabled. |
|
source_avatars |
Source avatar options. |
|
source_listing |
Source listing options. |
|
sources |
Source options. |
|
supported_functions[] |
string Supported functions. |
|
supports_offset |
boolean Whether offset is supported. |
Connections
|
Field |
Description |
|
compatible_types[] |
Compatible connection types. |
|
items[] |
Connection items. |
|
max |
integer Maximum number of connections. |
CompatConnectionTypeListItem
|
Field |
Description |
|
conn_type |
unknown Connection type. |
ConnectionListItem
|
Field |
Description |
|
id |
string ID of the connection. |
|
replacement_types[] |
Replacement types. |
DataTypes
|
Field |
Description |
|
items[] |
Data type items. |
DataTypeListItem
|
Field |
Description |
|
aggregations[] |
enum Supported aggregations.
|
|
casts[] |
enum Supported casts.
|
|
filter_operations[] |
enum Supported filter operations.
|
|
type |
enum Data type.
|
Fields
|
Field |
Description |
|
items[] |
Field items. |
FieldListItem
|
Field |
Description |
|
aggregations[] |
enum Supported aggregations.
|
|
casts[] |
enum Supported casts.
|
|
guid |
string GUID of the field. |
Join
|
Field |
Description |
|
operators[] |
enum Supported join operators.
|
|
types[] |
enum Type of JOIN:
|
Preview
|
Field |
Description |
|
enabled |
boolean Whether preview is enabled. |
Avatars
|
Field |
Description |
|
items[] |
Source items. |
|
max |
integer Maximum number of source avatars. |
SourceListItem
|
Field |
Description |
|
id |
string |
|
schema_update_enabled |
boolean Whether schema update is enabled. |
SourceListing
|
Field |
Description |
|
db_name_label |
string Label for database name. |
|
db_name_required_for_search |
boolean Whether database name is required for search. |
|
supports_db_name_listing |
boolean Whether database name listing is supported. |
|
supports_source_pagination |
boolean Whether source pagination is supported. |
|
supports_source_search |
boolean Whether source search is supported. |
Sources
|
Field |
Description |
|
compatible_types[] |
Compatible source types. |
|
items[] |
Source items. |
|
max |
integer Maximum number of sources. |
CompatSourceTypeListItem
|
Field |
Description |
|
source_type |
unknown Source type. |
SourceListItem1
|
Field |
Description |
|
id |
string ID of the source. |
|
schema_update_enabled |
boolean Whether schema update is enabled. |