first commit
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled

This commit is contained in:
2026-03-17 16:22:57 +03:30
commit 3d5eaf9445
15349 changed files with 2847338 additions and 0 deletions
@@ -0,0 +1,21 @@
{
"type": "object",
"properties": {
"created_at": {
"type": "string"
},
"engine": {
"type": "string"
},
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"updated_at": {
"type": "string"
}
},
"version": 1
}
@@ -0,0 +1,24 @@
{
"type": "object",
"properties": {
"base_type": {
"type": "string"
},
"display_name": {
"type": "string"
},
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"table_id": {
"type": "integer"
},
"table_name": {
"type": "string"
}
},
"version": 2
}
@@ -0,0 +1,259 @@
{
"type": "object",
"properties": {
"archived": {
"type": "boolean"
},
"archived_directly": {
"type": "boolean"
},
"cache_ttl": {
"type": "null"
},
"can_delete": {
"type": "boolean"
},
"can_manage_db": {
"type": "boolean"
},
"can_restore": {
"type": "boolean"
},
"can_run_adhoc_query": {
"type": "boolean"
},
"can_write": {
"type": "boolean"
},
"collection": {
"type": "object",
"properties": {
"archive_operation_id": {
"type": "null"
},
"archived": {
"type": "boolean"
},
"archived_directly": {
"type": "null"
},
"authority_level": {
"type": "null"
},
"created_at": {
"type": "string"
},
"is_personal": {
"type": "boolean"
},
"is_sample": {
"type": "boolean"
},
"location": {
"type": "string"
},
"name": {
"type": "string"
},
"namespace": {
"type": "null"
},
"slug": {
"type": "string"
},
"type": {
"type": "null"
}
}
},
"collection_preview": {
"type": "boolean"
},
"created_at": {
"type": "string"
},
"creator": {
"type": "object",
"properties": {
"common_name": {
"type": "string"
},
"date_joined": {
"type": "string"
},
"email": {
"type": "string"
},
"id": {
"type": "integer"
},
"is_qbnewb": {
"type": "boolean"
},
"is_superuser": {
"type": "boolean"
},
"tenant_id": {
"type": "null"
}
}
},
"creator_id": {
"type": "integer"
},
"dashboard_count": {
"type": "integer"
},
"database_id": {
"type": "integer"
},
"dataset_query": {
"type": "object",
"properties": {
"database": {
"type": "integer"
},
"native": {
"type": "object",
"properties": {
"query": {
"type": "string"
}
}
},
"type": {
"type": "string"
}
}
},
"display": {
"type": "string"
},
"embedding_params": {
"type": "null"
},
"enable_embedding": {
"type": "boolean"
},
"id": {
"type": "integer"
},
"initially_published_at": {
"type": "null"
},
"last_used_at": {
"type": "string"
},
"last-edit-info": {
"type": "object",
"properties": {
"email": {
"type": "string"
},
"id": {
"type": "integer"
},
"timestamp": {
"type": "string"
}
}
},
"moderation_reviews": {
"type": "array",
"items": {
"type": "object",
"properties": {
"created_at": {
"type": "string"
},
"id": {
"type": "integer"
},
"moderated_item_id": {
"type": "integer"
},
"moderated_item_type": {
"type": "string"
},
"moderator_id": {
"type": "integer"
},
"most_recent": {
"type": "boolean"
},
"status": {
"type": "string"
},
"text": {
"type": "null"
},
"updated_at": {
"type": "string"
},
"user": {
"type": "object",
"properties": {
"common_name": {
"type": "string"
},
"date_joined": {
"type": "string"
},
"email": {
"type": "string"
},
"first_name": {
"type": "string"
},
"id": {
"type": "integer"
},
"is_qbnewb": {
"type": "boolean"
},
"is_superuser": {
"type": "boolean"
},
"last_login": {
"type": "string"
},
"last_name": {
"type": "string"
}
}
}
}
}
},
"name": {
"type": "string"
},
"parameter_usage_count": {
"type": "integer"
},
"query_type": {
"type": "string"
},
"type": {
"type": "string"
},
"updated_at": {
"type": "string"
},
"view_count": {
"type": "integer"
},
"visualization_settings": {
"type": "object",
"properties": {
"table.cell_column": {
"type": "string"
},
"table.pivot_column": {
"type": "string"
}
}
}
},
"version": 4
}