Gaylord Cherencey
11/23/2021, 6:48 AMauthenticator to the connect method (which doesn't seams to be possible at the moment in the task). Is my assumption correct or is there a magic env variable I can use? If not is it a change I can request or implement my self in the repository?Gaylord Cherencey
11/23/2021, 7:34 AMenv/lib/python3.9/site-packages/prefect/tasks/snowflake/snowflake.py file by adding "authenticator":"externalbrowser" so the parameter could be easily implemented if needed.Anna Geller
Gaylord Cherencey
11/23/2021, 8:11 PMauthenticator to externalbrowser instead of passing the password option. I surely can implement it in a python @task function but I would rather leverage what exist in the tool. I think that adding this parameter as optional would be beneficial for a large amount of Snowflake users.Kevin Kho
Gaylord Cherencey
11/24/2021, 6:32 AMGaylord Cherencey
11/25/2021, 7:52 PMAnna Geller