ur_ingest_resource_path_match_rule (table) Content
ignore .git and node_modules paths | default | /(\.git|node_modules)/ | IGNORE_RESOURCE | Ignore any entry with `/.git/` or `/node_modules/` in the path. | 2024-12-24 11:01:20 | 2024-12-24 11:04:16 | ||||||||
typical ingestion extensions | default | \.(?P<nature>md|mdx|html|json|jsonc|puml|txt|toml|yml|xml|tap|csv|tsv|ssv|psv|tm7|pdf|docx|doc|pptx|ppt|xlsx|xls)$ | CONTENT_ACQUIRABLE | ?P<nature> | Ingest the content for md, mdx, html, json, jsonc, puml, txt, toml, and yml extensions. Assume the nature is the same as the extension. | 2024-12-24 11:01:20 | 2024-12-24 11:04:16 | |||||||
surveilr-[NATURE] style capturable executable | default | surveilr\[(?P<nature>[^\]]*)\] | CAPTURABLE_EXECUTABLE | ?P<nature> | Any entry with `surveilr-[XYZ]` in the path will be treated as a capturable executable extracting `XYZ` as the nature | 2024-12-24 11:01:20 | 2024-12-24 11:04:16 | |||||||
surveilr-SQL capturable executable | default | surveilr-SQL | CAPTURABLE_EXECUTABLE | CAPTURABLE_SQL | Any entry with surveilr-SQL in the path will be treated as a capturable SQL executable and allow execution of the SQL | 2024-12-24 11:01:20 | 2024-12-24 11:04:16 |
Error We are sorry, but an error occurred while generating this page. You should contact the site's administrator.
Error in query number 6:
Parsing failed: SQLPage couldn't understand the SQL file. Please check for syntax errors:
SELECT 'text' AS component,
(SELECT CASE WHEN $current_page > 1 THEN '[Previous](?limit=' || $limit || '&offset=' || ($offset - $limit) || ')' ELSE ' END) || ' ' ||
⬆️
'(Page ' || $current_page || ' of ' || $total_pages || ') ' ||
Backtrace
sql parser error: Expected: END, found: ' ||
' at Line: 42, Column: 149
"console/content/table/ur_ingest_resource_path_match_rule.auto.sql" contains a syntax error preventing SQLPage from parsing and preparing its SQL statements.
You can hide error messages like this one from your users by setting the 'environment' configuration option to 'production'.