cdata-cli-python
Installation
SKILL.md
SKILL: CData CLI — Python Build
Build-phase companion to the cdata-cli skill. cdata-cli handles discovery
(connect, explore schema, validate SQL) using the JDBC driver; this skill takes over
once you start writing Python application code using the CData Python Connector.
Everything validated during discovery carries straight over: all CData drivers share the
same relational model and SQL dialect, so table names, column names, and SQL confirmed via
cdatacli work unchanged through the Python Connector.
Language / Driver Edition
| Language | CData edition | Python import |
|---|---|---|
| Python 3.x | CData Python Connector | import cdata.<source> |