[Feature] Paper cut: include reference to execute
mode check when introspective queries like run_query
are skipped
#11070
Labels
execute
mode check when introspective queries like run_query
are skipped
#11070
Is this your first time submitting a feature request?
Describe the feature
When using functions like
run_query
, theif execute
check is necessary to avoid failures during the parse phase. Otherwise,Let's provide information about why this happened inline. Something like this:
Describe alternatives you've considered
I don't know if we actually can update the Compilation Error message with guidance because it's too late by then, so alternatively we could also add a warning line inside of run_query and friends so you wind up with something like this:
Who will this benefit?
Pretty much everyone who uses introspection, including:
Are you interested in contributing this feature?
Maybe, if it turns out to just be "update an error message somewhere" but probably not realistically
Anything else?
No response
The text was updated successfully, but these errors were encountered: