Skip to content

Commit

Permalink
updated github
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyaven committed Apr 24, 2024
1 parent 72edf27 commit b108b78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions providers/src/github/v00.00.00000/services/activity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29376,6 +29376,7 @@ components:
starred_at
FROM
github.activity.repo_stargazers_extended
WHERE owner = 'stackql' and repo = 'stackql'
fallback:
predicate: sqlDialect == "postgres"
ddl: |-
Expand All @@ -29401,6 +29402,7 @@ components:
starred_at
FROM
github.activity.repo_stargazers_extended
WHERE owner = 'stackql' and repo = 'stackql'
repo_watchers:
id: github.activity.repo_watchers
name: repo_watchers
Expand Down

0 comments on commit b108b78

Please sign in to comment.