Skip to content

ConfigFromSnowflake

relationalai.config.config

Load PyRel configuration from Snowflake’s config.toml.

This config source is used by Config as a fallback when no raiconfig.yaml / raiconfig.yml is found. It reads the Snowflake config file discovered by find_snowflake_config_file and converts it into the standard PyRel config shape.

Inheritance Hierarchy

ConfigFromSnowflakeConfigconfocal.BaseConfigabc.ABC

Referenced By

RelationalAI Documentation
└──  Build With RelationalAI
    └──  Understand how PyRel works > Configure PyRel
        └──  Load configuration from files
            └──  How file discovery works