Adrian Vacaru
Adrian Vacaru
**Describe the bug** When moving an addon from one layer to another, the reconciliation doesn't complete successfully because the old resources are not pruned. **To Reproduce** Steps to reproduce the...
**Description** Metrics are produced for non-existent layers. **To Reproduce** Steps to reproduce the behavior: 1. Deploy a layer 2. Check that metrics are produced correctly. 3. Delete the layer 4....
The error I'm getting: ``` sqlalchemy.exc.ArgumentError: Column expression expected for argument 'foreign_keys'; got 'Users.oid'. ``` The generated code: ```python class Users(Base): __tablename__ = "users" oid = Column(ForeignKey("organisations.id") ) organisations =...
Currently the rest_polymorphic extension generates OAS components looking like this: ```yaml components: schemas: MyComponentTyped: allOf: - type: object properties: type: type: string required: - type - $ref: '#/components/schemas/MyComponent' ``` When...