-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 connector for Xata.io #24192
🎉 New destination connector for Xata.io #24192
Conversation
FYI, the link points to a |
Thanks for the contribution @philkra I'll take a look later this week! |
@philkra are you able to run the integration test? |
@marcosmarxm , yes. Apologies, I forgot to upload the screenshot. |
@timroes 👋 sup 😁 |
@alexfrancoeur Uh la la, love to see this ❤️ Say also hi to @flash1293 and @chandlerprall :) |
(and now back to the actual PR 😜) |
@marcosmarxm how can I help to move this PR forward? |
/test connector=connectors/destination-xata
Build PassedTest summary info:
|
@marcosmarxm how I can add the icon mentioned in the test and what other tasks are missing to merge this PR? |
ping @marcosmarxm |
heya @marcosmarxm, thanks again for all your help so far! We're so close to getting this over the line, is there anything else you need from us? @philkra had one question about an icon. |
Sorry the delay to return to the contribution @philkra and thank you for all the patience. I'm try do my best to review again tomorrow. |
/test connector=connectors/destination-xata
Build PassedTest summary info:
|
@alexfrancoeur do you happen to have a link to your preferred logo as SVG or if not online, could you send it to me privately? We could then make sure to make it match our dimensions for logos and add it. |
Hey Tim, of course! We actually just published this brand page, all our
logo assets should be here. Let me know if you need anything else. Thanks
for the quick follow up 😊
https://xata.io/brand
…On Wed, Jun 7, 2023, 2:42 PM Tim Roes ***@***.***> wrote:
@alexfrancoeur <https://github.com/alexfrancoeur> do you happen to have a
link to your preferred logo as SVG or if not online, could you send it to
me privately? We could then make sure to make it match our dimensions for
logos and add it.
—
Reply to this email directly, view it on GitHub
<#24192 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGAD477ZPQQUTGECY2EV6ZTXKDDSPANCNFSM6AAAAAAV6U6X2Y>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I'm not sure if there's a better place for this, but is there any place to discuss potential co-marketing activities around this integration? It looks like we're just about over the finish line. |
@philkra I've added the Xata logo to the platform (where they at the moment live) in airbytehq/airbyte-platform@0a8b27b You should be fine using now |
Awesome thanks @timroes for adding the logo. I don't know where to reference the logo though, I asked a couple of times 🤷♂️ Can you, please point me to the files I need to change or guides? |
@philkra You already linked it correctly here: https://github.com/airbytehq/airbyte/pull/24192/files#diff-cd7f7327b2a8abb8dd28ab593f20d184b21acde010488a4eb991e9dac5e8b5a0R13 This will now work as expected. |
Thank you to everyone that contributed ❤️ |
Thank you so much @timroes @philkra @marcosmarxm for all of your help here! ❤️ I'm curious, we'll plan to blog about this, add to our docs and do a bit of social promotion. Is there anyone on the airbyte side we could discuss co-marketing with? I'm not sure if there's a process for integrations outside the implementations. I can do some digging later today as well. |
@justinbchau can you help here? |
@justinbchau we'd love to collaborate on any co-marketing activities if you have the bandwidth. Streams, videos, blogs, social, etc. We're flexible. If not, you'll certainly be seeing some content on our end 😄 |
What
This PR adds a destination connector for ingesting records into Xata.io.
How
Recommended reading order
docs/integrations/destinations/xata.md
destination.py
🚨 User Impact 🚨
no breaking change
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
.0.0.1
Dockerfile
has version0.0.1
README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog with an entry for the initial version. 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 here