A valid request URL is required to generate request examples{
"results": {
"name": "<string>",
"label": "<string>",
"tags": [
"<string>"
],
"baseTable": "<string>",
"joinedTables": [
{
"table": "<string>",
"sqlOn": "<string>",
"compiledSqlOn": "<string>",
"type": "inner",
"hidden": true,
"always": true,
"relationship": "one-to-many",
"parameterReferences": [
"<string>"
],
"tablesReferences": [
"<string>"
]
}
],
"tables": {},
"targetDatabase": "bigquery",
"type": "virtual",
"spotlight": {
"visibility": "show",
"owner": "<string>",
"categories": [
"<string>"
]
},
"parameters": {},
"warehouse": "<string>",
"groupLabel": "<string>",
"databricksCompute": "<string>",
"ymlPath": "<string>",
"sqlPath": "<string>",
"caseSensitive": true,
"aiHint": "<string>",
"preAggregates": [
{
"metrics": [
"<string>"
],
"dimensions": [
"<string>"
],
"name": "<string>",
"refresh": {
"cron": "<string>"
},
"granularity": "RAW",
"timeDimension": "<string>"
}
],
"warnings": [
{
"message": "<string>",
"type": "METADATA_PARSE_ERROR"
}
]
},
"status": "ok"
}Get a specific explore
A valid request URL is required to generate request examples{
"results": {
"name": "<string>",
"label": "<string>",
"tags": [
"<string>"
],
"baseTable": "<string>",
"joinedTables": [
{
"table": "<string>",
"sqlOn": "<string>",
"compiledSqlOn": "<string>",
"type": "inner",
"hidden": true,
"always": true,
"relationship": "one-to-many",
"parameterReferences": [
"<string>"
],
"tablesReferences": [
"<string>"
]
}
],
"tables": {},
"targetDatabase": "bigquery",
"type": "virtual",
"spotlight": {
"visibility": "show",
"owner": "<string>",
"categories": [
"<string>"
]
},
"parameters": {},
"warehouse": "<string>",
"groupLabel": "<string>",
"databricksCompute": "<string>",
"ymlPath": "<string>",
"sqlPath": "<string>",
"caseSensitive": true,
"aiHint": "<string>",
"preAggregates": [
{
"metrics": [
"<string>"
],
"dimensions": [
"<string>"
],
"name": "<string>",
"refresh": {
"cron": "<string>"
},
"granularity": "RAW",
"timeDimension": "<string>"
}
],
"warnings": [
{
"message": "<string>",
"type": "METADATA_PARSE_ERROR"
}
]
},
"status": "ok"
}Was this page helpful?