Esempio n. 1
0
    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
Esempio n. 2
0
 def dbt_compiler(self):
     """Loads the dbt compiler."""
     self.dbt_compiler = DbtCompiler(self.dbt_config)
     return self.dbt_compiler