You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm using embulk-output-snowflake to import data from AWS s3. but, this plugin does not have an option to select the Role, so I can only select Default Role. Perhaps Default Role doesn't have any grant to create the table, warehouse, etc.
So I want to specify the role to exec cmd.
In JDBC for snowflake has role property to specify role to connect. Is there any plan to add this option to config?