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

chore: Upgrade dask dependency #4050

Merged
merged 6 commits into from
Apr 16, 2024
Merged

Conversation

tokoko
Copy link
Collaborator

@tokoko tokoko commented Mar 28, 2024

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.

@tokoko tokoko requested a review from kevjumba as a code owner April 9, 2024 10:48
Signed-off-by: tokoko <[email protected]>
@@ -423,7 +423,7 @@ def _upload_entity_df_into_sqlserver_and_get_entity_schema(

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
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
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
14 checks passed
lokeshrangineni pushed a commit to lokeshrangineni/feast that referenced this pull request Apr 16, 2024
* add dataframe extra to dask

Signed-off-by: tokoko <[email protected]>

* update pinned versions

Signed-off-by: tokoko <[email protected]>

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

Signed-off-by: tokoko <[email protected]>

* ruff reformat

Signed-off-by: tokoko <[email protected]>

---------

Signed-off-by: tokoko <[email protected]>
lokeshrangineni pushed a commit to lokeshrangineni/feast that referenced this pull request Apr 16, 2024
* add dataframe extra to dask

Signed-off-by: tokoko <[email protected]>

* update pinned versions

Signed-off-by: tokoko <[email protected]>

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

Signed-off-by: tokoko <[email protected]>

* ruff reformat

Signed-off-by: tokoko <[email protected]>

---------

Signed-off-by: tokoko <[email protected]>
@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