Skip to content
Merged
Changes from all commits
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
5 changes: 4 additions & 1 deletion scripts/settings/autogenerate-settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
"Other"
"Time Window"
"Tuple"
"UUID"
)
for CATEGORY in "${FUNCTION_CATEGORIES[@]}"; do
echo "[$SCRIPT_NAME] Processing $CATEGORY functions..."
Expand Down Expand Up @@ -382,6 +383,7 @@ insert_src_files=(
"other-functions.md"
"time_window-functions.md"
"tuple-functions.md"
"uuid-functions.md"
)
insert_dest_files=(
"docs/about-us/beta-and-experimental-features.md"
Expand Down Expand Up @@ -412,6 +414,7 @@ insert_dest_files=(
"docs/sql-reference/functions/other-functions.md"
"docs/sql-reference/functions/time-window-functions.md"
"docs/sql-reference/functions/tuple-functions.md"
"docs/sql-reference/functions/uuid-functions.md"
)
echo "[$SCRIPT_NAME] Inserting generated markdown content between AUTOGENERATED_START and AUTOGENERATED_END tags"
for i in "${!insert_src_files[@]}"; do
Expand Down Expand Up @@ -537,4 +540,4 @@ rm -rf "$tmp_dir"/*
rmdir "$tmp_dir" 2>/dev/null || echo "[$SCRIPT_NAME] Unable to remove $tmp_dir"

echo "[$SCRIPT_NAME] Auto-generation of settings and system tables documentation completed successfully."
exit 0
exit 0