From 5a3113616e7d6cf2f9367eaceee1d565271e426a Mon Sep 17 00:00:00 2001 From: Shruti Mantri Date: Wed, 22 Jan 2025 23:02:35 +0530 Subject: [PATCH] fix: correct postgres copyout example --- .../src/main/java/io/kestra/plugin/jdbc/postgresql/CopyOut.java | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin-jdbc-postgres/src/main/java/io/kestra/plugin/jdbc/postgresql/CopyOut.java b/plugin-jdbc-postgres/src/main/java/io/kestra/plugin/jdbc/postgresql/CopyOut.java index a480494e..79aed1ac 100644 --- a/plugin-jdbc-postgres/src/main/java/io/kestra/plugin/jdbc/postgresql/CopyOut.java +++ b/plugin-jdbc-postgres/src/main/java/io/kestra/plugin/jdbc/postgresql/CopyOut.java @@ -32,6 +32,7 @@ examples = { @Example( title = "Export a PostgreSQL table or query to a CSV or TSV file.", + full = true, code = """ id: postgres_copy_out namespace: company.team