Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions scripts/settings/autogenerate-settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
"Natural Language Processing"
"Rounding"
"Time Series"
"Other"
)

for CATEGORY in "${FUNCTION_CATEGORIES[@]}"; do
Expand Down Expand Up @@ -390,6 +391,7 @@ insert_src_files=(
"natural_language_processing-functions.md"
"rounding-functions.md"
"time_series-functions.md"
"other-functions.md"
)

insert_dest_files=(
Expand All @@ -415,6 +417,7 @@ insert_dest_files=(
"docs/sql-reference/functions/nlp-functions.md"
"docs/sql-reference/functions/rounding-functions.md"
"docs/sql-reference/functions/time-series-functions.md"
"docs/sql-reference/functions/other-functions.md"
)

echo "[$SCRIPT_NAME] Inserting generated markdown content between AUTOGENERATED_START and AUTOGENERATED_END tags"
Expand Down
Loading