Support for CALL <procedure_identifier>
parsing with Snowflake
#4498
Closed
kharigardner
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
there are no plans for this at the moment |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, statements executing procedures in Snowflake fall back to
Command
types, but this doesn't allow for parsing/manipulation of the procedure identifier.For example:
CALL dev_database.my_schema.my_procedure()
results in a
expression.
Ideally being able to atleast split the expression into:
Beta Was this translation helpful? Give feedback.
All reactions