Skip to content

Version compatibility issues in samples/ml/ml_jobs/e2e_task_graph #228

@KaranamLokesh

Description

@KaranamLokesh

In the requirements.txt file, It is instructed to use snowflake-ml-python>=1.9.0,
requirements.txt

but here

packages=["snowflake-snowpark-python", "snowflake-ml-python<1.9.0", "xgboost"], # NOTE: Temporarily pinning to <1.9.0 due to compatibility issues
it is using snowflake-ml-python<1.9.0

By using this setting, getting the following error

cleanup_task = DAGTask("cleanup_task", definition=cleanup, is_finalizer=True)
TypeError: __init__() got an unexpected keyword argument 'is_finalizer'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions