Skip to content

ConfigFromDBT

relationalai.config.config

Load PyRel configuration from DBT’s profiles.yml.

This config source is used by Config as a fallback when no higher-priority config file is found. It reads the profiles file discovered by find_dbt_profiles_file and converts it into the standard PyRel config shape.

Inheritance Hierarchy

ConfigFromDBTConfigconfocal.BaseConfigabc.ABC

Referenced By

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