Compare commits

..

No commits in common. "65db4b4e20509fccdfc6187f2b711b7d1cb94e4a" and "b5ebcb9eaa85149351e29c532aa75729f7f1a931" have entirely different histories.

2 changed files with 3 additions and 66 deletions

View File

@ -1,63 +0,0 @@
{
"active": false,
"connections": {
"When clicking \"Execute Workflow\"": {
"main": [
[
{
"node": "Postgres",
"type": "main",
"index": 0
}
]
]
}
},
"createdAt": "2023-11-22T09:05:29.242Z",
"id": "rOhxbVo7OL6XxyB3",
"meta": null,
"name": "Metabase",
"nodes": [
{
"parameters": {},
"id": "bc58b35d-4d05-481a-9791-0d966772ceb2",
"name": "When clicking \"Execute Workflow\"",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
920,
420
]
},
{
"parameters": {
"operation": "executeQuery",
"query": "SELECT o.order_id, c.first_name\nFROM orders as o \nJOIN customers as c ON o.customer_id = c.customer_id",
"options": {}
},
"id": "ac15f2bd-2d4d-4e37-961b-6d75d1299f54",
"name": "Postgres",
"type": "n8n-nodes-base.postgres",
"typeVersion": 2.3,
"position": [
1140,
420
],
"credentials": {
"postgres": {
"id": "JW5wwsSY4obQbCBb",
"name": "Postgres - warehouse"
}
}
}
],
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"tags": [],
"triggerCount": 0,
"updatedAt": "2023-11-22T10:24:00.000Z",
"versionId": "ab19561d-dd5e-417a-9c4f-b945a4bbceb6"
}

View File

@ -474,13 +474,13 @@
"staticData": { "staticData": {
"node:Gmail Trigger": { "node:Gmail Trigger": {
"possibleDuplicates": [ "possibleDuplicates": [
"18bf688033703d1a" "18bf252526912280"
], ],
"lastTimeChecked": 1700648152 "lastTimeChecked": 1700577558
} }
}, },
"tags": [], "tags": [],
"triggerCount": 1, "triggerCount": 1,
"updatedAt": "2023-11-22T10:17:31.000Z", "updatedAt": "2023-11-21T14:39:31.000Z",
"versionId": "d5336b9a-260a-4f88-862e-edbbb760acb2" "versionId": "d5336b9a-260a-4f88-862e-edbbb760acb2"
} }