Iuliia Volkova
Iuliia Volkova
@rvatne if it is a still actual for you - I created separate library for DDL parsing because of several issues in sqlparse https://github.com/xnuinside/simple-ddl-parser
@madkinsz I also thought about it when I look at source code, so second thought was not to touch current prefect package, but create fresh new prefect-client package based on...
@madkinsz can I ask why still use setup.py + setup.cfg and not modern pyproject.toml & for example, poetry?
there is a bunch of issues in Prefect open api config need to fix them firstly to make autogeneration works ) for example: in Open Api 3.0 'null' is not...
setuptools also support pyproject toml https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html ) setup.cfg & setup.py is pretty old & not actual since [PEP](https://peps.python.org/pep-0621/), pip also support pyproject.toml https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/ but anyway about errors - I tried...
@madkinsz also about setuptools & setup.cfg - https://github.com/pypa/setuptools/issues/3214 they plan to deprecate it & milestone for it https://github.com/pypa/setuptools/milestone/7 but setup.py is used for sure ) question only in setup.cfg
@koxudaxi, Thanks for your answer! I will take it in work and as soon as something will be ready to show it, I will open WIP PR for review.
Hi @tcg-peter ! This log for 1st run or next runs? Also other services runs & works correct? Looks like just command fail because admin user already in dB.
@tcg-peter did you delete DB volume? Because all data from dB stored on volume and it is not inside container.
Also, Can you send me logs from scheduler container and webserver?