Load from SQL Table
- extdb.load_from_table
Input:
- connection – Databaseconnection
- table_or_view – String
Output:
- output – Row
This function retrieves all rows from the specified database table or view using the provided database connection(s). It supports iterating over multiple connections and table/view names, yielding each row as it is fetched. Row objects can have a flexible schema. Do not assume identical column sets across sources.