keboola / db-extractor-snowflake

MIT License
0 stars 1 forks source link

snowsql - Incorrect username or password was specified #20

Open Halama opened 7 years ago

Halama commented 7 years ago

Snowsql hodí chybu i když test credentials i queries před voláním snowsql projdou v pořádku.

https://papertrailapp.com/events?q=docker-701cb6d17bd37d58b8360f4406e2c66f

https://keboola.zendesk.com/agent/tickets/6769

Halama commented 7 years ago

Zkouším nasimulovat, zatím jsem ani nevěděl jaké práva ten extraktor potřebuje viz. #22 Takhle to stahuje:

create role martin_ex_snflk;

grant usage on warehouse dev to role martin_ex_snflk;
grant usage on database martin_dev to role martin_ex_snflk;

grant usage on schema martin_dev.public to role martin_ex_snflk;
grant select on all tables in schema martin_dev.public to role martin_ex_snflk;

create user martin_ex_snflk

password = ''
default_role = martin_ex_snflk;

grant role martin_ex_snflk to user martin_ex_snflk;
Halama commented 7 years ago

Tuhle chybu se mi ale nasimulovat nepodařilo, vždy failovalo na něčem jiném dokud nebyly credentials odladěny.