Skip to content

Commit

Permalink
🐙 source-twitter: run up-to-date pipeline [2024-07-10] (#41394)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed Jul 10, 2024
1 parent cbd53bd commit f655514
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions airbyte-integrations/connectors/source-twitter/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: d7fd4f40-5e5a-4b8b-918f-a73077f8c131
dockerImageTag: 0.1.7
dockerImageTag: 0.1.8
dockerRepository: airbyte/source-twitter
documentationUrl: https://docs.airbyte.com/integrations/sources/twitter
githubIssueLabel: source-twitter
Expand Down Expand Up @@ -38,5 +38,5 @@ data:
type: GSM
alias: airbyte-connector-testing-secret-store
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:1.2.2@sha256:57703de3b4c4204bd68a7b13c9300f8e03c0189bffddaffc796f1da25d2dbea0
baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916
metadataSpecVersion: "1.0"
12 changes: 6 additions & 6 deletions airbyte-integrations/connectors/source-twitter/poetry.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.1.7"
version = "0.1.8"
name = "source-twitter"
description = "Source implementation for Twitter."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/twitter.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Rate limiting is mentioned in the API [documentation](https://developer.twitter.

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------ |
| 0.1.8 | 2024-07-10 | [41394](https://github.com/airbytehq/airbyte/pull/41394) | Update dependencies |
| 0.1.7 | 2024-07-06 | [40900](https://github.com/airbytehq/airbyte/pull/40900) | Update dependencies |
| 0.1.6 | 2024-06-25 | [40396](https://github.com/airbytehq/airbyte/pull/40396) | Update dependencies |
| 0.1.5 | 2024-06-22 | [40098](https://github.com/airbytehq/airbyte/pull/40098) | Update dependencies |
Expand Down

0 comments on commit f655514

Please sign in to comment.