Bruin AI Step 2 of 6
Stock 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 stock-analyst to scaffold a new pipeline from the empty template. Then add a DuckDB connection called duckdb-default pointing to ./stock-analyst/stock.duckdb. Finally, run bruin connections test --name duckdb-default and show me the output.
The agent will:
- Run
bruin init empty stock-analyst - Edit
.bruin.ymlto add aduckdbconnection block pointing at./stock-analyst/stock.duckdb - Run the test command to confirm the connection works