Skip to content
This repository was archived by the owner on Jun 19, 2026. It is now read-only.
This repository was archived by the owner on Jun 19, 2026. It is now read-only.

Cannot access attribute "upload_csv" for class "BaseDuneClient" #9

Description

@PaulRBerg

Similar to https://github.com/duneanalytics/DuneQueryRepo/issues happening here:

table = dune.upload_csv(
data=str(file.read()),
table_name=file_name,
is_private=False
)

The type error is:

Cannot access attribute "upload_csv" for class "BaseDuneClient"
Attribute "upload_csv" is unknownPylancereportAttributeAccessIssue
(function) upload_csv: Unknown

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