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 "run_sql" for class "BaseDuneClient" #8

Description

@PaulRBerg

In my clone of this repo, I am using Pylance to lint the Python code.

Pylance reports a type error in this script:

results = dune.run_sql('select * from (\n' + query_text + '\n) limit 20')

The type error is this:

annot access attribute "run_sql" for class "BaseDuneClient"
Attribute "run_sql" is unknownPylancereportAttributeAccessIssue
(function) run_sql: Unknown

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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