relationalai
The RelationalAI Python SDK, also known as PyRel.
Functions
Section titled “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
Section titled “Classes”Classes exposed by this module.
ClientAsync-first root client. Re-exported from
relationalai.client.client.Modules and Subpackages
Section titled “Modules and Subpackages”Submodules and subpackages available under this namespace.
agentThe RelationalAI agent API.
semanticsBuild and query RelationalAI semantic models.
configLoad and manage PyRel configuration.
servicesService clients and helpers for the RelationalAI Python SDK.
authAuthentication helpers (Direct Access + Snowflake OAuth/JWT/PAT).
clientRoot client entrypoints.