Closed rad-pat closed 7 months ago
In Python driver, the linter reports that No name 'BlockingDatabendClient' in module 'databend_driver' This is because BlockingDatabendClient & BlockingDatabendConnection missing from the init.pyi
No name 'BlockingDatabendClient' in module 'databend_driver'
The code works, but this will make the linters happy
In Python driver, the linter reports that
No name 'BlockingDatabendClient' in module 'databend_driver'
This is because BlockingDatabendClient & BlockingDatabendConnection missing from the init.pyiThe code works, but this will make the linters happy