Skip to content

Commit f093b8d

Browse files
feat: generate SDKs for Looker 24.6 (#1455)
There are a large number of changes to spec/Looker.4.0.json and spec/Looker.4.0.oas.json noting that 429 is a valid http error code. That is the code for Rate Limit Exceeded. This does not change the generated SDK code. Release-As: 24.6.0
1 parent c8ccff6 commit f093b8d

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

.github/workflows/required-checks-hack-ci.yml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -44,43 +44,43 @@ jobs:
4444
with:
4545
filters: |
4646
apix:
47-
- package.json
48-
- packages/code-editor/**/*
49-
- packages/run-it/**/*
50-
- packages/api-explorer/**/*
51-
- packages/extension-api-explorer/**/*
52-
- packages/extension-utils/**/*
53-
- .github/workflows/apix-ci.yml
47+
- 'package.json'
48+
- 'packages/code-editor/**/*'
49+
- 'packages/run-it/**/*'
50+
- 'packages/api-explorer/**/*'
51+
- 'packages/extension-api-explorer/**/*'
52+
- 'packages/extension-utils/**/*'
53+
- '.github/workflows/apix-ci.yml'
5454
codegen:
55-
- package.json
56-
- packages/sdk-codegen/**/*
57-
- packages/sdk-codegen-utils/**/*
58-
- packages/sdk-codegen-scripts/**/*
59-
- .github/workflows/codegen-ci.yml
55+
- 'package.json'
56+
- 'packages/sdk-codegen/**/*'
57+
- 'packages/sdk-codegen-utils/**/*'
58+
- 'packages/sdk-codegen-scripts/**/*'
59+
- '.github/workflows/codegen-ci.yml'
6060
hackathon:
61-
- package.json
62-
- packages/wholly-sheet/**/*
63-
- packages/hackathon/**/*
64-
- .github/workflows/hackathon-ci.yml
61+
- 'package.json'
62+
- 'packages/wholly-sheet/**/*'
63+
- 'packages/hackathon/**/*'
64+
- '.github/workflows/hackathon-ci.yml'
6565
python:
66-
- python/**/*
67-
- .github/workflows/python-ci.yml
66+
- 'python/**/*'
67+
- '.github/workflows/python-ci.yml'
6868
resources:
69-
- bin/looker-resources-index/**/*
70-
- docs/resources/**/*
71-
- .github/workflows/resources-ci.yml
69+
- 'bin/looker-resources-index/**/*'
70+
- 'docs/resources/**/*'
71+
- '.github/workflows/resources-ci.yml'
7272
tssdk:
73-
- package.json
74-
- packages/sdk/**/*
75-
- packages/sdk-rtl/**/*
76-
- packages/sdk-node/**/*
77-
- packages/extension-sdk/**/*
78-
- packages/extension-sdk-react/**/*
79-
- packages/extension-utils/**/*
80-
- .github/workflows/tssdk-ci.yml
73+
- 'package.json'
74+
- 'packages/sdk/**/*'
75+
- 'packages/sdk-rtl/**/*'
76+
- 'packages/sdk-node/**/*'
77+
- 'packages/extension-sdk/**/*'
78+
- 'packages/extension-sdk-react/**/*'
79+
- 'packages/extension-utils/**/*'
80+
- '.github/workflows/tssdk-ci.yml'
8181
gosdk:
82-
- packages/go/**/*
83-
- .github/workflows/go-ci.yml
82+
- 'packages/go/**/*'
83+
- '.github/workflows/go-ci.yml'
8484
8585
- name: Debug info
8686
run: |

0 commit comments

Comments
 (0)