File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ The `DataprocSparkSession.builder` provides a fluent API to configure the sessio
7575
7676| Method | Description |
7777| --------| -------------|
78+ | ` config(key, value) ` | Sets a Spark configuration property. |
7879| ` dataprocSessionConfig(dataproc_config) ` | Sets the [ Dataproc Session] ( https://docs.cloud.google.com/python/docs/reference/dataproc/latest/google.cloud.dataproc_v1.types.Session ) configuration object. |
7980| ` dataprocSessionId(session_id) ` | Sets a custom session ID for creating or reusing sessions. |
8081| ` idleTtl(duration) ` | Sets the idle time-to-live (idle TTL) for the session using a ` datetime.timedelta ` object. |
Original file line number Diff line number Diff line change 2323 version = "1.0.2" ,
2424 description = "Dataproc client library for Spark Connect" ,
2525 long_description = long_description ,
26+ long_description_content_type = "text/markdown" ,
2627 author = "Google LLC" ,
2728 url = "https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python" ,
2829 license = "Apache 2.0" ,
You can’t perform that action at this time.
0 commit comments