airbytehq / airbyte

The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.
https://airbyte.com
Other
16.1k stars 4.12k forks source link

:sparkles: Source VictorOps : Migrate Python CDK to Low-code CDK #30881

Open bmcgilli opened 1 year ago

bmcgilli commented 1 year ago

https://docs.airbyte.com/integrations/sources/victorops

Rules for the Connectors Hackathon You can only work on one connector at a time Make sure to resolve all suggestions from the Airbyte team Must include all streams of the connector you’re migrating. Otherwise, it will not be accepted. If you don’t commit anything within five days, the issue may be assigned to someone else.

parthiv11 commented 1 year ago

@bmcgilli Can i work on it ?

I searched on airbyte but not able to find it in source. why??

parthiv11 commented 1 year ago

@justinbchau and @bmcgilli i am not able to find VictorOps in sources .

topefolorunso commented 1 year ago

@parthiv11 Here - https://github.com/faros-ai/airbyte-connectors/tree/main/sources/victorops-source

parthiv11 commented 1 year ago

@topefolorunso So I have to make PR at faros-ai Repo, right?

On Sun, Oct 8, 2023, 6:19 AM Tope Folorunso @.***> wrote:

@parthiv11 https://github.com/parthiv11 Here - https://github.com/faros-ai/airbyte-connectors/tree/main/sources/victorops-source

— Reply to this email directly, view it on GitHub https://github.com/airbytehq/airbyte/issues/30881#issuecomment-1751878998, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASBGDTBAEVHL3UG46CTYGXDX6H2CFAVCNFSM6AAAAAA5L4X6AKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJRHA3TQOJZHA . You are receiving this because you were mentioned.Message ID: @.***>

topefolorunso commented 1 year ago

You can make the PR to airbyte repo in low code

justinbchau commented 1 year ago

@topefolorunso what was your process exactly on creating a stream for the Asana connector for example where it currently is being migrated to low-code? This could be helpful for other users attempting to do the same thing.

topefolorunso commented 1 year ago

@topefolorunso what was your process exactly on creating a stream for the Asana connector for example where it currently is being migrated to low-code? This could be helpful for other users attempting to do the same thing.

@justinbchau Since the migration has not been achieved yet, I just added the new streams in the python source code. During migration, if the new streams are merged, they will have to migrate them as well. Otherwise, if the migration gets merged first, then the new streams will be added in low code which shouldn't take much effort.