We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86cac0a commit 8e9aee1Copy full SHA for 8e9aee1
docs/filter-jdbc_static.asciidoc
@@ -422,7 +422,7 @@ according to the table below.
422
|=======================================================================
423
|Setting |Input type|Required
424
| id|string|No
425
-| table|string|Yes
+| local_table|string|Yes
426
| query|string|Yes
427
| max_rows|number|No
428
| jdbc_connection_string|string|No
@@ -438,7 +438,7 @@ id::
438
An optional identifier. This is used to identify the loader that is
439
generating error messages and log lines.
440
441
-table::
+local_table::
442
The destination table in the local lookup database that the loader will fill.
443
444
query::
0 commit comments