You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An identifier to include in the query group set when running queries with the connector. Should be 100 or fewer characters and all characters must be valid unicodeIdentifierParts. Characters in excess of 100 will be trimmed.
904
-
When running a query with the connector a json formatted string will be set as the query group (for example `{"spark-redshift-connector":{"svc":"","ver":"6.4.3-spark_3.5","op":"Read","lbl":"","tid":""}}`).
904
+
When running a query with the connector a json formatted string will be set as the query group (for example `{"spark-redshift-connector":{"svc":"","ver":"6.5.0-spark_3.5","op":"Read","lbl":"","tid":""}}`).
905
905
This option will be substituted for the value of the `lbl` key.
906
906
</td>
907
907
</tr>
@@ -1074,7 +1074,7 @@ var sparkConf = new SparkConf().set("spark.datasource.redshift.community.reject_
1074
1074
### trace_id
1075
1075
A new tracing identifier field that is added to the existing `label` parameter. When set, the provided string value will be used as part of label. Otherwise, it will default to the Spark application identifier. For example:
0 commit comments