Will Girten
Will Girten
This commit corrects a display-only bug in the validation results when expression type Rules are used. Previously, the `permitted` column would display the Rule expression as a String. This commit...
Fixes [#3]. This commit adds a Python Wrapper to the DataFrame Rules Engine project. In particular, this commit adds the following functionality in Python: - Define a Rule using a...
Currently, Delta tables that leverage column mapping cannot be shared by the sharing server. The Delta standalone reader used by the reference sharing server is only compatible with Delta Tables...
Fixes [#277]. This commit adds support for specifying a sharing profile as a JSON string, bytes, or byte array to the Python connector. In particular, this commit adds the following:...
Currently, data recipients cannot specify the location of a sharing profile using Azure Synapse FS (`synfs:` schema). Rather than expanding support for `synfs` and future, alternate schemas, it may be...
This commit adds a new Python wrapper and sample notebooks.
Currently, Delta Lake supports describing the schema, partitioning, and storage location information, but no way to quickly view which columns statistics are collected. This issue is to track a new...