rm fromjson

This commit is contained in:
Jack Forgash 2025-06-30 11:00:56 -06:00
parent f8c4c75303
commit 98b07bb386
2 changed files with 9 additions and 4 deletions

9
.cursor/mcp.json Normal file
View File

@ -0,0 +1,9 @@
{
"mcpServers": {
"datamate": {
"url": "http://localhost:7700/sse",
"type": "sse",
"updatedAt": "2025-06-30T16:58:37.532Z"
}
}
}

View File

@ -46,10 +46,6 @@ jobs:
runs-on: ubuntu-latest
environment:
name: workflow_${{ inputs.environment }}
strategy:
matrix:
command: ${{fromJson(inputs.dbt_command)}}
steps:
- uses: actions/checkout@v3