offscale / cdd-python

Open API to/fro routes, models, and tests. Convert between docstrings, classes, methods, argparse, SQLalchemy, Pydantic, JSON-schema.
https://compilers.com.au
Apache License 2.0
13 stars 5 forks source link

Fixing cdd_gae gen parquet -> sqalalchemy table #3

Closed skushnir123 closed 1 year ago

skushnir123 commented 1 year ago

Fixes two bugs which caused this command: python -m cdd_gae gen --parse 'parquet' --emit 'sqlalchemy_table' -i "$parquet_file" -o "$py_file" --name "$table_name" to fail.