Add a connection
Create and test a connection in the console.
CLI import
Import from an existing connection with
wwai connections.Python SDK workflow
The Python SDK can browse and import from connections created in the console. These examples requirewoodwide==0.9.0 and read WOODWIDE_API_KEY.
list_objects() and import with mode="object" and object_key=.
Console workflow
1
Create a connection
In the console, open Connections → Add connection. Choose a provider and enter credentials (or use a Wood Wide service account where supported).
2
Test the connection
Run Test connection before browsing or importing. Imports are blocked until the connection passes.
3
Browse and import
- Warehouses (BigQuery, Snowflake, PostgreSQL, Databricks): browse schemas and tables, or run a SQL query, then import.
- Object storage (S3, GCS): browse folders and select CSV or Parquet files.
CLI workflow
Connections are created in the console. The CLI reuses them to browse and import without re-entering secrets.wwai connections objects and import with --mode object.
See the CLI page for the full command set.
Related docs
- Datasets API — manage datasets after import
- Data preparation guide — format and schema tips before training