:py:mod:`astronomer.providers.snowflake.extractors.snowflake` ============================================================= .. py:module:: astronomer.providers.snowflake.extractors.snowflake Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: astronomer.providers.snowflake.extractors.snowflake.SnowflakeAsyncExtractor .. py:class:: SnowflakeAsyncExtractor(operator) Bases: :py:obj:`openlineage.airflow.extractors.base.BaseExtractor` This extractor provides visibility on the metadata of a snowflake async operator .. py:attribute:: source_type :value: 'SNOWFLAKE' .. py:attribute:: default_schema :value: 'PUBLIC' .. py:method:: get_operator_classnames() :classmethod: Returns the list of operators this extractors works on. .. py:method:: extract() Extract the Metadata from the task returns the TaskMetadata class instance type