release-dbt-mcp

Publier une nouvelle version de dbt-mcp sur PyPi

npx skills add https://github.com/dbt-labs/dbt-mcp --skill release-dbt-mcp
  1. Initiate the Create release PR GitHub workflow. Use the auto for the bump input. Don't set the prerelease input.
  2. Wait for this to start and then poll the status of this running workflow.
  3. Once it finishes successfully, approve & squash merge (gh pr merge --squash --admin) the PR that was created. This repo does not allow merge commits. This is an autogenerated PR, so it is okay to bypass CI. This is the only case that bypassing CI is okay.
  4. Merging this PR will kick off the Release dbt-mcp workflow.
  5. Wait for this to start and then poll the status of this running workflow. When the workflow waits for GitHub environment approval, open the page with open <url>
  6. Ask the user to continue once they have approved the GitHub environment.
  7. Once the user continues, continue polling the status of the Release dbt-mcp workflow.
  8. When that workflow has finished successfully. Ensure that the new version of dbt-mcp is on PyPI by checking the JSON API at https://pypi.org/pypi/dbt-mcp/json (the HTML page is JS-rendered and won't work with WebFetch).
  9. Report to the user the status of all GitHub workflows that ran and the status of the release.

Plus de skills de dbt-labs

answering-natural-language-questions-with-dbt
dbt-labs
Écrit et exécute des requêtes SQL sur l’entrepôt de données en utilisant la couche sémantique de dbt ou du SQL ad hoc pour répondre à des questions métier. À utiliser lorsqu’un utilisateur demande…
official
adding-dbt-unit-test
dbt-labs
Crée des définitions YAML de tests unitaires qui simulent les entrées du modèle en amont et valident les sorties attendues. À utiliser lors de l'ajout de tests unitaires pour un modèle dbt ou pour s'entraîner…
official
building-dbt-semantic-layer
dbt-labs
Utiliser lors de la création ou de la modification de composants dbt Semantic Layer — modèles sémantiques, métriques, dimensions, entités, mesures ou time spines. Couvre MetricFlow…
official
configuring-dbt-mcp-server
dbt-labs
Génère le JSON de configuration du serveur MCP, résout la configuration d'authentification et valide la connectivité du serveur pour dbt. À utiliser lors de la configuration, de la mise en place ou…
official
creating-mermaid-dbt-dag
dbt-labs
Génère un diagramme de flux Mermaid de la lignée des modèles dbt en utilisant les outils MCP, manifest.json, ou l'analyse directe du code comme solutions de repli. À utiliser lors de la visualisation des modèles dbt…
official
migrating-dbt-core-to-fusion
dbt-labs
Use when a user needs help triaging dbt-core to Fusion migration errors. Runs dbt-autofix first, then classifies remaining errors into actionable categories…
official
migrating-dbt-project-across-platforms
dbt-labs
Use when migrating a dbt project from one data platform or data warehouse to another (e.g., Snowflake to Databricks, Databricks to Snowflake) using dbt…
official
running-dbt-commands
dbt-labs
Formate et exécute les commandes CLI dbt, sélectionne le bon exécutable dbt et structure les paramètres de commande. À utiliser lors de l'exécution de modèles, de tests, de builds, de compilations,…
official