Jayce Slesar
Jayce Slesar
Unable to use this with https://github.com/python-trio/asyncclick, which should be a pretty much drop in replacement. The error I receive is ``` mkdocs_click._exceptions.MkDocsClickException: 'cli' must be a 'click.BaseCommand' object, got ```...
This change allows users to have values in groups that contain names of keywords. Before, if I had a `CHARACTERISTIC` with the `Name` value of `SOME_KEYWORD.FOO_BAR` it would fail, if...
Any thoughts on why scanning iceberg `$partitions` dat is slower than actually scanning the iceberg table itself? Im on 475, running on EKS. Relevant configuration: ``` additionalConfigProperties: - optimizer.optimize-metadata-queries=true -...
Hey all, I am actively using this datasource in my teams Grafana instance and it works great so far in terms of what we do with it except for not...
In my organization, we often add many "duplicate" DBC's to a database to build a larger database. We found an optimization to cache the work done by `create_encode_decode_formats` and key...