Skip to content

Commit

Permalink
feat: generate SDKs for Looker 23.14 (#1347)
Browse files Browse the repository at this point in the history
* feat: generate SDKs for Looker 23.14

Release-As: 23.14.0

---------

Co-authored-by: Jeremy Chang <jeremytchang@google.com>
  • Loading branch information
fabio-looker and jeremytchang authored Aug 14, 2023
1 parent 20295d3 commit 90f3f5f
Show file tree
Hide file tree
Showing 39 changed files with 2,028 additions and 717 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.13.0
14.21.3
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ verify_ssl = true

[packages]
black = "*"
tox = "*"

[requires]
python_version = "3.8"
Expand Down
158 changes: 111 additions & 47 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/sdk_gen
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async function sleep(ms) {

/** wait for the Looker CI image to be responsive */
const waitForLooker = async () => {
const max_tries = 30
const max_tries = 90
const delay = 5
let alive = false
let tries = 1
Expand Down
2 changes: 1 addition & 1 deletion csharp/rtl/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public struct Constants

public const string DefaultApiVersion = "4.0";
public const string AgentPrefix = "CS-SDK";
public const string LookerVersion = "23.12";
public const string LookerVersion = "23.14";

public const string Bearer = "Bearer";
public const string LookerAppiId = "x-looker-appid";
Expand Down
Loading

0 comments on commit 90f3f5f

Please sign in to comment.