what is format of rows that can be passed to upsert_rows function?
result = tables_db.upsert_rows(
database_id = '<DATABASE_ID>',
table_id = '<TABLE_ID>',
rows = [],
transaction_id = '<TRANSACTION_ID>' # optional
)
TL;DR
The developer is asking for the format of rows that can be passed to the upsert_rows function in Appwrite. The answer can be found in the provided link: https://appwrite.io/docs/products/databases/bulk-operations#upsert-rows.