Skip to content

Commit

Permalink
Merge branch 'flash1293/connector-form-remove-ui-widget-state' into f…
Browse files Browse the repository at this point in the history
…eature/connector-builder
  • Loading branch information
Joe Reuter committed Dec 19, 2022
2 parents 7b60406 + d5e56eb commit 35a74ba
Show file tree
Hide file tree
Showing 421 changed files with 15,449 additions and 16,147 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.40.25
current_version = 0.40.26
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?
Expand Down
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


### SHARED ###
VERSION=0.40.25
VERSION=0.40.26

# When using the airbyte-db via default docker image
CONFIG_ROOT=/data
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# 'C02TYDSUM8F' => '#dev-deploys'
# 'C03BEADRPNY' => '#docs'
args: >-
{\"channel\":\"C02TYDSUM8F\",\"attachments\":[
{\"channel\":\"C03BEADRPNY\",\"attachments\":[
{\"color\":\"#ff0000\",\"blocks\":[
{\"type\":\"section\",\"text\":{\"type\":\"mrkdwn\",\"text\":\"OSS Docs deploy fails on the latest master :bangbang:\"}},
{\"type\":\"section\",\"text\":{\"type\":\"mrkdwn\",\"text\":\"_merged by_: *${{ github.actor }}*\"}},
Expand All @@ -74,7 +74,7 @@ jobs:
# 'C02TYDSUM8F' => '#dev-deploys'
# 'C03BEADRPNY' => '#docs'
args: >-
{\"channel\":\"C02TYDSUM8F\",\"attachments\":[
{\"channel\":\"C03BEADRPNY\",\"attachments\":[
{\"color\":\"#00ff00\",\"blocks\":[
{\"type\":\"section\",\"text\":{\"type\":\"mrkdwn\",\"text\":\"OSS Docs deploy was successful :tada:\"}},
{\"type\":\"section\",\"text\":{\"type\":\"mrkdwn\",\"text\":\"_merged by_: *${{ github.actor }}*\"}},
Expand Down
2 changes: 1 addition & 1 deletion airbyte-bootloader/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG JDK_IMAGE=airbyte/airbyte-base-java-image:1.0
FROM ${JDK_IMAGE}

ARG VERSION=0.40.25
ARG VERSION=0.40.26

ENV APPLICATION airbyte-bootloader
ENV VERSION ${VERSION}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ private void logInitialStateAsJSON(final WorkerSourceConfig sourceConfig) {
return;
}

if (sourceConfig.getState() == null) {
LOGGER.info("source starting state | empty");
return;
}

LOGGER.info("source starting state | " + Jsons.serialize(sourceConfig.getState().getState()));
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ public class EnvVariableFeatureFlags implements FeatureFlags {

public static final String USE_STREAM_CAPABLE_STATE = "USE_STREAM_CAPABLE_STATE";
public static final String AUTO_DETECT_SCHEMA = "AUTO_DETECT_SCHEMA";
// Set this value to true to see all messages from the source to destination, set to one second
// emission
public static final String LOG_CONNECTOR_MESSAGES = "LOG_CONNECTOR_MESSAGES";
public static final String NEED_STATE_VALIDATION = "NEED_STATE_VALIDATION";
public static final String APPLY_FIELD_SELECTION = "APPLY_FIELD_SELECTION";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@
- name: Harvest
sourceDefinitionId: fe2b4084-3386-4d3b-9ad6-308f61a6f1e6
dockerRepository: airbyte/source-harvest
dockerImageTag: 0.1.11
dockerImageTag: 0.1.12
documentationUrl: https://docs.airbyte.com/integrations/sources/harvest
icon: harvest.svg
sourceType: api
Expand Down Expand Up @@ -785,11 +785,11 @@
- name: Jira
sourceDefinitionId: 68e63de2-bb83-4c7e-93fa-a8a9051e3993
dockerRepository: airbyte/source-jira
dockerImageTag: 0.3.0
dockerImageTag: 0.3.1
documentationUrl: https://docs.airbyte.com/integrations/sources/jira
icon: jira.svg
sourceType: api
releaseStage: alpha
releaseStage: beta
- name: K6 Cloud
sourceDefinitionId: e300ece7-b073-43a3-852e-8aff36a57f13
dockerRepository: airbyte/source-k6-cloud
Expand Down Expand Up @@ -1250,11 +1250,11 @@
- name: PostHog
sourceDefinitionId: af6d50ee-dddf-4126-a8ee-7faee990774f
dockerRepository: airbyte/source-posthog
dockerImageTag: 0.1.7
dockerImageTag: 0.1.8
documentationUrl: https://docs.airbyte.com/integrations/sources/posthog
icon: posthog.svg
sourceType: api
releaseStage: alpha
releaseStage: beta
- name: Postgres
sourceDefinitionId: decd338e-5647-4c0b-adf4-da0e75f5a750
dockerRepository: airbyte/source-postgres
Expand Down Expand Up @@ -1560,11 +1560,11 @@
- name: Square
sourceDefinitionId: 77225a51-cd15-4a13-af02-65816bd0ecf4
dockerRepository: airbyte/source-square
dockerImageTag: 0.1.4
dockerImageTag: 0.2.0
documentationUrl: https://docs.airbyte.com/integrations/sources/square
icon: square.svg
sourceType: api
releaseStage: alpha
releaseStage: beta
- sourceDefinitionId: 7a4327c4-315a-11ec-8d3d-0242ac130003
name: Strava
dockerRepository: airbyte/source-strava
Expand Down Expand Up @@ -1637,7 +1637,7 @@
- name: TikTok Marketing
sourceDefinitionId: 4bfac00d-ce15-44ff-95b9-9e3c3e8fbd35
dockerRepository: airbyte/source-tiktok-marketing
dockerImageTag: 1.0.0
dockerImageTag: 1.0.1
documentationUrl: https://docs.airbyte.com/integrations/sources/tiktok-marketing
icon: tiktok.svg
sourceType: api
Expand Down Expand Up @@ -2008,3 +2008,11 @@
sourceType: api
icon: zoom.svg
releaseStage: alpha
- name: Braze
sourceDefinitionId: 68b9c98e-0747-4c84-b05b-d30b47686725
dockerRepository: airbyte/source-braze
dockerImageTag: 0.1.3
documentationUrl: https://docs.airbyte.io/integrations/sources/braze
sourceType: api
icon: braze.svg
releaseStage: alpha
Loading

0 comments on commit 35a74ba

Please sign in to comment.