Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
handle Elasticsearch errors and improve StreamRowsContext
- Updated `StreamRowsContext` function to handle potential errors during Elasticsearch search execution more robustly. - Improved error handling by checking HTTP status codes and including response body details in error messages. - Changed function parameter `indexName` to `tableName` for better clarity and consistency. - Added schema parsing to handle table name resolution correctly. - Updated Datastream creation to use iop.Columns{} instead of iop.NewColumnsFromFields("data").
- Loading branch information