Skip to content

Commit

Permalink
feat: schema update
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadch91 committed Dec 19, 2024
1 parent 13e21f9 commit 4add9cf
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 573 deletions.
51 changes: 3 additions & 48 deletions schemas/github.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"count_of_named_tables": 45,
"count_of_named_columns": 706,
"count_of_named_tables": 36,
"count_of_named_columns": 622,
"tables": [
{
"table_name": "github_actions_artifact",
Expand Down Expand Up @@ -52,31 +52,16 @@
"description": "GitHub Commits bundle project files for download by users.",
"count_of_columns": 26
},
{
"table_name": "github_community_profile",
"description": "Community profile information for the given repository.",
"count_of_columns": 8
},
{
"table_name": "github_container_package",
"description": "",
"count_of_columns": 13
},
{
"table_name": "github_gitignore",
"description": "GitHub defined .gitignore templates that you can associate with your repository.",
"count_of_columns": 2
},
{
"table_name": "github_issue",
"description": "GitHub Issues are used to track ideas, enhancements, tasks, or bugs for work on GitHub.",
"count_of_columns": 41
},
{
"table_name": "github_issue_comment",
"description": "GitHub Issue Comments are the responses/comments on GitHub Issues.",
"count_of_columns": 26
},
{
"table_name": "github_license",
"description": "GitHub Licenses are common software licenses that you can associate with your repository.",
Expand Down Expand Up @@ -112,11 +97,6 @@
"description": "GitHub members for a given organization. GitHub Users are user accounts in GitHub.",
"count_of_columns": 7
},
{
"table_name": "github_package_version",
"description": "Details of package versions, including version, size, digest, and download count.",
"count_of_columns": 7
},
{
"table_name": "github_pull_request",
"description": "GitHub Pull requests let you tell others about changes you've pushed to a branch in a repository on GitHub. Once a pull request is opened, you can discuss and review the potential changes with collaborators and add follow-up commits before your changes are merged into the base branch.",
Expand Down Expand Up @@ -145,18 +125,13 @@
{
"table_name": "github_repository",
"description": "GitHub Repositories contain all of your project's files and each file's revision history.",
"count_of_columns": 78
"count_of_columns": 70
},
{
"table_name": "github_repository_collaborator",
"description": "Collaborators are users that have contributed to the repository.",
"count_of_columns": 4
},
{
"table_name": "github_repository_content",
"description": "List the content in a repository (list directory, or get file content",
"count_of_columns": 15
},
{
"table_name": "github_repository_dependabot_alert",
"description": "Dependabot alerts from a repository.",
Expand Down Expand Up @@ -187,16 +162,6 @@
"description": "Vulnerability Alerts from a repository.",
"count_of_columns": 19
},
{
"table_name": "github_ruby_gems_package",
"description": "",
"count_of_columns": 6
},
{
"table_name": "github_stargazer",
"description": "Stargazers are users who have starred the repository.",
"count_of_columns": 4
},
{
"table_name": "github_tag",
"description": "Tags for commits in the given repository.",
Expand All @@ -207,16 +172,6 @@
"description": "GitHub Teams in a given organization. GitHub Teams are groups of organization members that reflect your company or group's structure with cascading access permissions and mentions.",
"count_of_columns": 29
},
{
"table_name": "github_traffic_view_daily",
"description": "Daily traffic view over the last 14 days for the given repository.",
"count_of_columns": 4
},
{
"table_name": "github_traffic_view_weekly",
"description": "Weekly traffic view over the last 14 days for the given repository.",
"count_of_columns": 4
},
{
"table_name": "github_tree",
"description": "Lists directories and files in the given repository's git tree.",
Expand Down
46 changes: 0 additions & 46 deletions schemas/github/github_community_profile.json

This file was deleted.

16 changes: 0 additions & 16 deletions schemas/github/github_gitignore.json

This file was deleted.

136 changes: 0 additions & 136 deletions schemas/github/github_issue_comment.json

This file was deleted.

41 changes: 0 additions & 41 deletions schemas/github/github_package_version.json

This file was deleted.

Loading

0 comments on commit 4add9cf

Please sign in to comment.