fix credential postgres

This commit is contained in:
2026-02-16 22:32:25 +00:00
parent 52a2cfd827
commit 96e3338c50
3 changed files with 102 additions and 159 deletions

View File

@@ -22,7 +22,7 @@
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
816,
768,
304
]
},
@@ -68,31 +68,17 @@
"type": "n8n-nodes-base.postgres",
"typeVersion": 2.6,
"position": [
640,
528,
304
],
"id": "2f0708e1-996c-4705-b374-2a119fcd6b18",
"name": "Get Active Followed Series",
"credentials": {
"postgres": {
"id": "dsnKfvOBMkgU21Lt",
"name": "supabase postgres account"
"id": "9grzZwW7Br6SzdV8",
"name": "n8n-media"
}
}
},
{
"parameters": {
"language": "pythonNative",
"pythonCode": "# Mode: Run Once for All Items\n# Purpose: Debug the environment context passed from Parent to Child\n\nresults = []\n\nfor _item in _items:\n # We create a debug log of the current execution context\n debug_info = {\n \"execution_id\": _item['json'].get('executionId', 'N/A'),\n \"parent_execution_id\": _item['json'].get('parentExecutionId', 'N/A'),\n # Check if internal n8n variables are reachable\n \"workflow_id\": _item['json'].get('workflowId', 'N/A'),\n }\n \n _item['json']['debug_context'] = debug_info\n results.append(_item)\n\nreturn results"
},
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
432,
304
],
"id": "b538b6ba-0c72-40ee-ba3e-723e79fc0d21",
"name": "Code in Python"
}
],
"connections": {
@@ -100,7 +86,7 @@
"main": [
[
{
"node": "Code in Python",
"node": "Get Active Followed Series",
"type": "main",
"index": 0
}
@@ -128,17 +114,6 @@
}
]
]
},
"Code in Python": {
"main": [
[
{
"node": "Get Active Followed Series",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
@@ -149,7 +124,7 @@
"saveExecutionProgress": true
},
"triggerCount": 0,
"versionId": "dfde93ca-153c-4dce-b4f3-eac86c25d2e5",
"versionId": "9c096562-3d33-4d44-8f30-5afdd1bfc05e",
"owner": {
"type": "personal",
"projectId": "FeLO36wNUAcn61Wj",