dbt_seed
Load CSV files as seed data into a database to create reference tables, test datasets, or static data for models. Use this tool to initialize essential data for dbt projects directly from CSV files.
Instructions
Load CSV files as seed data. An AI agent should use this tool when it needs to load initial data from CSV files into the database. This is essential for creating reference tables, test datasets, or any static data that models will depend on.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
exclude | No | Seeds to exclude | |
profiles_dir | No | Directory containing the profiles.yml file (defaults to project_dir if not specified) | |
project_dir | No | ABSOLUTE PATH to the directory containing the dbt project (e.g. '/Users/username/projects/dbt_project' not '.') | . |
selector | No | Named selector to use |