Skip to content

Commit e02f326

Browse files
committed
Update section input prompts seed data
1 parent ca8628d commit e02f326

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

db/lakebase/dml_seed/02_seed_section_input_prompts.sql

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ TRUE,
260260
INSERT INTO ${catalog}.${schema}.section_input_prompts
261261
(input_id, section_tag, input_template, system_prompt, section_title, section_description, order_number, how_to_apply, expected_output, bypass_llm, version, is_active, inserted_at, updated_at, created_by)
262262
VALUES
263-
(1, 'cursor_copilot_scaffold_build_test',
263+
(3, 'cursor_copilot_ui_design',
264264
'## Your Task
265265
266266
You are a full-stack developer building a web application on Databricks AppKit. Your goal is to scaffold an AppKit project, implement UI and backend features from a PRD, and test locally.
@@ -406,7 +406,7 @@ This prompt is returned as-is for direct use in Cursor/Copilot. No LLM processin
406406

407407
'Scaffold, Build, and Test Locally',
408408
'Scaffold an AppKit project, build UI and backend from a PRD, test locally before deployment',
409-
1,
409+
4,
410410

411411
'## How to Use
412412
@@ -472,7 +472,7 @@ TRUE,
472472
INSERT INTO ${catalog}.${schema}.section_input_prompts
473473
(input_id, section_tag, input_template, system_prompt, section_title, section_description, order_number, how_to_apply, expected_output, bypass_llm, version, is_active, inserted_at, updated_at, created_by)
474474
VALUES
475-
(5, 'deploy_e2e_test_lakebase',
475+
(4, 'workspace_setup_deploy',
476476
'## Your Task
477477
478478
Deploy the locally-tested web application to Databricks Apps and run comprehensive end-to-end testing to verify Lakebase connectivity, API correctness, and idle resilience.
@@ -792,7 +792,7 @@ This prompt is returned as-is for direct use in Cursor/Copilot. No LLM processin
792792

793793
'Deploy and E2E Test with Lakebase',
794794
'Deploy the Lakebase-wired app to Databricks Apps, test APIs, check logs, verify idle resilience',
795-
5,
795+
7,
796796

797797
'## How to Use
798798
@@ -5235,7 +5235,7 @@ true, 1, true, current_timestamp(), current_timestamp(), current_user());
52355235
INSERT INTO ${catalog}.${schema}.section_input_prompts
52365236
(input_id, section_tag, input_template, system_prompt, section_title, section_description, order_number, how_to_apply, expected_output, bypass_llm, version, is_active, inserted_at, updated_at, created_by)
52375237
VALUES
5238-
(3, 'setup_lakebase',
5238+
(16, 'setup_lakebase',
52395239
'## Your Task
52405240
52415241
Create and configure a Lakebase (PostgreSQL) project so the AppKit application can connect to a transactional database in subsequent phases.
@@ -5403,7 +5403,7 @@ This prompt is returned as-is for direct use in Cursor/Copilot. No LLM processin
54035403

54045404
'Setup Lakebase Project',
54055405
'Create and configure a Lakebase PostgreSQL project with optimized compute for development',
5406-
3,
5406+
5,
54075407

54085408
'## How to Use
54095409
@@ -5483,7 +5483,7 @@ Generate a detailed, actionable prompt for {section_tag} in a {industry_name} {u
54835483
INSERT INTO ${catalog}.${schema}.section_input_prompts
54845484
(input_id, section_tag, input_template, system_prompt, section_title, section_description, order_number, how_to_apply, expected_output, bypass_llm, version, is_active, inserted_at, updated_at, created_by)
54855485
VALUES
5486-
(4, 'wire_appkit_lakebase',
5486+
(108, 'wire_ui_lakebase',
54875487
'## Your Task
54885488
54895489
Wire the AppKit web application to a Lakebase database so the UI displays real data from both a SQL warehouse (analytics/reporting) and Lakebase PostgreSQL (transactional CRUD). This step focuses on local development and testing.
@@ -5931,7 +5931,7 @@ This prompt is returned as-is for direct use in Cursor/Copilot. No LLM processin
59315931

59325932
'Wire AppKit App to Lakebase',
59335933
'Add Lakebase plugin, create DDL/seed data, build CRUD APIs, replace static data with live sources, test locally',
5934-
4,
5934+
6,
59355935

59365936
'## How to Use
59375937
@@ -6001,7 +6001,7 @@ TRUE,
60016001
INSERT INTO ${catalog}.${schema}.section_input_prompts
60026002
(input_id, section_tag, input_template, system_prompt, section_title, section_description, order_number, how_to_apply, expected_output, bypass_llm, version, is_active, inserted_at, updated_at, created_by)
60036003
VALUES
6004-
(2, 'deploy_databricks_app',
6004+
(110, 'deploy_databricks_app',
60056005
'## Your Task
60066006
60076007
Deploy the locally-tested AppKit web application to Databricks Apps.
@@ -6092,7 +6092,7 @@ This prompt is returned as-is for direct use in Cursor/Copilot. No LLM processin
60926092

60936093
'Deploy to Databricks Apps',
60946094
'Deploy the locally-tested AppKit app to Databricks Apps and verify it is running',
6095-
2,
6095+
4,
60966096

60976097
'## How to Use
60986098

0 commit comments

Comments
 (0)