Class DatasourceOptions (0.6.0)

DatasourceOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Options for datasources configurations.

Attribute

Name Description
big_query_max_billed_bytes google.protobuf.wrappers_pb2.Int64Value
Optional. This option applies to datasources that require BigQuery queries only. Limits the bytes billed for each BQ query job. Queries that will have bytes billed beyond this limit will fail (without incurring a charge). If unspecified, no limit will be applied.