Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CORE-5238] Use string for database endpoint params
Followup to #8. JSON encoding the params resulted in URL encoded JSON object in query string sent to the Metabase API. The requests package expects a dictionary of strings for `params` [1] with no rules to encode boolean types [2, 3], so best to keep it simple and use strings. [1]: https://docs.python-requests.org/en/latest/user/quickstart/#passing-parameters-in-urls [2]: psf/requests#2999 [3]: psf/requests#3355
- Loading branch information