mik-laj commented on a change in pull request #20106:
URL: https://github.com/apache/airflow/pull/20106#discussion_r764395777



##########
File path: docs/apache-airflow-providers-snowflake/connections/snowflake.rst
##########
@@ -63,11 +63,14 @@ Extra (optional)
     * ``private_key_file``: Specify the path to the private key file.
     * ``session_parameters``: Specify `session level parameters
       
<https://docs.snowflake.com/en/user-guide/python-connector-example.html#setting-session-parameters>`_
-    * ``aws_access_key_id``: Specify your aws S3 access key for use with the 
S3ToSnowflakeOperator.
-    * ``aws_secret_access_key``: Specify your aws S3 secret access key for use 
with the S3ToSnowflakeOperator.
+    * ``insecure_mode``: Turns off OCSP certificate checks
+        For details, see: `How To: Turn Off OCSP Checking in Snowflake Client 
Drivers - Snowflake Community
+        
<https://community.snowflake.com/s/article/How-to-turn-off-OCSP-checking-in-Snowflake-client-drivers>`__.
+    * ``aws_access_key_id``: Specify your aws S3 access key for use with the 
:class:`~airflow.providers.snowflake.transfers.s3_to_snowflake.S3ToSnowflakeOperator`.
+    * ``aws_secret_access_key``: Specify your aws S3 secret access key for use 
with the 
:class:`~airflow.providers.snowflake.transfers.s3_to_snowflake.S3ToSnowflakeOperator`.
 
 When specifying the connection in environment variable you should specify
-it using URI syntax.
+it using :doc:`URI syntax <apache-airflow:connection/uri-syntax>`.

Review comment:
       ```suggestion
   it using :ref:`URI syntax <apache-airflow:connection/uri-syntax>`.
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to