opendp / smartnoise-sdk

Tools and service for differentially private processing of tabular and relational data
MIT License
254 stars 68 forks source link

More type hints #584

Closed mhauru closed 11 months ago

mhauru commented 1 year ago

Started adding more type hints in a couple of files, and setup a pyright config so that if one runs pyright, those two files get checked.

In the process fixed something I think is a bug, see line 17 in sql/reader/base.py

Related to #576

mhauru commented 1 year ago

I don't know what the GCP Action does, but the failure seems likely unrelated to this PR.