Skip to content

chore: add command to initialize core plugins#158

Open
MarioCadenas wants to merge 1 commit intomainfrom
command-to-create-plugins
Open

chore: add command to initialize core plugins#158
MarioCadenas wants to merge 1 commit intomainfrom
command-to-create-plugins

Conversation

@MarioCadenas
Copy link
Collaborator

@MarioCadenas MarioCadenas commented Mar 4, 2026

adding a command to create core plugins.

can be invoked with /create-core-plugin

Comment on lines +21 to +25
Use the answers to determine:
- Whether a **connector** is needed (yes if it talks to a Databricks API)
- What **Databricks resources** to declare in the manifest (SQL warehouses, Genie spaces, etc. — or none)
- Whether to use **streaming** (`executeStream`) or **standard** (`execute`) execution
- What **defaults** to set (cache/retry/timeout)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if plugin functionality relies on OBO it should probably also figure out scopes besides resources as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants