Bruin AI Step 2 of 6
Marketing Analyst
Prompt the agent
Open your AI coding tool in an empty folder you'd like to use as your workspace, and paste this prompt:
AI Prompt
Using Bruin MCP, run bruin init empty marketing-analyst to scaffold a new pipeline from the empty template. Then add a DuckDB connection called duckdb-default pointing to ./marketing-analyst/marketing.duckdb. Finally, run bruin connections test --name duckdb-default and show me the output.
The agent will:
- Run
bruin init empty marketing-analyst - Edit
.bruin.ymlto add aduckdbconnection block pointing at./marketing-analyst/marketing.duckdb - Run the test command to confirm the connection works