-
Notifications
You must be signed in to change notification settings - Fork 930
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
Update docs to include SparkStreamingDataSet and ManagedTableDataSet #2679
Conversation
As usual, never underestimate the time to fix an indentation error with Sphinx, but here we are! Big thanks to @AhdraMeraliQB ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🏆 and yes, Sphinx errors
It's very hard to debug since the build keep failing, I add a pip list so it's easier to know if it is installing the correction version of |
We need to wait until the next |
Pull request was converted to draft
I hope htis is right!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved when/if the RTD build passes 😄
Of course:
|
@jmholzer @noklam I'm afraid I probably need your help to get this resolved, please. Sphinx is emitting the following:
And I can't see a docstring at that location in the latest version of the databricks dataset. I want to get these docs built into our set because we have a blog post to publish that should point to them. Even if they don't get into release 0.18.11 it would be sensible to have them on Please could you take a look at the code and see what is causing Sphinx to fail and maybe separately we can review how to avoid this in future by running a suitable linter over each new dataset that we add? |
Signed-off-by: Jannic Holzer <jannic.holzer@quantumblack.com>
Signed-off-by: Jannic Holzer <jannic.holzer@quantumblack.com>
Signed-off-by: Jannic Holzer <jannic.holzer@quantumblack.com>
…dro into fix-spark-streaming-dataset Signed-off-by: Jannic Holzer <jannic.holzer@quantumblack.com>
Signed-off-by: Jannic Holzer <jannic.holzer@quantumblack.com>
Signed-off-by: Jannic Holzer <jannic.holzer@quantumblack.com>
@stichbury Not sure where is the best place to fit this documentation. I can go through the doc build process with you.
How do you fix Dataset docs?Kedro's GitPod is the best place to test it. In our
# setup.py
- # "kedro-datasets[all]~=1.4.1",
+ "kedro-datasets[all]@git+https://github.com/kedro-org/kedro-plugins@fix/rst-indentation-managedtabledataset#subdirectory=kedro-datasets", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's merge it then we can go with the release |
Description
Development notes
Checklist
RELEASE.md
file