Skip to content

Commit d07adc0

Browse files
authored
🐙 source-looker: run up-to-date pipeline [2024-08-03] (#40148)
1 parent 4b5468b commit d07adc0

File tree

4 files changed

+20
-19
lines changed

4 files changed

+20
-19
lines changed

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

+1-1
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.0
5+
dockerImageTag: 1.0.1
66
dockerRepository: airbyte/source-looker
77
githubIssueLabel: source-looker
88
icon: looker.svg

airbyte-integrations/connectors/source-looker/poetry.lock

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/source-looker/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "1.0.0"
6+
version = "1.0.1"
77
name = "source-looker"
88
description = "Source implementation for looker."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/looker.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ Please read the "API3 Key" section in [Looker's information for users docs](http
8585

8686
| Version | Date | Pull Request | Subject |
8787
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------- |
88-
| 1.0.0 | 2024-07-23 | [37464](https://github.com/airbytehq/airbyte/pull/37464) | Migrate to LowCode |
88+
| 1.0.1 | 2024-08-03 | [40148](https://github.com/airbytehq/airbyte/pull/40148) | Update dependencies |
89+
| 1.0.0 | 2024-07-23 | [37464](https://github.com/airbytehq/airbyte/pull/37464) | Migrate to LowCode |
8990
| 0.2.12 | 2024-06-06 | [39191](https://github.com/airbytehq/airbyte/pull/39191) | [autopull] Upgrade base image to v1.2.2 |
9091
| 0.2.11 | 2024-06-03 | [38914](https://github.com/airbytehq/airbyte/pull/38914) | Replace AirbyteLogger with logging.Logger |
9192
| 0.2.10 | 2024-06-03 | [38914](https://github.com/airbytehq/airbyte/pull/38914) | Replace AirbyteLogger with logging.Logger |

0 commit comments

Comments
 (0)