Installation for dbt users
If you are already using dbt in your company, you can install re_data by adding our dbthub package to your project.
Adding re_data to packages used#
Simply update your packages.yml file with re_data package
packages.yml
packages: *** - package: re-data/re_data version: [">=0.6.0", "<0.7.0"]
And run:
dbt depsAdding re_data python package for reliability UI#
To generate re_data reliability UI you need to install re_data python packge. You can do it simply like that:
pip install re_data