Skip to content

Commit d658bb3

Browse files
HarshCaspercursoragentremotesynth
authored
DevEx table enhancement for SQL functions (#414)
Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Brian Rinaldi <brian.rinaldi@gmail.com>
1 parent 94b45ab commit d658bb3

File tree

6 files changed

+4115
-926
lines changed

6 files changed

+4115
-926
lines changed

.github/workflows/update-snowflake-feature-coverage.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update function coverage docs
22

33
on:
44
schedule:
5-
# At 00:00 on Sunday.
5+
# "At 00:00 on Sunday."
66
- cron: "0 0 * * 0"
77
workflow_dispatch:
88

@@ -21,6 +21,11 @@ jobs:
2121
with:
2222
python-version: '3.10'
2323

24+
- name: Setup Node.js
25+
uses: actions/setup-node@v4
26+
with:
27+
node-version: '20'
28+
2429
- name: Checkout private tools
2530
uses: actions/checkout@v4
2631
with:
@@ -43,6 +48,10 @@ jobs:
4348
mv ../snowflake/coverage-functions.md src/content/docs/snowflake/sql-functions.md
4449
mv ../snowflake/coverage-restapi.md src/content/docs/snowflake/features/rest-api-endpoints.md
4550
51+
- name: Parse SQL functions to JSON
52+
working-directory: localstack-docs
53+
run: node scripts/snowflake/parse-sql-functions.mjs
54+
4655
- name: Check for changes
4756
id: check-for-changes
4857
working-directory: localstack-docs

0 commit comments

Comments
 (0)