Skip to content

Commit e7d5f37

Browse files
Update connectors/sources/postgresql.py
Co-authored-by: Chenhui Wang <[email protected]>
1 parent 8ba64fa commit e7d5f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectors/sources/postgresql.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ async def fetch_documents_from_query(self, tables, query):
493493
"""Fetches all the data from the given query and format them in Elasticsearch documents
494494
495495
Args:
496-
table (str): Name of table
496+
tables (str): List of tables
497497
query (str): Database Query
498498
499499
Yields:

0 commit comments

Comments
 (0)