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