Arturo Rangel
03/31/2021, 12:22 AMs
Arturo Rangel
03/31/2021, 12:57 AMsnowflake.connector.connect(
user = os.environ["SNOW_USER"],
account = os.environ["SNOW_ACCOUNT"],
warehouse = os.environ["SNOW_WAREHOUSE"],
database = os.environ["SNOW_DB"],
schema = os.environ["SNOW_SCHEMA"],
role = os.environ["SNOW_ROLE"],
authenticator = os.environ["SNOW_AUTH"],
password = os.environ["SNOW_AUTH_PWD"],
)
which is pretty much what airbyte has but we need the authenticator field, which is an URL from my okta instances
Arturo Rangel
03/31/2021, 5:03 AMs
authenticator field just data that should be passed to snowflake, or is it something that should cause different functionality in the UI for example: redirects the user to okta to perform authorization, then redirects them back to airbyte?Arturo Rangel
03/31/2021, 5:11 AMArturo Rangel
03/31/2021, 5:11 AMs
Arturo Rangel
03/31/2021, 5:15 AMArturo Rangel
03/31/2021, 5:15 AMArturo Rangel
03/31/2021, 5:16 AMArturo Rangel
03/31/2021, 5:18 AMauthenticator parameter to be passed to the connection, but not sure if that name (authenticator) is the same in java language . In python is authenticators
Arturo Rangel
03/31/2021, 5:22 AM