Sergio García Prado
Sergio García Prado
**Issue by [andrea-mucci](https://github.com/andrea-mucci)** _Tuesday May 25, 2021 at 09:42 GMT_ _Originally opened as https://github.com/Clariteia/minos_microservice_common/issues/266_ ---- ┆Issue is synchronized with this [ClickUp task](https://app.clickup.com/t/15xp9m5) by [Unito](https://www.unito.io)
**Issue by [garciparedes](https://github.com/garciparedes)** _Monday May 10, 2021 at 13:09 GMT_ _Originally opened as https://github.com/Clariteia/minos_microservice_common/issues/193_ ---- The current `MinosModel` field typing is not compatible with the `tuple` type, which causes a...
Here is an usage example: ```python snapshot = SqlAlchemySnapshotRepository.from_config(config) session = await snapshot.session() PriceTable = await snapshot.get_table(PriceEntity) ProductTable = await snapshot.get_table(ProductEntity) session.query(PriceTable).where(PriceTable.value > 234).join(ProductTable) ```
**Issue by [garciparedes](https://github.com/garciparedes)** _Monday Oct 18, 2021 at 12:43 GMT_ _Originally opened as https://github.com/Clariteia/minos_microservice_saga/issues/206_ ---- None