minos-python
minos-python copied to clipboard
π Minos is a framework which helps you create reactive microservices in Python
If `created_at`, which is supposed to be an optional field, is not filled, `entry.delta` fails. ```python E minos.common.exceptions.MinosReqAttributeException: 'created_at' field is required. Value is None. ```
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
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.3.3 to 6.5.0. Changelog Sourced from coverage's changelog. Version 6.5.0 β 2022-09-29 The JSON report now includes details of which branches were taken, and which are missing...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.5.0 to 5.2.3. Release notes Sourced from sphinx's releases. v5.2.3 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.2.2 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.2.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.2.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.1.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.1.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html...
Bumps [fastavro](https://github.com/fastavro/fastavro) from 1.4.11 to 1.6.1. Changelog Sourced from fastavro's changelog. 2022-09-09 version 1.6.1 Fix a bug where the strict options were not catching extra fields (@βscottbelden in PR #639)...
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.3.2 to 6.5.0. Changelog Sourced from coverage's changelog. Version 6.5.0 β 2022-09-29 The JSON report now includes details of which branches were taken, and which are missing...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.1.3. Release notes Sourced from pytest's releases. 7.1.3 pytest 7.1.3 (2022-08-31) Bug Fixes #10060: When running with --pdb, TestCase.tearDown is no longer called for tests...