Data Connectors
Connect to hundreds of data sources and destinations. If you don't see what you need, our AI copilot can help build custom integrations.
Google BigQuery
Google BigQuery serverless data warehouse, accessed over the ADBC BigQuery driver. Authenticates with a service-account JSON key (default) or an OAuth user-credential flow; all connection state is passed via adbc.bigquery.* driver options.
DuckDB
Connector for DuckDB, an embedded in-process OLAP database. Connects via the duckdb_engine SQLAlchemy dialect to a local database file or an in-memory database. DuckDB is not a client-server system: there is no host, port, username, password, or TLS handshake; access is governed by local filesystem permissions.
EasyBill
EasyBill invoicing & accounting REST API — documents, customers, positions, payments and more.
MariaDB
MariaDB relational database — a community-developed, open-source fork of MySQL. Connects over the MySQL wire protocol via the SQLAlchemy mariadb+pymysql dialect for structured data storage, querying, and table discovery.
MySQL
Open-source relational database management system for structured data storage, querying, and management
PostgreSQL
Open-source relational database management system known for reliability, feature robustness, and performance
Amazon Redshift
Amazon Redshift cloud data warehouse connector using the SQLAlchemy 'redshift+redshift_connector' dialect (Amazon's official redshift_connector driver). Authenticates with a database username and password over TLS. AWS IAM temporary credentials are not supported in this version.
Snowflake
Snowflake cloud data warehouse connector using the native ADBC Snowflake driver with standard username and password authentication over TLS.
Xero
Xero cloud accounting platform. Read accounting data — invoices, contacts, bank transactions, credit notes, payments, items, journals and more — via the Xero Accounting API (api.xro/2.0).