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

fix: Issue of DataSource subclasses using parent abstract class docstrings #4730

Merged

Conversation

dandawg
Copy link
Contributor

@dandawg dandawg commented Nov 1, 2024

What this PR does / why we need it:

This is a natural continuation of the work done in this PR: [PR](fix: Fixed SparkSource docstrings so it wouldn't used inhereted class docstrings).

There were other DataSource subclasses that had the same issue--using the abstract class docstring (and __init__ docstring, which did not accurately describe the parameters and functionality of the specialized subclasses.

I have added class docstrings and class __init__ docstrings where they were missing for subclasses of the DataSource class.

Which issue(s) this PR fixes:

Misc

@dandawg dandawg requested review from sudohainguyen and a team as code owners November 1, 2024 17:21
@franciscojavierarceo franciscojavierarceo merged commit b24acd5 into feast-dev:master Nov 2, 2024
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants