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
@@ -89,18 +87,6 @@ Your database user should now be ready for use with Airbyte.
89
87
| Password | The password associated with the username. |
90
88
|[JDBC URL Params](https://docs.snowflake.com/en/user-guide/jdbc-parameters.html) (Optional) | Additional properties to pass to the JDBC URL string when connecting to the database formatted as `key=value` pairs separated by the symbol `&`. Example: `key1=value1&key2=value2&key3=value3`|
|[Host](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html)| The host domain of the snowflake instance (must include the account, region, cloud environment, and end with snowflakecomputing.com). Example: `accountname.us-east-2.aws.snowflakecomputing.com`|
97
-
|[Role](https://docs.snowflake.com/en/user-guide/security-access-control-overview.html#roles)| The role you created in Step 1 for Airbyte to access Snowflake. Example: `AIRBYTE_ROLE`|
98
-
|[Warehouse](https://docs.snowflake.com/en/user-guide/warehouses-overview.html#overview-of-warehouses)| The warehouse you created in Step 1 for Airbyte to sync data into. Example: `AIRBYTE_WAREHOUSE`|
99
-
|[Database](https://docs.snowflake.com/en/sql-reference/ddl-database.html#database-schema-share-ddl)| The database you created in Step 1 for Airbyte to sync data into. Example: `AIRBYTE_DATABASE`|
100
-
|[Schema](https://docs.snowflake.com/en/sql-reference/ddl-database.html#database-schema-share-ddl)| The schema whose tables this replication is targeting. If no schema is specified, all tables with permission will be presented regardless of their schema. |
101
-
| OAuth2 | The Login name and password to obtain auth token. |
102
-
|[JDBC URL Params](https://docs.snowflake.com/en/user-guide/jdbc-parameters.html) (Optional) | Additional properties to pass to the JDBC URL string when connecting to the database formatted as `key=value` pairs separated by the symbol `&`. Example: `key1=value1&key2=value2&key3=value3`|
103
-
104
90
### Network policies
105
91
106
92
By default, Snowflake allows users to connect to the service from any computer or device IP address. A security administrator (i.e. users with the SECURITYADMIN role) or higher can create a network policy to allow or deny access to a single IP address or a list of addresses.
@@ -127,6 +113,7 @@ To read more please check official [Snowflake documentation](https://docs.snowfl
0 commit comments