Python
Use this integration to extract data sketches and schemas from running Python code in your data pipeline.
Lariat's Python agent profiles datasets generated by common data manipulation libraries such as numpy
and pandas
The schemas for these datasets can then be used to define Indicators to expose data quality metrics from your running pipelines.
Installation
pip install lariat-run
Running code under Lariat Data Profiling
If your original script execution looks like
python my_script.py
then run the Lariat data profiler using
lariat-run python my_script.py
Last updated