airflow.providers.google.cloud.openlineage.facets¶
Classes¶
Facet that represents relevant statistics of bigquery run. |
Module Contents¶
- class airflow.providers.google.cloud.openlineage.facets.BigQueryJobRunFacet[source]¶
Bases:
openlineage.client.generated.base.RunFacet
Facet that represents relevant statistics of bigquery run.
- Parameters:
cached – BigQuery caches query results. Rest of the statistics will not be provided for cached queries.
billedBytes – How many bytes BigQuery bills for.
properties – Full property tree of BigQUery run.