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

airbyte-lib: Improve source factory #34849

Merged
merged 3 commits into from
Feb 6, 2024
Merged

Conversation

flash1293
Copy link
Contributor

This PR performs two main changes:

  • Rename get_connector to get_source. As it's specific to sources anyway, this should be reflected in the function name
  • Swap around the arguments - make config the second argument to allow for ab.get_source(name, config) (currently it's version which seems like a much less common case) - version and pip_url go into the named-only arguments.

Copy link

vercel bot commented Feb 5, 2024

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

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview Feb 6, 2024 10:19am

Copy link
Collaborator

@aaronsteers aaronsteers left a comment

Choose a reason for hiding this comment

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

🚀

@flash1293 flash1293 merged commit 0b79b9e into master Feb 6, 2024
19 checks passed
@flash1293 flash1293 deleted the flash1293/airbyte-lib-reorder branch February 6, 2024 11:29
xiaohansong pushed a commit that referenced this pull request Feb 13, 2024
jatinyadav-cc pushed a commit to ollionorg/datapipes-airbyte that referenced this pull request Feb 21, 2024
jatinyadav-cc pushed a commit to ollionorg/datapipes-airbyte that referenced this pull request Feb 26, 2024
jatinyadav-cc pushed a commit to ollionorg/datapipes-airbyte that referenced this pull request Feb 26, 2024
xiaohansong pushed a commit that referenced this pull request Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Improvements or additions to documentation team/ai-language-models
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants