Skip to content

Commit

Permalink
🐙 source-smartsheets: run up-to-date pipeline [2025-02-15] (#54107)
Browse files Browse the repository at this point in the history
  • Loading branch information
airbyteio authored Feb 18, 2025
1 parent 4078aaa commit 6e271c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 374ebc65-6636-4ea0-925c-7d35999a8ffc
dockerImageTag: 1.1.34
dockerImageTag: 1.1.35
dockerRepository: airbyte/source-smartsheets
documentationUrl: https://docs.airbyte.com/integrations/sources/smartsheets
githubIssueLabel: source-smartsheets
Expand Down Expand Up @@ -51,5 +51,5 @@ data:
type: GSM
alias: airbyte-connector-testing-secret-store
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:3.0.2@sha256:73697fbe1c0e2ebb8ed58e2268484bb4bfb2cb56b653808e1680cbc50bafef75
baseImage: docker.io/airbyte/python-connector-base:4.0.0@sha256:d9894b6895923b379f3006fa251147806919c62b7d9021b5cd125bb67d7bbe22
metadataSpecVersion: "1.0"
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 = "1.1.34"
version = "1.1.35"
name = "source-smartsheets"
description = "Source implementation for Smartsheets."
authors = [ "Nate Nowack <[email protected]>",]
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/smartsheets.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ The remaining column datatypes supported by Smartsheets are more complex types (

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :-------------------------------------------------------- |
| 1.1.35 | 2025-02-15 | [54107](https://github.com/airbytehq/airbyte/pull/54107) | Update dependencies |
| 1.1.34 | 2024-11-14 | [46379](https://github.com/airbytehq/airbyte/pull/46379) | Add support for Smartsheet Reports (full refresh only) |
| 1.1.33 | 2025-02-01 | [53108](https://github.com/airbytehq/airbyte/pull/53108) | Update dependencies |
| 1.1.32 | 2025-01-25 | [52426](https://github.com/airbytehq/airbyte/pull/52426) | Update dependencies |
Expand Down

0 comments on commit 6e271c7

Please sign in to comment.