We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac3e12 commit 13ec90bCopy full SHA for 13ec90b
scripts/settings/autogenerate-settings.sh
@@ -329,6 +329,8 @@ insert_dest_files=(
329
"docs/sql-reference/functions/comparison-functions.md"
330
"docs/sql-reference/functions/conditional-functions.md"
331
)
332
+echo "[$SCRIPT_NAME] Printing content of beta-experimental-settings.md for troubleshooting"
333
+cat "./experimental-beta-settings.md"
334
echo "[$SCRIPT_NAME] Inserting generated markdown content between <!-- AUTOGENERATED_START --> <!-- AUTOGENERATED_END --> tags"
335
for i in "${!insert_src_files[@]}"; do
336
src_file="${insert_src_files[i]}"
0 commit comments