Skip to content

chore: Upgrade dask dependency#4050

Merged
franciscojavierarceo merged 6 commits into
feast-dev:masterfrom
tokoko:dask-expr
Apr 16, 2024
Merged

chore: Upgrade dask dependency#4050
franciscojavierarceo merged 6 commits into
feast-dev:masterfrom
tokoko:dask-expr

Conversation

@tokoko

@tokoko tokoko commented Mar 28, 2024

Copy link
Copy Markdown
Collaborator

What this PR does / why we need it:
This PR updates dask dependency and adds dataframe extra to dask. dask warnings should go away at last.

Signed-off-by: tokoko <togurg14@freeuni.edu.ge>
tokoko and others added 4 commits April 4, 2024 00:49
@tokoko tokoko requested a review from kevjumba as a code owner April 9, 2024 10:48
Signed-off-by: tokoko <togurg14@freeuni.edu.ge>
elif isinstance(entity_df, pandas.DataFrame):
# Drop the index so that we don't have unnecessary columns
engine.execute(_df_to_create_table_sql(entity_df, table_id))
engine.execute(_df_to_create_table_sql(entity_df, table_id)) # type: ignore

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Why suddenly adding the type ignore?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

not exactly sure tbh, but probably something related to this #4066. We broke mssql with sqlalchemy upgrade, it passed the ci, because we are not testing contribs in the ci. in other words, it's already broken with or without the type check.

@franciscojavierarceo franciscojavierarceo merged commit 504e40e into feast-dev:master Apr 16, 2024
lokeshrangineni pushed a commit to lokeshrangineni/feast that referenced this pull request Apr 16, 2024
* add dataframe extra to dask

Signed-off-by: tokoko <togurg14@freeuni.edu.ge>

* update pinned versions

Signed-off-by: tokoko <togurg14@freeuni.edu.ge>

* add ignore rules to mssql, it's too broken

Signed-off-by: tokoko <togurg14@freeuni.edu.ge>

* ruff reformat

Signed-off-by: tokoko <togurg14@freeuni.edu.ge>

---------

Signed-off-by: tokoko <togurg14@freeuni.edu.ge>
lokeshrangineni pushed a commit to lokeshrangineni/feast that referenced this pull request Apr 16, 2024
* add dataframe extra to dask

Signed-off-by: tokoko <togurg14@freeuni.edu.ge>

* update pinned versions

Signed-off-by: tokoko <togurg14@freeuni.edu.ge>

* add ignore rules to mssql, it's too broken

Signed-off-by: tokoko <togurg14@freeuni.edu.ge>

* ruff reformat

Signed-off-by: tokoko <togurg14@freeuni.edu.ge>

---------

Signed-off-by: tokoko <togurg14@freeuni.edu.ge>
@tokoko tokoko deleted the dask-expr branch April 17, 2024 07:01
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.

4 participants