airflow.providers.google.cloud.openlineage.facets

BigQueryJobRunFacet

表示 BigQuery 运行相关统计信息的 Facet。

模块内容

airflow.providers.google.cloud.openlineage.facets.BigQueryJobRunFacet[源码]

基类: openlineage.client.generated.base.RunFacet

表示 BigQuery 运行相关统计信息的 Facet。

参数:
  • cached – BigQuery 会缓存查询结果。对于缓存的查询,将不提供其余的统计信息。

  • billedBytes – BigQuery 收费的字节数。

  • properties – BigQuery 运行的完整属性树。

cached: bool[源码]
billedBytes: int | None[源码]
properties: str | None[源码]

此条目有帮助吗?