diff --git a/packages/appkit/src/plugins/lakebase/manifest.json b/packages/appkit/src/plugins/lakebase/manifest.json index 17798d33f..41c9366b8 100644 --- a/packages/appkit/src/plugins/lakebase/manifest.json +++ b/packages/appkit/src/plugins/lakebase/manifest.json @@ -16,6 +16,7 @@ "project": { "description": "Full Lakebase Postgres project resource name. Obtain by running `databricks postgres list-projects`, select the desired item from the output array and use its .name value.", "examples": ["projects/{project-id}"], + "bundleIgnore": true, "discovery": { "type": "kind", "resourceKind": "postgres_project", diff --git a/template/appkit.plugins.json b/template/appkit.plugins.json index 503ee7983..bcdc793fc 100644 --- a/template/appkit.plugins.json +++ b/template/appkit.plugins.json @@ -234,6 +234,7 @@ "fields": { "project": { "description": "Full Lakebase Postgres project resource name. Obtain by running `databricks postgres list-projects`, select the desired item from the output array and use its .name value.", + "bundleIgnore": true, "examples": [ "projects/{project-id}" ],