abe-winter
abe-winter
precedence should be: * command line arg if present * then shell var if present * finally defaults Currently it doesn't read the env vars at all.
## Expected behavior Column name + `datetime` type are separate tokens ## Actual behavior For `datetime` specifically, the parser doesn't split column name + type into separate tokens. (See example...
When lambdas are behind an ALB instead of API gateway, path and query parameters don't get unquoted. (example issue here https://github.com/dougmoscrop/serverless-http/issues/74) I fixed this for myself with: ```python def lambda_handler(event,...
this makes a lot of downstream features easier: - CTEs - type checking
instead of generating sql directly https://pypi.python.org/pypi/sqlbuilder