-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Support creating destinations in the Python CDK #4441
Comments
Hello there! I'm interested in trying to build a destination connector with Python. It looks like the places where this might need to be added are to the Destination integration and the base-python entrypoint (a new bash entrypoint similar to javabase.sh might also be needed to ensure stdin is redirected appropriately). Is that correct? Are there any other major pieces I'm missing? |
@AetherUnbound you are correct, however the I'm currently working on adding these classes, aiming to close #4442 and #4443 this week, hopefully #4444 as well. What's your timeline for writing a destination? |
Oh excellent! Thanks for the pointer on I'm personally hoping to start building the destination later this week as well, though I don't say that as a desire to alter or speed up your timeline. I'm happy to help out where I can if there's anything I can jump on/assist with! As someone relatively new to Airbyte, I wouldn't mind testing out the destination creation process and possibly providing feedback 😄 |
that's great to hear! Would love your thoughts on it -- you would be the first non-Airbyter to use it :) Will ping you again as soon as we have something presentable. |
Hey again @sherifnada, thanks for tackling all of these tickets! I'm trying this out locally now, and it seems that a newer version of |
@AetherUnbound fixed -- there should be a 0.1.6 available on Pypi now. Apologies, it had been released to test Pypi for testing but not to the official one. Can you try again? |
I was able to install just fine now, thank you! |
Found https://github.com/airbytehq/airbyte/pull/4800/files feel free to ignore :-) |
@olivermeyer writing destinations is fully functional but doesn't yet have acceptance tests. It just means you'll need to be extra cautious and write more tests, but it should work :) |
Tell us about the problem you're trying to solve
I want to write a destination in Python
Describe the solution you’d like
Describe the alternative you’ve considered or used
Additional context
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: