Skip to content

Commit 90f3f5f

Browse files
feat: generate SDKs for Looker 23.14 (#1347)
* feat: generate SDKs for Looker 23.14 Release-As: 23.14.0 --------- Co-authored-by: Jeremy Chang <jeremytchang@google.com>
1 parent 20295d3 commit 90f3f5f

39 files changed

+2028
-717
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.13.0
1+
14.21.3

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ verify_ssl = true
77

88
[packages]
99
black = "*"
10+
tox = "*"
1011

1112
[requires]
1213
python_version = "3.8"

Pipfile.lock

Lines changed: 111 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/sdk_gen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async function sleep(ms) {
2323

2424
/** wait for the Looker CI image to be responsive */
2525
const waitForLooker = async () => {
26-
const max_tries = 30
26+
const max_tries = 90
2727
const delay = 5
2828
let alive = false
2929
let tries = 1

csharp/rtl/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public struct Constants
6161

6262
public const string DefaultApiVersion = "4.0";
6363
public const string AgentPrefix = "CS-SDK";
64-
public const string LookerVersion = "23.12";
64+
public const string LookerVersion = "23.14";
6565

6666
public const string Bearer = "Bearer";
6767
public const string LookerAppiId = "x-looker-appid";

0 commit comments

Comments
 (0)