Skip to content

Commit

Permalink
#1565 Issue: adopt connector best practices for Hubspot Source (#1630)
Browse files Browse the repository at this point in the history
Co-authored-by: Sherif Nada <snadalive@gmail.com>
  • Loading branch information
yevhenii-ldv and sherifnada committed Jan 18, 2021
1 parent bce2edb commit 031edbb
Show file tree
Hide file tree
Showing 7 changed files with 4,329 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"sourceDefinitionId": "57eb1576-8f52-463d-beb6-2e107cdf571d",
"name": "Hubspot",
"dockerRepository": "airbyte/source-hubspot-singer",
"dockerImageTag": "0.1.4",
"dockerImageTag": "0.1.5",
"documentationUrl": "https://https://docs.airbyte.io/integrations/sources/hubspot"
}
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
- sourceDefinitionId: 57eb1576-8f52-463d-beb6-2e107cdf571d
name: Hubspot
dockerRepository: airbyte/source-hubspot-singer
dockerImageTag: 0.1.4
dockerImageTag: 0.1.5
documentationUrl: https://https://docs.airbyte.io/integrations/sources/hubspot
- sourceDefinitionId: b1892b11-788d-44bd-b9ec-3a436f7b54ce
name: Shopify
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ public abstract class StandardSourceTest {
"airbyte/source-mixpanel-singer",
"airbyte/source-twilio-singer",
"airbyte/source-braintree-singer",
"airbyte/source-salesforce-singer");
"airbyte/source-salesforce-singer",
"airbyte/source-hubspot-singer");

/**
* Name of the docker image that the tests will run against.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV CODE_PATH="source_hubspot_singer"
ENV AIRBYTE_IMPL_MODULE="source_hubspot_singer"
ENV AIRBYTE_IMPL_PATH="SourceHubspotSinger"

LABEL io.airbyte.version=0.1.4
LABEL io.airbyte.version=0.1.5
LABEL io.airbyte.name=airbyte/source-hubspot-singer

WORKDIR /airbyte/integration_code
Expand Down
Loading

0 comments on commit 031edbb

Please sign in to comment.