lua_table_to_source_items

Function lua_table_to_source_items 

Source
fn lua_table_to_source_items(
    table: LuaTable,
    connector_name: &str,
) -> Result<Vec<SourceItem>>
Expand description

Convert a Lua array table into a Vec of SourceItems.

Invalid items (missing required fields, empty body) are logged as warnings and skipped — they do not cause the sync to fail.