diff --git a/.cursor/mcp.json b/.cursor/mcp.json new file mode 100644 index 0000000..4c2a43f --- /dev/null +++ b/.cursor/mcp.json @@ -0,0 +1,9 @@ +{ + "mcpServers": { + "datamate": { + "url": "http://localhost:7700/sse", + "type": "sse", + "updatedAt": "2025-06-30T16:58:37.532Z" + } + } +} \ No newline at end of file diff --git a/.github/workflows/dbt_run_adhoc.yml b/.github/workflows/dbt_run_adhoc.yml index a5dd1fc..e2753f5 100644 --- a/.github/workflows/dbt_run_adhoc.yml +++ b/.github/workflows/dbt_run_adhoc.yml @@ -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