decentriq_util
The decentriq_util
library provides helpers for common operations,
not only when automating your workflows with the decentriq_platform
package,
but also when writing your own Python computations inside Data Clean Rooms.
It is available inside the computation container for Python scripts and can be imported just like any other library. For example:
import decentriq_util
data = decentriq_util.sql.read_sql_data_from_dir("/path/to/computation")
Sub-modules
- decentriq_util.spark
- decentriq_util.sql