:py:mod:`snowflake.hooks.snowflake` =================================== .. py:module:: snowflake.hooks.snowflake Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: snowflake.hooks.snowflake.SnowflakeHookAsync .. py:class:: SnowflakeHookAsync Bases: :py:obj:`airflow.providers.snowflake.hooks.snowflake.SnowflakeHook` .. py:method:: run(self, sql, autocommit = False, parameters = None) Runs a SQL command or a list of SQL commands. :param sql: the sql string to be executed with possibly multiple statements, or a list of sql statements to execute :param autocommit: What to set the connection's autocommit setting to before executing the query. :param parameters: The parameters to render the SQL query with. .. py:method:: check_query_output(self, query_ids) Once the query is finished fetch the result and log it in airflow .. py:method:: get_query_status(self, query_ids) :async: Get the Query status by query ids.