Install the Elementary Python SDK to start sending data quality information to Elementary Cloud.Documentation Index
Fetch the complete documentation index at: https://elementary-devin-1774320697-fabric-cloud-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Python 3.8 or higher
- An Elementary Cloud account
- API key and environment ID from your Elementary Cloud account
Install via pip
Install via poetry
Verify Installation
After installation, verify that the SDK is correctly installed:Get Your Credentials
To use the Python SDK, you’ll need:- Project ID - Your Python project identifier (choose any string to identify your code project; used to deduplicate and identify reported assets)
- API Key - Your Elementary Cloud API token
- URL - The full endpoint URL:
{base_url}/sdk-ingest/{env_id}/batch- Example:
https://app.elementary-data.com/sdk-ingest/a6b2425d-36e2-4e13-8458-9825688ca1f2/batch
- Example:
Generate an Access Token
You can generate tokens directly from the Elementary UI:- Go to User → Personal Tokens or Account → Account Tokens
- Click Generate token
- (Optional) Add a name/description for the token
- Copy the token and store it securely — it is shown only once
Next Steps
- Quickstart Guide - Send your first data to Elementary Cloud
- API Reference - Explore the full API documentation

