Ramandeep Singh
Ramandeep Singh
* aiocontextvars version:0.2.2 * Python version: 3.6 * Operating System: macos ### Description Describe what you were trying to get done. Tell us what happened, what went wrong, and what...
Currently, fire command does not recognize json dumped booleans i.e. [true/false] and converts them to strings. Is there a workaround for this atm.
SQLAlchemy escapes the bind variable names and when it does so, the query execution fails with encode/databases. The linked issue [Here](https://github.com/sqlalchemy/sqlalchemy/issues/8112). The workaround is to use `literal` instead of `bindparam`.
[Short description explaining the high-level reason for the pull request] ## Changes ## How I tested this ## Notes ## Checklist - [X] PR has an informative and human-readable title...
### Description Support web identity token for aws, it is a common setup for most kubernetes based clusters ### Use case Background: 1. Pyarrow doesn't allow aws webidentitytoken file, it's...