Feb 8Customize schema in dbt by overwriting the macro “generate_schema_name”By default, dbt writes our models into the schema we have configured in our profile, but in some dbt projects we may need to write data in different target schemas. For that reason dbt also gives us an option to define our custom schema. …Dbt2 min readDbt2 min read
Feb 4Load dbt artifacts automatically to your data platform using ElementaryElementary Data is an open-source tool for data observability. It has a lot of fancy features but here we are going to focus on one of them: the dbt package. This package will upload the information generated as dbt_artifacts into tables of our target database. dbt artifacts give us a…Dbt2 min readDbt2 min read