SparkProperties(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Container for connection properties to execute stored procedures for Apache Spark.
Attributes |
|
---|---|
Name | Description |
service_account_id |
str
Output only. The account ID of the service created for the purpose of this connection. The service account does not have any permissions associated with it when it is created. After creation, customers delegate permissions to the service account. When the connection is used in the context of a stored procedure for Apache Spark in BigQuery, the service account is used to connect to the desired resources in Google Cloud. The account ID is in the form of: bqcx- |
metastore_service_config |
google.cloud.bigquery_connection_v1.types.MetastoreServiceConfig
Optional. Dataproc Metastore Service configuration for the connection. |
spark_history_server_config |
google.cloud.bigquery_connection_v1.types.SparkHistoryServerConfig
Optional. Spark History Server configuration for the connection. |