astronomer.providers.google.cloud.operators.bigquery ==================================================== .. py:module:: astronomer.providers.google.cloud.operators.bigquery .. autoapi-nested-parse:: This module contains Google BigQueryAsync providers. Attributes ---------- .. autoapisummary:: astronomer.providers.google.cloud.operators.bigquery.BIGQUERY_JOB_DETAILS_LINK_FMT Classes ------- .. autoapisummary:: astronomer.providers.google.cloud.operators.bigquery.BigQueryInsertJobOperatorAsync astronomer.providers.google.cloud.operators.bigquery.BigQueryCheckOperatorAsync astronomer.providers.google.cloud.operators.bigquery.BigQueryGetDataOperatorAsync astronomer.providers.google.cloud.operators.bigquery.BigQueryIntervalCheckOperatorAsync astronomer.providers.google.cloud.operators.bigquery.BigQueryValueCheckOperatorAsync Module Contents --------------- .. py:data:: BIGQUERY_JOB_DETAILS_LINK_FMT :value: 'https://console.cloud.google.com/bigquery?j={job_id}' .. py:class:: BigQueryInsertJobOperatorAsync(*args, **kwargs) Bases: :py:obj:`airflow.providers.google.cloud.operators.bigquery.BigQueryInsertJobOperator` This class is deprecated. Please use :class: `~airflow.providers.google.cloud.operators.bigquery.BigQueryInsertJobOperator` and set `deferrable` param to `True` instead. .. py:attribute:: is_deprecated :value: True .. py:attribute:: post_deprecation_replacement :value: 'from google.cloud.operators.bigquery import BigQueryInsertJobOperator' .. py:class:: BigQueryCheckOperatorAsync(*args, **kwargs) Bases: :py:obj:`airflow.providers.google.cloud.operators.bigquery.BigQueryCheckOperator` This class is deprecated. Please use :class: `~airflow.providers.google.cloud.operators.bigquery.BigQueryCheckOperator` and set `deferrable` param to `True` instead. .. py:attribute:: is_deprecated :value: True .. py:attribute:: post_deprecation_replacement :value: 'from google.cloud.operators.bigquery import BigQueryCheckOperator' .. py:class:: BigQueryGetDataOperatorAsync(*args, use_legacy_sql = False, **kwargs) Bases: :py:obj:`airflow.providers.google.cloud.operators.bigquery.BigQueryGetDataOperator` This class is deprecated. Please use :class: `~airflow.providers.google.cloud.operators.bigquery.BigQueryGetDataOperator` and set `deferrable` param to `True` instead. .. py:attribute:: is_deprecated :value: True .. py:attribute:: post_deprecation_replacement :value: 'from google.cloud.operators.bigquery import BigQueryGetDataOperator' .. py:attribute:: use_legacy_sql .. py:class:: BigQueryIntervalCheckOperatorAsync(*args, **kwargs) Bases: :py:obj:`airflow.providers.google.cloud.operators.bigquery.BigQueryIntervalCheckOperator` This class is deprecated. Please use :class: `~airflow.providers.google.cloud.operators.bigquery.BigQueryIntervalCheckOperator` and set `deferrable` param to `True` instead. .. py:attribute:: is_deprecated :value: True .. py:attribute:: post_deprecation_replacement :value: 'from google.cloud.operators.bigquery import BigQueryIntervalCheckOperator' .. py:class:: BigQueryValueCheckOperatorAsync(*args, **kwargs) Bases: :py:obj:`airflow.providers.google.cloud.operators.bigquery.BigQueryValueCheckOperator` This class is deprecated. Please use :class: `~airflow.providers.google.cloud.operators.bigquery.BigQueryValueCheckOperator` and set `deferrable` param to `True` instead. .. py:attribute:: is_deprecated :value: True .. py:attribute:: post_deprecation_replacement :value: 'from google.cloud.operators.bigquery import BigQueryValueCheckOperator'