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

🎉 New Source: PersistIq #9515

Merged
merged 24 commits into from
Jan 21, 2022

Conversation

Zaimwa9
Copy link
Contributor

@Zaimwa9 Zaimwa9 commented Jan 14, 2022

What

This PR adds a new source: PersistIq api

Comments

Not sure about badge.md

Pre-merge Checklist

Expand the relevant checklist and delete the others.

New Connector

Community member or Airbyter

  • Community member? Grant edit access to maintainers (instructions)
  • Secrets in the connector's spec are annotated with airbyte_secret
  • Unit & integration tests added and passing. Community members, please provide proof of success locally e.g: screenshot or copy-paste unit, integration, and acceptance test output. To run acceptance tests for a Python connector, follow instructions in the README. For java connectors run ./gradlew :airbyte-integrations:connectors:<name>:integrationTest.
    image
  • Code reviews completed
  • Documentation updated
    • Connector's README.md
    • Connector's bootstrap.md. See description and examples
    • docs/SUMMARY.md
    • docs/integrations/<source or destination>/<name>.md including changelog. See changelog example
    • docs/integrations/README.md
    • airbyte-integrations/builds.md
  • PR name follows PR naming conventions

Airbyter

If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.

  • Create a non-forked branch based on this PR and test the below items on it
  • Build is successful
  • Credentials added to Github CI. Instructions.
  • /test connector=connectors/<name> command is passing.
  • New Connector version released on Dockerhub by running the /publish command described here
  • After the connector is published, connector added to connector index as described here
  • Seed specs have been re-generated by building the platform and committing the changes to the seed spec files, as described here

Updating a connector

Community member or Airbyter

  • Grant edit access to maintainers (instructions)
  • Secrets in the connector's spec are annotated with airbyte_secret
  • Unit & integration tests added and passing. Community members, please provide proof of success locally e.g: screenshot or copy-paste unit, integration, and acceptance test output. To run acceptance tests for a Python connector, follow instructions in the README. For java connectors run ./gradlew :airbyte-integrations:connectors:<name>:integrationTest.
  • Code reviews completed
  • Documentation updated
    • Connector's README.md
    • Connector's bootstrap.md. See description and examples
    • Changelog updated in docs/integrations/<source or destination>/<name>.md including changelog. See changelog example
  • PR name follows PR naming conventions

Airbyter

If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.

  • Create a non-forked branch based on this PR and test the below items on it
  • Build is successful
  • Credentials added to Github CI. Instructions.
  • /test connector=connectors/<name> command is passing.
  • New Connector version released on Dockerhub by running the /publish command described here
  • After the new connector version is published, connector version bumped in the seed directory as described here
  • Seed specs have been re-generated by building the platform and committing the changes to the seed spec files, as described here

Connector Generator

  • Issue acceptance criteria met
  • PR name follows PR naming conventions
  • If adding a new generator, add it to the list of scaffold modules being tested
  • The generator test modules (all connectors with -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
  • Documentation which references the generator is updated as needed.

image


This change is Reviewable

@CLAassistant
Copy link

CLAassistant commented Jan 14, 2022

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot added area/connectors Connector related issues area/documentation Improvements or additions to documentation labels Jan 14, 2022
@alafanechere
Copy link
Contributor

alafanechere commented Jan 14, 2022

Hi @Zaimwa9, thank you for your contribution!
Could you please share evidence that the acceptance tests are passing. Could you also please run ./gradlew format if you did not already?
We need to create a sandbox account for PersistIq in order to run the acceptance tests in our CI.

@alafanechere alafanechere self-assigned this Jan 14, 2022
@alafanechere alafanechere mentioned this pull request Jan 14, 2022
Copy link
Contributor

@alafanechere alafanechere left a comment

Choose a reason for hiding this comment

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

@Zaimwa9 I tried to run the acceptance tests but they are failing, please make sure they run successfully and I'll go for a second review.

@alafanechere alafanechere temporarily deployed to more-secrets January 14, 2022 17:16 Inactive
@octavia-squidington-iii octavia-squidington-iii temporarily deployed to more-secrets January 14, 2022 17:17 Inactive
@Zaimwa9
Copy link
Contributor Author

Zaimwa9 commented Jan 17, 2022

Hey @alafanechere, Indeed, I was looking at the unit tests. I'm working on making them pass but I'm stuck on the read one.
https://airbytehq.slack.com/archives/C01MFR03D5W/p1642324171491000

Would love a bit of help to understand how to pass it :)
Thanks !

@alafanechere alafanechere temporarily deployed to more-secrets January 18, 2022 18:49 Inactive
@octavia-squidington-iii octavia-squidington-iii temporarily deployed to more-secrets January 18, 2022 18:50 Inactive
@alafanechere
Copy link
Contributor

@Zaimwa9 I made some required changes on my side branch to make the acceptance pass. Could you please grant us permission to push on your fork (guide here) so that I can push my commits on it?

Copy link
Contributor

@alafanechere alafanechere left a comment

Choose a reason for hiding this comment

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

I made a first quick review of all the boilerplate files and detected some required changes.
Please check my comments.
I'll go for a python code review soon.

@Zaimwa9
Copy link
Contributor Author

Zaimwa9 commented Jan 19, 2022

Requested changes done, thanks :)

Copy link
Contributor

@alafanechere alafanechere left a comment

Choose a reason for hiding this comment

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

Minor comment and suggestions. Let me know what you think.

@@ -0,0 +1,19 @@
{
"documentationUrl": "https://docsurl.com",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"documentationUrl": "https://docsurl.com",
"documentationUrl": "https://docs.airbyte.io/integrations/sources/persistiq",

@alafanechere
Copy link
Contributor

Could you let me know when you give me maintainer permission to push my commits on your branch?

@alafanechere
Copy link
Contributor

Thank you @Zaimwa9 for the changes. I'm running the test on our CI now and will let you know how it goes.

@alafanechere alafanechere temporarily deployed to more-secrets January 21, 2022 17:30 Inactive
@octavia-squidington-iii octavia-squidington-iii temporarily deployed to more-secrets January 21, 2022 17:31 Inactive
@alafanechere alafanechere temporarily deployed to more-secrets January 21, 2022 17:40 Inactive
@octavia-squidington-iii octavia-squidington-iii temporarily deployed to more-secrets January 21, 2022 17:41 Inactive
@alafanechere alafanechere temporarily deployed to more-secrets January 21, 2022 17:57 Inactive
@alafanechere alafanechere temporarily deployed to more-secrets January 21, 2022 17:59 Inactive
@octavia-squidington-iii octavia-squidington-iii temporarily deployed to more-secrets January 21, 2022 18:00 Inactive
@alafanechere alafanechere temporarily deployed to more-secrets January 21, 2022 18:14 Inactive
@alafanechere
Copy link
Contributor

@Zaimwa9 thanks for your contrib, I made minor changes to make the test pass.

@Zaimwa9
Copy link
Contributor Author

Zaimwa9 commented Jan 26, 2022

Thanks a lot, couldn't look at the evolution earlier.

🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues area/documentation Improvements or additions to documentation community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants