-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
🎉 New destination: Streamr #8160
Conversation
@thanhlmm thanks for the contribution |
You're welcome. Please help me review and point out any remaining work so I can make an update. |
Hello @thanhlmm this is the first time for a contribution adding a connector using the TypeScript Faros CDK. I'm talking to the team to see the best way to handle, and soon as I got any update I'll let you know. |
Hi @marcosmarxm |
Hey @thanhlmm I will review this PR by EOW. Sorry for the delay |
...s/connectors/destination-streamr/destinations/streamr-destination/airbyte_secret/config.json
Outdated
Show resolved
Hide resolved
Hi @harshithmullapudi, any update on this? |
@harshithmullapudi - it would be great to have this merged soon so we can give this integration some attention on our socials :) |
Hey, @fonty1 sorry for the delay. We are just trying to figure out the best way to merge this in our code base. As this will be our first cross-language connector. Will talk to the team and see what we can do. |
Ah, interesting! |
Also happy to discuss if you have suggestions for example
Otherwise I had a basic look at the PR and looked promising. |
|
Hello @thanhlmm, sorry for the long delay to return to you. I talked to Sherif about adding connectors using externals CDK`s. At the moment looks is better to add your contribution to the TypeScript CDK repo or you keep in your repo. In TypeScript CDK repo will be much more easy to create Action and Workflows to apply tests. You can publish your connector in Airbyte Connector list. See example from Jenkins PR from Faros.ai #7837. Let me know what do you think about it. |
Hey @marcosmarxm do you mean that I should keep the source code in my own repo for now, and wait #7837 to be merged? |
Hey @thanhlmm his point is to
|
@harshithmullapudi Thanks Then I will keep the source in my repo and also add it to connector catalog |
What
Add Streamr destination connector
How
Add Streamr destination using
faros-airbyte-cdk
Recommended reading order
Readme.md
resources/spec.json
🚨 User Impact 🚨
No
Pre-merge Checklist
Expand the relevant checklist and delete the others.
New Connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/SUMMARY.md
docs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampledocs/integrations/README.md
airbyte-integrations/builds.md
Airbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing./publish
command described hereUpdating a connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing./publish
command described hereConnector Generator
-scaffold
in their name) have been updated with the latest scaffold by running./gradlew :airbyte-integrations:connector-templates:generator:testScaffoldTemplates
then checking in your changes