From 98b07bb386b8afdfb512ef74faa144086ce78b2d Mon Sep 17 00:00:00 2001 From: Jack Forgash <58153492+forgxyz@users.noreply.github.com> Date: Mon, 30 Jun 2025 11:00:56 -0600 Subject: [PATCH 1/2] rm fromjson --- .cursor/mcp.json | 9 +++++++++ .github/workflows/dbt_run_adhoc.yml | 4 ---- 2 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 .cursor/mcp.json 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 From 35cde93944a7bc6fdf0248496182811089931855 Mon Sep 17 00:00:00 2001 From: Jack Forgash <58153492+forgxyz@users.noreply.github.com> Date: Mon, 30 Jun 2025 11:01:22 -0600 Subject: [PATCH 2/2] Delete .cursor/mcp.json --- .cursor/mcp.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .cursor/mcp.json diff --git a/.cursor/mcp.json b/.cursor/mcp.json deleted file mode 100644 index 4c2a43f..0000000 --- a/.cursor/mcp.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "mcpServers": { - "datamate": { - "url": "http://localhost:7700/sse", - "type": "sse", - "updatedAt": "2025-06-30T16:58:37.532Z" - } - } -} \ No newline at end of file