Joel Dodge
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,...
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
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...
[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`
rather than comment blocks above the method definition and above each argument we should be using numpy style docstrings
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