Skip to content

Use importlib instead of pkg_resources #470

Closed
@enqueue

Description

@enqueue

pkg_resources is deprecated (see manual). It is only used to discover the clickhouse-driver package version. It should be easy to replace this with importlib.metadata version lookup. This is available since Python 3.8. dbt requires Python 3.9+.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions