Catalog names with dot / hyphen / underscore - any issues? #29060
Unanswered
adwaithadwaith
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi guys,
I’m working with file-based dynamic catalogs in Trino and had a quick question about catalog naming. Is it okay to use special characters like:
. (dot)
_ (underscore)
For example:
"finance.catalog"
I’m currently using double quotes around the catalog names, especially for cases with dots.
Just wanted to check if this could cause any issues with things like creating, dropping, or resolving catalogs particularly with dynamic (file based) configs.
Beta Was this translation helpful? Give feedback.
All reactions