Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source Linnworks: re-enable in registry #35557

Merged
merged 6 commits into from
Feb 28, 2024
Merged

Conversation

ChristoGrab
Copy link
Contributor

@ChristoGrab ChristoGrab commented Feb 22, 2024

What

The Linnworks source connector was disabled in our registries as part of the initiative to sunset deprecated connectors still using legacy state. This PR adds it back to the registries, as it was recently published with an updated CDK version in #34717.

How

  • Migrated dependency handling to Poetry
  • Updated metadata
  • Updated connector README

Copy link

vercel bot commented Feb 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
airbyte-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 28, 2024 7:18pm

@octavia-squidington-iii octavia-squidington-iii added the area/documentation Improvements or additions to documentation label Feb 22, 2024
@ChristoGrab ChristoGrab marked this pull request as ready for review February 22, 2024 21:25
poetry run source-linnworks spec
poetry run source-linnworks check --config secrets/config.json
poetry run source-linnworks discover --config secrets/config.json
poetry run source-linnworks read --config secrets/config.json --catalog sample_files/configured_catalog.json
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
poetry run source-linnworks read --config secrets/config.json --catalog sample_files/configured_catalog.json
poetry run source-linnworks read --config secrets/config.json --catalog integration_tests/configured_catalog.json

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks!

python = "^3.9,<3.12"
airbyte-cdk = "^0.61.2"
vcrpy = "^6.0.0"
pendulum = "==2.1.2"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe pendulum is included as a part of airbyte-cdk, should it be removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't realize that, thanks for the heads up! Verified that it comes included with the CDK and updated the poetry/lock file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues area/documentation Improvements or additions to documentation connectors/source/linnworks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants