Skip to content

Commit

Permalink
source-salesforce: ensure inline schemas, updated cdk, poetry (where …
Browse files Browse the repository at this point in the history
…possible) (#36657)

Co-authored-by: Christo Grabowski <108154848+ChristoGrab@users.noreply.github.com>
  • Loading branch information
bleonard and ChristoGrab committed Apr 30, 2024
1 parent c667a07 commit 3435613
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 5 deletions.
Expand Up @@ -10,7 +10,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: b117307c-14b6-41aa-9422-947e34922962
dockerImageTag: 2.5.6
dockerImageTag: 2.5.7
dockerRepository: airbyte/source-salesforce
documentationUrl: https://docs.airbyte.com/integrations/sources/salesforce
githubIssueLabel: source-salesforce
Expand Down
4 changes: 2 additions & 2 deletions airbyte-integrations/connectors/source-salesforce/poetry.lock

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

Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "2.5.6"
version = "2.5.7"
name = "source-salesforce"
description = "Source implementation for Salesforce."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand All @@ -18,7 +18,7 @@ include = "source_salesforce"
[tool.poetry.dependencies]
python = "^3.9,<3.12"
pandas = "2.2.1"
airbyte-cdk = "^0"
airbyte-cdk = "0.83.1"

[tool.poetry.scripts]
source-salesforce = "source_salesforce.run:run"
Expand Down

0 comments on commit 3435613

Please sign in to comment.