relationalai
The RelationalAI Python SDK, also known as PyRel.
Functions
Functions exposed by this module.
connect() Async-first entrypoint returning a
Client. Re-exported from relationalai.client. connect_sync() Synchronous entrypoint returning a
ClientSync. Re-exported from relationalai.client. from_session() Construct an async
Client from an existing session. Re-exported from relationalai.client. from_session_sync() Construct a sync
ClientSync from an existing Snowpark session. Re-exported from relationalai.client. Classes
Classes exposed by this module.
Client Async-first root client. Re-exported from
relationalai.client.client. Modules and Subpackages
Submodules and subpackages available under this namespace.
config Load and manage PyRel configuration.
auth Authentication helpers (Direct Access + Snowflake OAuth/JWT/PAT).
agent The RelationalAI agent API.
semantics Build and query RelationalAI semantic models.
client Root client entrypoints.
services Service clients and helpers for the RelationalAI Python SDK.
Referenced By
RelationalAI Documentation └── Build With RelationalAI └── Follow a Tutorial └── Get started with a coding agent └── Next steps