Migrating Dbt Project Across Platforms
This skill seamlessly migrates your dbt projects to different cloud platforms, streamlining deployments and reducing technical hurdles for faster insights.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add migrating-dbt-project-across-platforms npx -- -y @trustedskills/migrating-dbt-project-across-platforms
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"migrating-dbt-project-across-platforms": {
"command": "npx",
"args": [
"-y",
"@trustedskills/migrating-dbt-project-across-platforms"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill facilitates the migration of a dbt (data build tool) project from one platform to another. It automates tasks like adapting connection strings, adjusting file paths, and updating configurations necessary for a successful transition. The goal is to minimize manual effort and potential errors during cross-platform dbt project migrations.
When to use it
- Moving a dbt project from a local development environment to a cloud data warehouse (e.g., Snowflake, BigQuery).
- Migrating a dbt project between different cloud providers.
- Transferring a dbt project from an on-premise database to a SaaS analytics platform.
- Updating a dbt project's underlying infrastructure or database version.
Key capabilities
- Adapts connection strings for new environments.
- Adjusts file paths within the dbt project.
- Updates configuration files (e.g.,
dbt_project.yml).
Example prompts
- "Migrate my dbt project from my local machine to Snowflake."
- "Move this dbt project from BigQuery to Redshift, updating all connection details."
- “Can you migrate this dbt project to a new version of Postgres?”
Tips & gotchas
- Ensure the target platform is supported by the skill.
- Review the migrated project thoroughly after execution to confirm accuracy and functionality.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.