Category: dbt seed

  • How to use dbt seed

    How to use dbt seed

    In this post we describe how to used dbt seed, is a command that load csv files to the database, this function was created for load small files, for example : Example of DBT seed In our case, for only a example we use dbt seed to load the data from csv files. The files…