Paul
Paul
Please release me, can't you see You'd be a fool to cling to me So release me and let me love again Let me love, let me go - #153...
FYI, here's SQL for transforming the bigint to an interval on postgres when you're migrating : ``` ALTER TABLE ALTER COLUMN TYPE interval USING * interval '1 microsecond'; ``` Thanks...
Looks like a good feature, BOUML has a XMI generator which won't take a lot to parse. The Sparx XMI parser is very customised to Sparx EA but it's a...
BOUML is no longer being maintained. I'm looking to extend DrawIO with UML & package management.
https://github.com/marcosschroh/dataclasses-avroschema
dataclass_avro.py.jinja ``` from dataclasses import dataclass import enum import typing from datetime import date from dataclasses_avroschema import AvroModel {% macro do_enum(current_enum) -%} class {{ current_enum.name | case_class }}(enum.Enum):{% for attr...
> @Semprini What's an issue? It's just an updated template, but I want to think about what the standard template should include - there are design decisions around the auditable...