feat(Supabase Node): Add support for database schema (#13339)

Co-authored-by: Dana <152518854+dana-gill@users.noreply.github.com>
Co-authored-by: Dana Lee <dana@n8n.io>
This commit is contained in:
Ria Scholz
2025-04-14 17:56:07 +02:00
committed by GitHub
parent de03452631
commit 23f25cefbf
4 changed files with 141 additions and 8 deletions

View File

@@ -60,6 +60,7 @@ export const rowFields: INodeProperties[] = [
description:
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>',
typeOptions: {
loadOptionsDependsOn: ['useCustomSchema', 'schema'],
loadOptionsMethod: 'getTables',
},
required: true,