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.
ClientAsync-first root client. Re-exported from
relationalai.client.client.Modules and Subpackages
Submodules and subpackages available under this namespace.
configLoad and manage PyRel configuration.
authAuthentication helpers (Direct Access + Snowflake OAuth/JWT/PAT).
agentThe RelationalAI agent API.
semanticsBuild and query RelationalAI semantic models.
clientRoot client entrypoints.
servicesService 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