# Repository Parquet table: `repositories` Defined in [`agentlogs/schema/types/repository.py`](https://github.com/risenlab/agentlogs/blob/v0.2/packages/risenlab-agentlogs/src/agentlogs/schema/types/repository.py#L13). | Property | Type | GitHub field | | --- | --- | --- | | full_name | `str` | | | agent_tasks | `list[]` | tasks[] | | agent_tasks[]
.id | `str` | tasks[]
.id | | archived | `bool` | isArchived | | disabled | `bool` | isDisabled | | locked | `bool` | isLocked | | fork | `bool` | isFork | | homepage | `str` (optional) | homepageUrl | | has_wiki | `bool` | hasWikiEnabled | | license | `str` (optional) | licenseInfo
.name | | main_language | `str` | | | default_branch | `str` (optional) | defaultBranchRef
.name | | size | `int` | diskUsage | | created_at | `datetime` | created_at | | pushed_at | `datetime` | pushed_at | | updated_at | `datetime` | updated_at | | last_commit_at | `datetime` (optional) | defaultBranchRef
.target
.committedDate | | last_commit_SHA | `str` (optional) | defaultBranchRef
.target
.oid | | forks_count | `int` | forkCount | | stargazers_count | `int` | stargazers
.totalCount | | watchers_count | `int` (optional) | watchers
.totalCount | | commits_count | `int` (optional) | defaultBranchRef
.target
.history
.totalCount | | branches_count | `int` (optional) | refs
.totalCount | | releases_count | `int` (optional) | releases
.totalCount | | contributors_count | `int` (optional) | | | total_issues_count | `int` (optional) | issues
.totalCount | | open_issues_count | `int` (optional) | issues(states: OPEN)
.totalCount | | total_pull_requests_count | `int` (optional) | pullRequests
.totalCount | | open_pull_requests_count | `int` (optional) | pullRequests(states: OPEN)
.totalCount | | labels | `list[str]` | labels
.nodes[]
.name | | topics | `list[str]` | repositoryTopics
.nodes[]
.topic
.name | | languages | `dict[str, int]` | languages | | blank_lines | `int` (optional) | | | code_lines | `int` (optional) | | | comment_lines | `int` (optional) | | | metrics | `list[]` | | | metrics[]
.language | `str` | | | metrics[]
.blank_lines | `int` | | | metrics[]
.code_lines | `int` | | | metrics[]
.comment_lines | `int` | |