The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"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": {
"name": "<your credential>"
}
}
}
],
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"tags": [],
"triggerCount": 0,
"updatedAt": "2023-11-22T10:24:00.000Z",
"versionId": "ab19561d-dd5e-417a-9c4f-b945a4bbceb6"
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
postgres
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Metabase. Uses postgres. Event-driven trigger; 2 nodes.
Source: https://github.com/m3tam3re/n8n-backup/blob/7f31c0a6b58a09a8d52468ddd3a0acca7f281dac/workflows/Metabase.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Convert Postgresql Table To Csv. Uses manualTrigger, spreadsheetFile, postgres. Event-driven trigger; 4 nodes.
Create A Table In Postgres And Insert Data. Uses manualTrigger, postgres. Event-driven trigger; 4 nodes.
PostgreSQL export to CSV. Uses manualTrigger, spreadsheetFile, postgres. Event-driven trigger; 4 nodes.
How to automatically import CSV files into postgres. Uses manualTrigger, readBinaryFile, spreadsheetFile, postgres. Event-driven trigger; 4 nodes.
Cargar Base de datos. Uses googleSheets, postgres. Event-driven trigger; 4 nodes.