Juan Pablo Tamayo

Results 3 issues of Juan Pablo Tamayo

Many times I find myself with an .env file per environment (local.env, test.env, prod.env), that way I can use the same names on my code and still not commit any...

When using sqlachemy, bind parameters named with a '#' raise errors. Apparently this is due to sqlalchemy using '#' as a separator. Instead of expecting a bind parameter named 'bind#0_{n}',...

Escape `|` (pipe character) so the README.md table can render the actual SQL syntax from python operator