kaxil commented on code in PR #69477: URL: https://github.com/apache/airflow/pull/69477#discussion_r3571607736
########## providers/snowflake/docs/operators/snowflake.rst: ########## @@ -154,3 +154,45 @@ An example usage of the SnowflakeSqlApiHook is as follows: Parameters that can be passed onto the operator will be given priority over the parameters already given in the Airflow connection metadata (such as ``schema``, ``role``, ``database`` and so forth). + +Durable execution +^^^^^^^^^^^^^^^^^^ + +``SnowflakeSqlApiOperator`` submits one or more SQL statements and then polls their statement +handles to completion on the worker. By default the operator runs in a *durable* mode that makes +this crash-safe: the statement handles are persisted to task state store before polling begins, so Review Comment: Worth cross linking to https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/task-state-store.html ? -- 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]
