A valid request URL is required to generate request examples{
"results": {
"data": [
{
"report": {
"baseTableNames": [
"<string>"
],
"exploresWithErrors": [
{
"name": "<string>",
"label": "<string>",
"errors": [
{
"message": "<string>",
"type": "METADATA_PARSE_ERROR"
}
],
"tags": [
"<string>"
],
"groupLabel": "<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": {},
"unfilteredTables": {},
"targetDatabase": "bigquery",
"warehouse": "<string>",
"databricksCompute": "<string>",
"ymlPath": "<string>",
"sqlPath": "<string>",
"type": "virtual",
"spotlight": {
"visibility": "show",
"categories": [
"<string>"
]
},
"aiHint": "<string>",
"parameters": {}
}
],
"dimensionsCount": 123,
"metricsCount": 123,
"errorExploresCount": 123,
"successfulExploresCount": 123,
"totalExploresCount": 123
},
"warehouseType": "<string>",
"requestMethod": "<string>",
"dbtConnectionType": "<string>",
"compilationSource": "cli_deploy",
"createdAt": "2023-11-07T05:31:56Z",
"organizationUuid": "<string>",
"userName": "<string>",
"userUuid": "<string>",
"jobUuid": "<string>",
"projectUuid": "<string>",
"projectCompileLogId": "<string>"
}
],
"pagination": {
"totalResults": 123,
"totalPageCount": 123,
"pageSize": 123,
"page": 123
}
},
"status": "ok"
}Get compilation logs for a project
A valid request URL is required to generate request examples{
"results": {
"data": [
{
"report": {
"baseTableNames": [
"<string>"
],
"exploresWithErrors": [
{
"name": "<string>",
"label": "<string>",
"errors": [
{
"message": "<string>",
"type": "METADATA_PARSE_ERROR"
}
],
"tags": [
"<string>"
],
"groupLabel": "<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": {},
"unfilteredTables": {},
"targetDatabase": "bigquery",
"warehouse": "<string>",
"databricksCompute": "<string>",
"ymlPath": "<string>",
"sqlPath": "<string>",
"type": "virtual",
"spotlight": {
"visibility": "show",
"categories": [
"<string>"
]
},
"aiHint": "<string>",
"parameters": {}
}
],
"dimensionsCount": 123,
"metricsCount": 123,
"errorExploresCount": 123,
"successfulExploresCount": 123,
"totalExploresCount": 123
},
"warehouseType": "<string>",
"requestMethod": "<string>",
"dbtConnectionType": "<string>",
"compilationSource": "cli_deploy",
"createdAt": "2023-11-07T05:31:56Z",
"organizationUuid": "<string>",
"userName": "<string>",
"userUuid": "<string>",
"jobUuid": "<string>",
"projectUuid": "<string>",
"projectCompileLogId": "<string>"
}
],
"pagination": {
"totalResults": 123,
"totalPageCount": 123,
"pageSize": 123,
"page": 123
}
},
"status": "ok"
}number of items per page
number of page
column to sort by
created_at, compilation_source sort direction (asc or desc)
asc, desc filter by triggered user UUIDs (comma-separated)
filter by source ("cli_deploy", "refresh_dbt")
cli_deploy, refresh_dbt, create_project Was this page helpful?