Joel Dodge

Results 7 issues of Joel Dodge

currently we check the static type to decide whether to encode but at runtime the value could be an int and then we blow up with ``` ~/Documents/sdk-codegen/python/looker_sdk/sdk/api31/methods.py in dashboard_layout_dashboard_layout_components(self,...

python
p3

https://snarky.ca/what-the-heck-is-pyproject-toml/ with a setup.py shim for editable installs setup.py -> pyproject.toml + setup.cfg * move tox.ini into pyproject.toml

enhancement
python
p3

specifically, are we using the requests library appropriately if we're called in a threaded context. what about multi-processing? async should be fine - we just block for now (maybe consider...

python
p3

[L33](https://github.com/looker-open-source/sdk-codegen/blob/master/python/looker_sdk/rtl/auth_session.py#L33) should be changed to dynamically import `apiXX` models based on `constants.api_version`

python
p3

rather than comment blocks above the method definition and above each argument we should be using numpy style docstrings

enhancement
python
p3

For Union types we currently only handle `Union[str, bytes]`. See [this comment](https://github.com/looker-open-source/sdk-codegen/pull/60#discussion_r331791553) for more context

enhancement
python
p3

enhancement
python
p3