sdk-codegen
sdk-codegen copied to clipboard
One SDK to rule them all, and in the codegen bind them
Platforms that support environment variables should also explicitly support `.env` files. This includes Kotlin, C#, Go, and Swift The Node (Typescript SDK) and Python SDK already support .env.
Im using the TypeScript SDK to export the data of a simple looker table in 4 different formats: - JSON - CSV - PNG - JPG Here is the code,...
Hi, I was attempting to use the instructions shown and the bottom of this documentation to modify the theme applied to the Embedded dashboard: https://docs.looker.com/admin-options/settings/themes#default_theme In particular these params `_theme={"show_title":false,"show_filters_bar":false,"text_tile_text_color":"blue"}`...
## Current behaviour When I call `scheduled_plan_run_once_by_id(scheduled_plan_id=1)`, I get the following error: ``` Response(ok=False, value=b'{"message":"An error has occurred.","documentation_url":"http://docs.looker.com/"}', response_mode=, encoding='utf-8') ``` However, when I use the API (`/api/3.1/scheduled_plans/1/run_once`) using the...
This information should be in the top-level readme, and also referenced in each language-specific readme. People may find strongly typed http responses valuable for more than just the Looker SDK
If you do not provide a value, it will send `null` to the API, which will result in an error. It should instead send the default value if none is...
Hi, according to [package.json](https://github.com/looker-open-source/sdk-codegen/blob/master/packages/sdk/package.json) files typescript and ts-node are listed in section `dependencies` instead of `devDependencies`. This bloats production installation since TS is a huge package (50MB). ``` "ts-node": "^8.4.1",...
.NET has a standard ConfigProvider our SDK configuration tooling for Look# should use
👋 I'm just getting setup with my Looker instance and connecting with the Typescript SDK. I was not able to connect to the aPI at the suggested port of `19999`...
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