Skip to content
forked from 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.

License

Notifications You must be signed in to change notification settings

legalist/airbyte

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Legalist airbyte fork

Used for now only to be able to create the docker image for our custom outreach airbyte connector.

The connector is situated in : airbyte-integrations/connectors/source-outreach folder.

To build a new version :

  1. Change version in metadata.yaml and pyproject.toml
  2. Run airbyte-ci connectors --name=source-outreach build --architecture linux/amd64 --tag <VERSION>

You need to have airbyte-ci for this to install it just run make tools.airbyte-ci.install in the current project root folder. Mor information is available in airbyte docs on how to install

  1. Tag and push the image to our repo: docker tag airbyte/source-outreach:<VERSION> us.gcr.io/legalist-tech/outreach-airbyte-connector:<VERSION> && docker push us.gcr.io/legalist-tech/outreach-airbyte-connector:<VERSION>
  2. Update the image version in the airbyte source settings

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 68.0%
  • Kotlin 16.8%
  • Java 14.0%
  • JavaScript 0.4%
  • Shell 0.3%
  • Handlebars 0.1%
  • Other 0.4%