Skip to content

Commit

Permalink
Merge pull request #226 from stackql/feature/provider
Browse files Browse the repository at this point in the history
updated github
  • Loading branch information
jeffreyaven authored Apr 24, 2024
2 parents e984136 + 34e601a commit 758e428
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions providers/src/github/v00.00.00000/services/activity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29355,6 +29355,8 @@ components:
predicate: sqlDialect == "sqlite3"
ddl: |-
SELECT
owner,
repo,
JSON_EXTRACT(user, '$.login') as login,
JSON_EXTRACT(user, '$.id') as id,
JSON_EXTRACT(user, '$.node_id') as node_id,
Expand All @@ -29381,6 +29383,8 @@ components:
predicate: sqlDialect == "postgres"
ddl: |-
SELECT
owner,
repo,
json_extract_path_text(user, 'login') as login,
json_extract_path_text(user, 'id') as id,
json_extract_path_text(user, 'node_id') as node_id,
Expand Down

0 comments on commit 758e428

Please sign in to comment.