sdk-examples icon indicating copy to clipboard operation
sdk-examples copied to clipboard

Example source code and projects for the Looker SDKs

Results 12 sdk-examples issues
Sort by recently updated
recently updated
newest added
trafficstars

New Script that allows users to upload users to a group from a CSV if they already have a looker account.

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies
javascript

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3. Commits 8647803 6.5.3 856fe4d signature: prevent malleability and overflows See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=elliptic&package-manager=npm_and_yarn&previous-version=6.5.2&new-version=6.5.3)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with...

dependencies
javascript

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...

dependencies
javascript

I have set couple of alerts on a tile. When I access it through API and tried to get alert_count using the attribute 'alert_count' on the tile object. It always...

This script allows creating Looker users via command line @josephaxisa and @joeldodge79

It was a bit confusing having both syntaxes in the code examples (sdk = client.setup(), sdk = looker_sdk.init31(). The older examples still have value, so put them into a folder...

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies
javascript

I'm Using: https://github.com/looker-open-source/sdk-examples/blob/master/python/run_look_with_filters.py To change the filter of a Look before retrieving the png of my visualization. My Look visualization is an horizontal bar plot when I do run_look('png') The...

How can someone creates a Query object or a LookWithQuery object in Ruby? In python you show that these can be created by using: ``` from looker_sdk import models models.WriteQuery(...)...