def dbt_compiler(self): """Loads the dbt compiler.""" from dbt.compilation import Compiler as DbtCompiler self.dbt_compiler = DbtCompiler(self.dbt_config) return self.dbt_compiler
def dbt_compiler(self): """Loads the dbt compiler.""" self.dbt_compiler = DbtCompiler(self.dbt_config) return self.dbt_compiler