Skip to content

Commit e6d6b8e

Browse files
Source Looker: Enable latest version in Cloud registry (#45161)
Co-authored-by: Octavia Squidington III <[email protected]>
1 parent f1812e3 commit e6d6b8e

File tree

4 files changed

+110
-113
lines changed

4 files changed

+110
-113
lines changed

airbyte-integrations/connectors/source-looker/metadata.yaml

+11-15
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: api
33
connectorType: source
44
definitionId: 00405b19-9768-4e0c-b1ae-9fc2ee2b2a8c
5-
dockerImageTag: 1.0.6
5+
dockerImageTag: 1.0.7
66
dockerRepository: airbyte/source-looker
77
githubIssueLabel: source-looker
88
icon: looker.svg
@@ -14,7 +14,7 @@ data:
1414
packageName: airbyte-source-looker
1515
registryOverrides:
1616
cloud:
17-
enabled: false
17+
enabled: true
1818
oss:
1919
enabled: true
2020
releaseStage: alpha
@@ -31,19 +31,15 @@ data:
3131
sl: 100
3232
ql: 100
3333
supportLevel: community
34-
# Disable the acceptanceTests suite for now
35-
# They are not passing
36-
# No Airbyte cloud usage
37-
#
38-
# connectorTestSuitesOptions:
39-
# - suite: unitTests
40-
# - suite: acceptanceTests
41-
# testSecrets:
42-
# - name: SECRET_SOURCE-LOOKER__CREDS
43-
# fileName: config.json
44-
# secretStore:
45-
# type: GSM
46-
# alias: airbyte-connector-testing-secret-store
34+
connectorTestSuitesOptions:
35+
- suite: unitTests
36+
- suite: acceptanceTests
37+
testSecrets:
38+
- name: SECRET_SOURCE-LOOKER__CREDS
39+
fileName: config.json
40+
secretStore:
41+
type: GSM
42+
alias: airbyte-connector-testing-secret-store
4743
connectorBuildOptions:
4844
baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916
4945
metadataSpecVersion: "1.0"

0 commit comments

Comments
 (0)