Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-47439][PYTHON] Document Python Data Source API in API reference page #45561

Closed
wants to merge 1 commit into from

Conversation

HyukjinKwon
Copy link
Member

What changes were proposed in this pull request?

This PR proposes to document Python Data Source API in Python API reference page.

Why are the changes needed?

For users/developers to know how to use them.

Does this PR introduce any user-facing change?

Yes, it documents Python Data Source API.

How was this patch tested?

Manually checked the output from Python API reference build

cd python/docs
make clean html
open build/html/index.html

Was this patch authored or co-authored using generative AI tooling?

No.

@HyukjinKwon
Copy link
Member Author

@HyukjinKwon
Copy link
Member Author

Merged to master.

Copy link
Contributor

@allisonwang-db allisonwang-db left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding the docs!

sweisdb pushed a commit to sweisdb/spark that referenced this pull request Apr 1, 2024
…e page

### What changes were proposed in this pull request?

This PR proposes to document Python Data Source API in Python API reference page.

### Why are the changes needed?

For users/developers to know how to use them.

### Does this PR introduce _any_ user-facing change?

Yes, it documents Python Data Source API.

### How was this patch tested?

Manually checked the output from Python API reference build

```bash
cd python/docs
make clean html
open build/html/index.html
```

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes apache#45561 from HyukjinKwon/SPARK-47439.

Authored-by: Hyukjin Kwon <gurwls223@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants