-
Notifications
You must be signed in to change notification settings - Fork 90
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(datasets): Cleanup of dependency #822
Conversation
Signed-off-by: Dmitry Sorokin <129520297+DmitrySorokinQB@users.noreply.github.com>
@@ -140,8 +144,15 @@ snowflake = ["kedro-datasets[snowflake-snowparktabledataset]"] | |||
spark-deltatabledataset = ["kedro-datasets[spark-base,hdfs-base,s3fs-base,delta-base]"] | |||
spark-sparkdataset = ["kedro-datasets[spark-base,hdfs-base,s3fs-base]"] | |||
spark-sparkhivedataset = ["kedro-datasets[spark-base,hdfs-base,s3fs-base]"] | |||
spark-sparkjdbcdataset = ["kedro-datasets[spark-base,hdfs-base,s3fs-base]"] | |||
spark = ["kedro-datasets[spark-deltatabledataset]"] | |||
spark-sparkjdbcdataset = ["kedro-datasets[spark-base]"] |
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.
does jbdbcdataset not need the hdfs-base
or s3fs-base
anymore?
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.
I believe JDBC is intended for relational databases and cannot be used with HDFS or S3FS?
Signed-off-by: Dmitry Sorokin <129520297+DmitrySorokinQB@users.noreply.github.com>
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!
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.
🚀
* Update dependencies --------- Signed-off-by: Dmitry Sorokin <129520297+DmitrySorokinQB@users.noreply.github.com> Co-authored-by: Dmitry Sorokin <129520297+DmitrySorokinQB@users.noreply.github.com> Signed-off-by: Harm Matthias Harms <matthias.harms@quis.de>
* Update dependencies --------- Signed-off-by: Dmitry Sorokin <129520297+DmitrySorokinQB@users.noreply.github.com> Co-authored-by: Dmitry Sorokin <129520297+DmitrySorokinQB@users.noreply.github.com> Signed-off-by: Minura Punchihewa <minurapunchihewa17@gmail.com>
Description
This pull request addresses issue #747.
Modifications:
dask-csvdataset
.polars-genericdataset
as it currently doesn't exist.spark-sparkstreamingdataset
.polars
andspark
groups for consistency with other groups.hdfs-base
ands3fs-base
fromspark-sparkjdbcdataset
as they are not required. They were retained in other groups as they may be necessary depending on the data storage.Jinja2
to<3.2.0
for consistency with documentation requirements.tables
on Windows, as it was relevant only for Python 3.8 and is no longer necessary.Checklist
RELEASE.md
file