Skip to content

Commit bef2c67

Browse files
committed
fix presubmit
1 parent b6e02ce commit bef2c67

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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. |

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
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",

0 commit comments

Comments
 (0)