-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 Source: Zapier Supported Storage [low-code CDK] #18442
🎉 New Source: Zapier Supported Storage [low-code CDK] #18442
Conversation
8a6ee35
to
ebe3893
Compare
ebe3893
to
bed24c5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments.
...s/connectors/source-zapier-supported-storage/source_zapier_supported_storage/schemas/TODO.md
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-zapier-supported-storage/integration_tests/catalog.json
Outdated
Show resolved
Hide resolved
...rations/connectors/source-zapier-supported-storage/source_zapier_supported_storage/spec.yaml
Show resolved
Hide resolved
...rations/connectors/source-zapier-supported-storage/source_zapier_supported_storage/spec.yaml
Outdated
Show resolved
Hide resolved
...ource-zapier-supported-storage/source_zapier_supported_storage/zapier_supported_storage.yaml
Outdated
Show resolved
Hide resolved
...ource-zapier-supported-storage/source_zapier_supported_storage/zapier_supported_storage.yaml
Outdated
Show resolved
Hide resolved
@marcosmarxm sorry for the delay, it was pretty crazy with work and getting a home ready for a baby. I hope I did everything correctly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments @albert-marrero
...integrations/connectors/source-zapier-supported-storage/integration_tests/sample_config.json
Outdated
Show resolved
Hide resolved
@albert-marrero can you share the integration test results besides the read command? |
@GreeneWoods , can you share the integration test results besides the read command? |
@marcosmarxm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some requests not solved yet.
...s/connectors/source-zapier-supported-storage/source_zapier_supported_storage/schemas/TODO.md
Outdated
Show resolved
Hide resolved
@marcosmarxm sorry about that, my partner and I thought we did everything correctly. Hopefully it is done correctly now. |
Hello! I'm going to be out of the office this Friday and won't be able to review your contribution again today, I return next Monday. So far, most contributions look solid and are almost done to be approved. As said in Chris' comment all contributions made before 2-November are eligible to receive the prize and have 2 weeks to merge the contributions. But I ensure next week we're going to have your contribution merged. If you have questions about the implementation you can send them in Sorry the inconvenience and see you again next week, thank you so much for your contribution! |
/test connector=connectors/source-zapier-supported-storage
Build PassedTest summary info:
|
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
32e7435
to
955e866
Compare
/publish connector=connectors/source-zapier-supported-storage
if you have connectors that successfully published but failed definition generation, follow step 4 here |
…nent * master: 🪟 🎉 Enable frontend validation for <1hr syncs (cloud) #19028 Stream returns AirbyteMessages (#18572) 🎉 New Source - Recruitee [low-code SDK] (#18671) 🎉 New source: Breezometer [low-code cdk] (#18650) Check disabled connections after protocol update (#18990) Simple default replication worker refactor (#19002) 🎉 New Source: Visma e-conomic (#18595) 🎉 New Source: Fastbill (#18593) Bmoric/extract state api (#18980) 🎉 New Source: Zapier Supported Storage (#18442) 🎉 New source: Klarna (#18385) `AirbyteEstimateTraceMessage` (#18875) Extract source definition api (#18977) [low-code cdk] Allow for spec file to be defined in the yaml manifest instead of an external file (#18411) 🐛 Source HubSpot: fix property scopes (#18624) Ensure that only 6-character hex values are passed to monaco editor (#18943)
Hello @albert-marrero! Congrats on having this merged. Can you please provide an email for us to contact you about payouts? |
Hello @RealChrisSean what is the best way to give you that info? |
What
Adding a Source Connector for Zapier
See issue here: airbytehq/connector-contest#11
How
Using the Storage by Zapier.
Recommended reading order
x.java
y.python
🚨 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
.README.md
bootstrap.md
. See description and examplesdocs/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 changesTests
Unit
Put your unit tests output here.
Integration
Put your integration tests output here.
Acceptance
Put your acceptance tests output here.