-
I tried to run the code in the "Preprocessor hints" section of [this documentation page](https://docs.smartnoise.org/synth/index.html), and it fails for multiple reasons:
- The `categorical_columns…
-
The `approx_bounds` method in [this file](https://github.com/opendp/smartnoise-sdk/blob/main/sql/snsql/sql/_mechanisms/approx_bounds.py) fails when infinity or NaN values are passed as input. The foll…
-
There was a recent issue with pyyaml, see https://github.com/yaml/pyyaml/issues/601
The issue was fixed in pyyaml 6.0.1, but currently smartnoise-sql says it needs a version
-
When I train an AIM model with the continous_columns being an empty list []
I opened an issue in initially in OpenDp (predicate always fails. Error at center: inferred type is i32, expected f64. Se…
-
We should provide an example config file (or point to the one used for testing). We could also define the format using a JSON schema and document it the way that, for example, GitHub does [here](https…
-
Upgrading from 1.4 to 2 is currently held back by sqlacodegen not supporting 2. There is a PR, but it hasn't made progress for a while, due to the maintainer having competing priorities: https://githu…
-
Currently we set it on/off for all queries, but this can be made more granular.
-
Currently we say `use_asyncio = not use_smartnoise_sql` but in reality these are separate concerns (with the limitation that we can't have both being `True` at the same time, because smartnoise-sql do…
-
In principle, we should be able to support a wide array of db management systems but we do a few things (the schema change, in particular) which may not work cross-platform.
-
Support for the R language is a very common request!
There is a stub R library I wrote in this private repo here:
https://github.com/opendp/smartnoise-core-R