Github
Community
Support
Search…
Introduction
Quickstart: data monitoring
Quickstart: data lineage
understand elementary
Elementary overview
Modules
dbt package
Elementary CLI
CLI Install & configure
CLI Configuration
Connection profile
CLI Commands
CLI Advanced options
Elementary UI
Elementary alerts
Data tests
Data monitoring
Add data tests
Data tests configuration
Data tests report UI
Monitoring in production
dbt
dbt artifacts
data lineage
edr lineage
lineage graph
Query history
Data lineage use Cases
Integrations
Slack
Snowflake
Redshift
BigQuery
Project overview
Contributions
Roadmap
FAQ & Support
FAQ
Troubleshooting
Community & Support
Powered By
GitBook
CLI Install & configure
Download and install instructions for Elementary Data Reliability
We recommend you install Elementary CLI using one of the following methods:
pip
Elementary is a python tool distributed on pypi, and can be installed via
pip
: The CLI had two modules: monitor and lineage.
For
data monitoring, slack alerts and UI
, run:
1
pip install elementary-data
Copied!
For
data lineage
, run:
1
pip install 'elementary-data[lineage]'
Copied!
Run one of the following commands based on
your data warehouse
(no need to run all):
1
pip install 'elementary-data[snowflake]'
2
pip install 'elementary-data[bigquery]'
3
pip install 'elementary-data[redshift]'
Copied!
Install from source
Install Elementary directly from GitHub source:
1
git
clone https://github.com/elementary-data/elementary
2
cd
elementary
3
python setup.py
install
Copied!
Validate installation
To validate the installation and get usage instructions for the CLI run:
1
edr --help
Copied!
Configuration
Refer to this guide for CLL configuration:
CLI Configuration
Previous
Elementary CLI
Next
CLI Configuration
Last modified
17d ago
Copy link
Contents
pip
Install from source
Validate installation
Configuration