is there a way to change the table name of snowfla...
# plugins-general
m
is there a way to change the table name of snowflake target? thanks
e
Hi @Michal Ondras! Are you using the MeltanoLabs variant?
m
yeah, i've also noticed these permissions at least in the demo are not very restricting and are on the database level rather than say on the schema level
so 1. is the only way of doing this with the mapper -- to change the table name 2. the least privilege i'd like on this rather than giving the role carte blanche on the database; is there a set of least privileges out there
e
Yeah, currently mappers would be the only way to customize the table name. As for privileges, there's the
--initialize
option, but I'm unsure if it's missing anything: https://github.com/MeltanoLabs/target-snowflake/blob/360fd467186911b7e5205668d16c54565e19a393/target_snowflake/initializer.py#L11