Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/main/resources/metadata/cli.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
group: io.kestra.plugin.sqlmesh.cli
name: "cli"
title: "SQLMesh CLI"
description: "This sub-group of plugins contains tasks for using SQLMesh."
body: ""
description: "Tasks that execute SQLMesh CLI commands."
body: "Set working directory and SQLMesh configuration, then run CLI commands (plan, run, apply, etc.) with arguments, capturing stdout/stderr and artifacts for orchestration."
videos: []
createdBy: "Kestra Core Team"
managedBy: "Kestra Core Team"
4 changes: 2 additions & 2 deletions src/main/resources/metadata/index.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
group: io.kestra.plugin.sqlmesh
name: "sqlmesh"
title: "SQLMesh"
description: "SQLMesh plugin for Kestra"
body: ""
description: "Tasks that run SQLMesh commands."
body: "Provide SQLMesh project paths/configs and CLI options to plan, run, or apply SQLMesh workflows from Kestra, capturing outputs for deployment pipelines."
videos: []
createdBy: "Kestra Core Team"
managedBy: "Kestra Core Team"
Loading