Registry / data / altimate-datapilot-cli

altimate-datapilot-cli

JSON →
library0.2.3pypypiunverified

Altimate DataPilot CLI is a command-line tool designed to assist data teams with SQL quality, documentation, and data modeling workflows. Version 0.2.3 requires Python >=3.8. The package is actively maintained by Altimate AI.

pip install altimate-datapilot-cli
INSTALL
IMPORT
SIG · ALTIMATE-DATAPILOT
A
altimate-datapilot-cli
datapythonv0.2.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DataPilot
from datapilot import DataPilot
from datapilot import DataPilot

Initialize the DataPilot client with your API key and analyze a SQL statement.

from datapilot import DataPilot import os # Initialize with your API key api_key = os.environ.get('DATAPILOT_API_KEY', 'your-api-key-here') dp = DataPilot(api_key=api_key) # Analyze a SQL file result = dp.analyze_sql('SELECT * FROM orders WHERE id = 1') print(result)
datapilot --version
Debug
Known issues
gotchaThe package name on PyPI is 'altimate-datapilot-cli' (with hyphens), but the import module is 'datapilot' (no altimate prefix). Do not import from 'altimate_datapilot_cli' as that will raise ModuleNotFoundError.
fix
Use 'import datapilot' or 'from datapilot import DataPilot'
affects: >=0.1.0
deprecatedSome older versions (pre-0.2.0) used a different API endpoint that has been deprecated. Ensure you are using version 0.2.0 or later.
fix
Upgrade to the latest version: pip install --upgrade altimate-datapilot-cli
affects: <0.2.0
gotchaThe API key must be provided either as an environment variable DATAPILOT_API_KEY or as a parameter. If both are missing, the client will throw an AuthenticationError.
fix
Set the environment variable or pass the api_key argument explicitly.
affects: all
Upgrade
Version history
0.2.3latest on PyPI · released Apr 6, 2026
Audit
Dependencies
clickrequiredCLI framework used by the tool
requestsrequiredHTTP requests for API calls
Agent activity
37 hits · last 30 days
node
32
OpenAI (training)
1
Resources
altimate-datapilot-cli — pip install altimate-datapilot-cli · libregistry