2022-05-11 14:00:15 INFO i.a.w.w.WorkerRun(call):49 - Executing worker wrapper. Airbyte version: 0.36.1-alpha 2022-05-11 14:00:15 INFO i.a.w.t.TemporalAttemptExecution(get):105 - Docker volume job log path: /tmp/workspace/5889/0/logs.log 2022-05-11 14:00:15 INFO i.a.w.t.TemporalAttemptExecution(get):110 - Executing worker wrapper. Airbyte version: 0.36.1-alpha 2022-05-11 14:00:15 INFO i.a.w.DefaultReplicationWorker(run):104 - start sync worker. job id: 5889 attempt id: 0 2022-05-11 14:00:15 INFO i.a.w.DefaultReplicationWorker(run):116 - configured sync modes: {crm_trips.trips=incremental - append_dedup} 2022-05-11 14:00:15 INFO i.a.w.p.a.DefaultAirbyteDestination(start):69 - Running destination... 2022-05-11 14:00:15 INFO i.a.c.i.LineGobbler(voidCall):82 - Checking if airbyte/destination-clickhouse:0.1.5 exists... 2022-05-11 14:00:15 INFO i.a.c.i.LineGobbler(voidCall):82 - airbyte/destination-clickhouse:0.1.5 was found locally. 2022-05-11 14:00:15 INFO i.a.w.p.DockerProcessFactory(create):106 - Creating docker job ID: 5889 2022-05-11 14:00:15 INFO i.a.w.p.DockerProcessFactory(create):158 - Preparing command: docker run --rm --init -i -w /data/5889/0 --log-driver none --network host -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -e WORKER_CONNECTOR_IMAGE=airbyte/destination-clickhouse:0.1.5 -e WORKER_JOB_ATTEMPT=0 -e AIRBYTE_ROLE= -e WORKER_ENVIRONMENT=DOCKER -e AIRBYTE_VERSION=0.36.1-alpha -e WORKER_JOB_ID=5889 airbyte/destination-clickhouse:0.1.5 write --config destination_config.json --catalog destination_catalog.json 2022-05-11 14:00:15 INFO i.a.c.i.LineGobbler(voidCall):82 - Checking if airbyte/source-mysql:0.5.11 exists... 2022-05-11 14:00:15 INFO i.a.c.i.LineGobbler(voidCall):82 - airbyte/source-mysql:0.5.11 was found locally. 2022-05-11 14:00:15 INFO i.a.w.p.DockerProcessFactory(create):106 - Creating docker job ID: 5889 2022-05-11 14:00:15 INFO i.a.w.p.DockerProcessFactory(create):158 - Preparing command: docker run --rm --init -i -w /data/5889/0 --log-driver none --network host -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -e WORKER_CONNECTOR_IMAGE=airbyte/source-mysql:0.5.11 -e WORKER_JOB_ATTEMPT=0 -e AIRBYTE_ROLE= -e WORKER_ENVIRONMENT=DOCKER -e AIRBYTE_VERSION=0.36.1-alpha -e WORKER_JOB_ID=5889 airbyte/source-mysql:0.5.11 read --config source_config.json --catalog source_catalog.json --state input_state.json 2022-05-11 14:00:15 INFO i.a.w.DefaultReplicationWorker(lambda$getDestinationOutputRunnable$6):339 - Destination output thread started. 2022-05-11 14:00:15 INFO i.a.w.DefaultReplicationWorker(run):158 - Waiting for source and destination threads to complete. 2022-05-11 14:00:15 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):279 - Replication thread started. 2022-05-11 14:00:16 destination > SLF4J: Class path contains multiple SLF4J bindings. 2022-05-11 14:00:16 destination > SLF4J: Found binding in [jar:file:/airbyte/lib/log4j-slf4j-impl-2.17.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] 2022-05-11 14:00:16 destination > SLF4J: Found binding in [jar:file:/airbyte/lib/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class] 2022-05-11 14:00:16 destination > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. 2022-05-11 14:00:16 source > SLF4J: Class path contains multiple SLF4J bindings. 2022-05-11 14:00:16 source > SLF4J: Found binding in [jar:file:/airbyte/lib/log4j-slf4j-impl-2.17.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] 2022-05-11 14:00:16 source > SLF4J: Found binding in [jar:file:/airbyte/lib/slf4j-log4j12-1.7.30.jar!/org/slf4j/impl/StaticLoggerBinder.class] 2022-05-11 14:00:16 source > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. 2022-05-11 14:00:16 destination > SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory] 2022-05-11 14:00:16 source > SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory] 2022-05-11 14:00:18 source > 2022-05-11 14:00:18 INFO i.a.i.s.m.MySqlSource(main):210 - starting source: class io.airbyte.integrations.source.mysql.MySqlSource 2022-05-11 14:00:18 destination > 2022-05-11 14:00:18 INFO i.a.i.d.c.ClickhouseDestination(main):96 - starting destination: class io.airbyte.integrations.destination.clickhouse.ClickhouseDestination 2022-05-11 14:00:18 source > 2022-05-11 14:00:18 INFO i.a.i.b.IntegrationCliParser(parseOptions):118 - integration args: {read=null, catalog=source_catalog.json, state=input_state.json, config=source_config.json} 2022-05-11 14:00:18 source > 2022-05-11 14:00:18 INFO i.a.i.b.IntegrationRunner(runInternal):121 - Running integration: io.airbyte.integrations.base.ssh.SshWrappedSource 2022-05-11 14:00:18 source > 2022-05-11 14:00:18 INFO i.a.i.b.IntegrationRunner(runInternal):122 - Command: READ 2022-05-11 14:00:18 source > 2022-05-11 14:00:18 INFO i.a.i.b.IntegrationRunner(runInternal):123 - Integration config: IntegrationConfig{command=READ, configPath='source_config.json', catalogPath='source_catalog.json', statePath='input_state.json'} 2022-05-11 14:00:18 destination > 2022-05-11 14:00:18 INFO i.a.i.b.IntegrationCliParser(parseOptions):118 - integration args: {catalog=destination_catalog.json, write=null, config=destination_config.json} 2022-05-11 14:00:18 destination > 2022-05-11 14:00:18 INFO i.a.i.b.IntegrationRunner(runInternal):121 - Running integration: io.airbyte.integrations.base.ssh.SshWrappedDestination 2022-05-11 14:00:18 destination > 2022-05-11 14:00:18 INFO i.a.i.b.IntegrationRunner(runInternal):122 - Command: WRITE 2022-05-11 14:00:18 destination > 2022-05-11 14:00:18 INFO i.a.i.b.IntegrationRunner(runInternal):123 - Integration config: IntegrationConfig{command=WRITE, configPath='destination_config.json', catalogPath='destination_catalog.json', statePath='null'} 2022-05-11 14:00:18 destination > 2022-05-11 14:00:18 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword order - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword 2022-05-11 14:00:18 destination > 2022-05-11 14:00:18 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword examples - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword 2022-05-11 14:00:18 destination > 2022-05-11 14:00:18 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword airbyte_secret - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword 2022-05-11 14:00:18 destination > 2022-05-11 14:00:18 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword multiline - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword 2022-05-11 14:00:18 source > 2022-05-11 14:00:18 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword order - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword 2022-05-11 14:00:18 source > 2022-05-11 14:00:18 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword examples - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword 2022-05-11 14:00:18 source > 2022-05-11 14:00:18 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword airbyte_secret - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword 2022-05-11 14:00:18 source > 2022-05-11 14:00:18 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword multiline - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword 2022-05-11 14:00:19 source > 2022-05-11 14:00:19 INFO i.a.i.b.s.SshTunnel(getInstance):170 - Starting connection with method: NO_TUNNEL 2022-05-11 14:00:19 destination > 2022-05-11 14:00:19 INFO i.a.i.b.s.SshTunnel(getInstance):170 - Starting connection with method: NO_TUNNEL 2022-05-11 14:00:19 source > 2022-05-11 14:00:19 INFO i.a.i.s.r.CdcStateManager():26 - Initialized CDC state with: null 2022-05-11 14:00:19 source > 2022-05-11 14:00:19 INFO i.a.i.s.r.StateManager(createCursorInfoForStream):118 - No cursor field set in catalog but not present in state. Stream: AirbyteStreamNameNamespacePair{name='trips', namespace='crm_trips'}, New Cursor Field: null. Resetting cursor value 2022-05-11 14:00:19 destination > 2022-05-11 14:00:19 INFO r.y.c.ClickHouseDriver():49 - Driver registered 2022-05-11 14:00:19 destination > 2022-05-11 14:00:19 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$toWriteConfig$0):97 - Write config: WriteConfig{streamName=gwat_dev_new_auroratrips, namespace=crm_trips, outputSchemaName=crm_trips, tmpTableName=_airbyte_tmp_gmc_gwat_dev_new_auroratrips, outputTableName=_airbyte_raw_gwat_dev_new_auroratrips, syncMode=append_dedup} 2022-05-11 14:00:19 destination > 2022-05-11 14:00:19 INFO i.a.i.d.b.BufferedStreamConsumer(startTracked):116 - class io.airbyte.integrations.destination.buffered_stream_consumer.BufferedStreamConsumer started. 2022-05-11 14:00:19 destination > 2022-05-11 14:00:19 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$onStartFunction$1):122 - Preparing tmp tables in destination started for 1 streams 2022-05-11 14:00:19 destination > 2022-05-11 14:00:19 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$onStartFunction$1):126 - Preparing tmp table in destination started for stream gwat_dev_new_auroratrips. schema: crm_trips, tmp table name: _airbyte_tmp_gmc_gwat_dev_new_auroratrips 2022-05-11 14:00:19 destination > 2022-05-11 14:00:19 WARN r.y.c.ClickhouseJdbcUrlParser(parseUriQueryPart):84 - don't know how to handle parameter pair: 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table exchange_rate_polls column id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table exchange_rate_polls column source (type CHAR[32]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table exchange_rate_polls column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table exchange_rate_polls column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table exchange_rate_polls column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table exchange_rate_polls column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table activity_tags column id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table activity_tags column name (type VARCHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table activity_tags column enabled (type BIT[1]) -> JsonSchemaType({type=boolean}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table activity_tags column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table activity_tags column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table activity_tags column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table activity_tags column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table visa column id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table visa column destination_id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table visa column name (type VARCHAR[250]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table visa column requirements (type TEXT[65535]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table visa column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table visa column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table visa column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table visa column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_trips column id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_trips column status (type CHAR[32]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_trips column is_public (type BIT[1]) -> JsonSchemaType({type=boolean}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_trips column division (type CHAR[64]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_trips column destination (type CHAR[64]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_trips column trip_name (type CHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_trips column code (type CHAR[16]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_trips column partner_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_trips column region (type CHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_trips column duration_type (type CHAR[32]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_trips column max_duration (type BIGINT UNSIGNED[20]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_trips column min_duration (type BIGINT UNSIGNED[20]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_trips column AUD (type DECIMAL[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_trips column CAD (type DECIMAL[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_trips column USD (type DECIMAL[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_trips column GBP (type DECIMAL[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_trips column EUR (type DECIMAL[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_trips column NZD (type DECIMAL[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_trips column created_at (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_trips column new (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_trips column most_popular (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_trips column popularity (type BIGINT[19]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_trips column min_age (type VARCHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_trips column max_age (type VARCHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column destination_id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column division_id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column status (type CHAR[32]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column display_on_staging (type BIT[1]) -> JsonSchemaType({type=boolean}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column division (type CHAR[64]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column region_id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column destination (type CHAR[64]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column city_id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column city (type CHAR[64]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column region (type CHAR[128]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column trip_name (type CHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column code (type CHAR[16]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column trip_link (type CHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column banner_img (type CHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column temp_destination (type CHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column origin_currency (type CHAR[3]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column pricing_method (type CHAR[32]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column exchange_rate_date (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column has_origin_margin (type BIT[1]) -> JsonSchemaType({type=boolean}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column use_exchange_rates (type TINYINT UNSIGNED[3]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column duration_type (type CHAR[32]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column partner_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column is_public (type BIT[1]) -> JsonSchemaType({type=boolean}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column margin_type_is_fixed (type BIT[1]) -> JsonSchemaType({type=boolean}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column staff (type VARCHAR[200]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column global_exclusive (type BIT[1]) -> JsonSchemaType({type=boolean}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column submission_date (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column modified_date (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column total_deals (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column accept_deposit (type TINYINT[3]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column max_companion (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column min_companion (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column gworld_invitation (type BIT[1]) -> JsonSchemaType({type=boolean}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips column deal_expiry_date (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table exchange_rates column id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table exchange_rates column exchange_rate_poll_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table exchange_rates column currency_from (type CHAR[3]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table exchange_rates column currency_to (type CHAR[3]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table exchange_rates column rate (type DECIMAL[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table exchange_rates column last_used (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table exchange_rates column active (type TINYINT UNSIGNED[3]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table exchange_rates column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table exchange_rates column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table exchange_rates column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table exchange_rates column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_configs column id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_configs column trip_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_configs column cut_off (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_configs column availability_unit (type VARCHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_configs column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_configs column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_configs column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_configs column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_activity_tags column trip_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_activity_tags column tag_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table inclusions_config column id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table inclusions_config column title (type CHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table inclusions_config column description (type TEXT[65535]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table inclusions_config column icon (type CHAR[45]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table inclusions_config column included (type BIT[1]) -> JsonSchemaType({type=boolean}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table inclusions_config column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table inclusions_config column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table inclusions_config column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table inclusions_config column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table inclusions_config column conditions (type JSON[1073741824]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table inclusions_config column tags (type VARCHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table inclusions column id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table inclusions column inclusions_config_id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table inclusions column trip_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table inclusions column description (type TEXT[65535]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table inclusions column order (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table inclusions column tags (type VARCHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table inclusions column conditions (type JSON[1073741824]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table inclusions column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table inclusions column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table inclusions column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table inclusions column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table inclusions column teaser (type VARCHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table inclusions column drop_off_time (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table inclusions column drop_off_location (type VARCHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table inclusions column pick_up_time (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table inclusions column pick_up_location (type VARCHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table add_on_config column id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table add_on_config column title (type VARCHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table add_on_config column description (type VARCHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table add_on_config column icon (type TEXT[65535]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table add_on_config column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table add_on_config column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table add_on_config column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table add_on_config column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_options column id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_options column title (type VARCHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_options column trip_options_config_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_options column description (type TEXT[65535]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_options column trip_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_options column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_options column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_options column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_options column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_options column is_included (type TINYINT[3]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_options column supplier_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary_types column id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary_types column name (type VARCHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary_types column icon (type VARCHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary_types column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary_types column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary_types column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary_types column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table galleries column id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table galleries column name (type VARCHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table galleries column description (type VARCHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table galleries column file_key (type VARCHAR[1000]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table galleries column ref (type VARCHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table galleries column ref_id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table galleries column type (type VARCHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table galleries column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table galleries column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table galleries column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table galleries column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table galleries column mime (type VARCHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table galleries column trip_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table availabilities column id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table availabilities column trip_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table availabilities column status_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table availabilities column date (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table availabilities column comment (type TEXT[65535]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table availabilities column tags (type VARCHAR[250]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table availabilities column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table availabilities column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table availabilities column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table availabilities column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table availabilities column intake_capacity (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table availabilities column promo_id (type VARCHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table availabilities column modifier_decrease (type TINYINT[3]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table availabilities column modifier_type_percentage (type TINYINT[3]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips_visas column id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips_visas column trip_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips_visas column visa_id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips_visas column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips_visas column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips_visas column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trips_visas column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table documents_categories column id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table documents_categories column trip_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table documents_categories column category_id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table documents_categories column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table documents_categories column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table documents_categories column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table documents_categories column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table sleeping_arrangment column id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table sleeping_arrangment column name (type VARCHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table sleeping_arrangment column capacity (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table sleeping_arrangment column icon_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table sleeping_arrangment column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table sleeping_arrangment column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table sleeping_arrangment column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table sleeping_arrangment column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_options_config column id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_options_config column title (type VARCHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_options_config column icon (type VARCHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_options_config column description (type VARCHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_options_config column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_options_config column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_options_config column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_options_config column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_technical_validation column trip_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_technical_validation column division (type CHAR[64]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_technical_validation column division_id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_technical_validation column trip_name (type CHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_technical_validation column code (type CHAR[16]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_technical_validation column has_origin_margin (type BIT[1]) -> JsonSchemaType({type=boolean}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_technical_validation column use_exchange_rates (type TINYINT UNSIGNED[3]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_technical_validation column region (type CHAR[128]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_technical_validation column city (type CHAR[64]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_technical_validation column status (type CHAR[32]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_technical_validation column meta_title (type VARCHAR[70]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_technical_validation column meta_description (type TEXT[65535]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_technical_validation column url (type VARCHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_technical_validation column lat (type DECIMAL[19]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_technical_validation column lng (type DECIMAL[19]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_technical_validation column overview (type TEXT[65535]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_technical_validation column details (type TEXT[65535]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_technical_validation column location (type TEXT[65535]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_technical_validation column itinerary_teaser (type TEXT[65535]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_technical_validation column inclusions_count (type BIGINT[19]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_technical_validation column itineraries_count (type BIGINT[19]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_technical_validation column prices_count (type BIGINT[19]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_technical_validation column durations_count (type BIGINT[19]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table v_technical_validation column availabilities_count (type BIGINT[19]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary_addon column id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary_addon column itinerary_id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary_addon column addon_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary_addon column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary_addon column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary_addon column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary_addon column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table cheatsheets column id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table cheatsheets column trip_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table cheatsheets column title (type VARCHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table cheatsheets column content (type TEXT[65535]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table cheatsheets column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table cheatsheets column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table cheatsheets column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table cheatsheets column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_prices column id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_prices column trip_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_prices column ref (type VARCHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_prices column ref_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_prices column amount (type DECIMAL[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_prices column currency (type VARCHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_prices column exchange_rate_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_prices column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_prices column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_prices column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table trip_prices column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table legal_declarations column id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table legal_declarations column priority (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table legal_declarations column required (type TINYINT UNSIGNED[3]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table legal_declarations column declaration (type VARCHAR[512]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table legal_declarations column active (type BIT[1]) -> JsonSchemaType({type=boolean}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table legal_declarations column condition (type CHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table legal_declarations column exclude (type BIT[1]) -> JsonSchemaType({type=boolean}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table legal_declarations column validation_message (type CHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table legal_declarations column control_type (type VARCHAR[45]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table legal_declarations column platform (type VARCHAR[45]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table legal_declarations column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table legal_declarations column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table legal_declarations column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table legal_declarations column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table qualifications column id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table qualifications column trip_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table qualifications column type (type VARCHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table qualifications column value (type VARCHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table qualifications column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table qualifications column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table qualifications column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table qualifications column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table map_details column id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table map_details column ref (type VARCHAR[256]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table map_details column ref_id (type VARCHAR[256]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table map_details column m_zoom_level (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table map_details column m_lat (type DECIMAL[19]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table map_details column m_lng (type DECIMAL[19]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table map_details column country (type VARCHAR[128]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table map_details column region (type VARCHAR[128]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table map_details column city (type VARCHAR[128]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table map_details column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table map_details column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table map_details column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table map_details column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table durations column id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table durations column trip_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table durations column duration (type CHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table durations column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table durations column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table durations column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table durations column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table documents column id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table documents column trip_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table documents column category_id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table documents column name (type VARCHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table documents column description (type TEXT[65535]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table documents column file_name (type CHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table documents column s3_key (type CHAR[32]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table documents column mime (type CHAR[128]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table documents column size (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table documents column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table documents column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table documents column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table documents column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table sources column id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table sources column trip_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table sources column name (type VARCHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table sources column internal_name (type VARCHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table sources column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table sources column _cb (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table sources column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table sources column _lmb (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table confing_supplier_categories column id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table confing_supplier_categories column ref (type VARCHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table confing_supplier_categories column ref_id (type VARCHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table confing_supplier_categories column suppliers_category_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table confing_supplier_categories column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table confing_supplier_categories column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table confing_supplier_categories column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table confing_supplier_categories column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table rooms column id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table rooms column trip_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table rooms column sleeping_arr_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table rooms column capacity (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table rooms column can_share (type BIT[1]) -> JsonSchemaType({type=boolean}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table rooms column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table rooms column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table rooms column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table rooms column _lmb (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table rooms column is_included (type TINYINT[3]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table rooms column description (type TEXT[65535]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table rooms column single_supplement (type BIT[1]) -> JsonSchemaType({type=boolean}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table rooms column title (type VARCHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table rooms column supplier_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table divisions column id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table divisions column name (type CHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table divisions column internal_name (type CHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table divisions column secondary_name (type VARCHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table divisions column type (type CHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table divisions column content (type TEXT[65535]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table divisions column summary (type CHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table divisions column status (type CHAR[32]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table divisions column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 destination > 2022-05-11 14:00:21 WARN r.y.c.ClickhouseJdbcUrlParser(parseUriQueryPart):84 - don't know how to handle parameter pair: 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table divisions column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table divisions column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table divisions column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table activity_log column id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table activity_log column table_name (type CHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table activity_log column field_name (type CHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table activity_log column record_id (type BIGINT UNSIGNED[20]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table activity_log column value (type TEXT[65535]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table activity_log column time (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table activity_log column staff_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table activity_log column action (type TINYINT UNSIGNED[3]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table qualification_sources column id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table qualification_sources column qualification_id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table qualification_sources column country (type VARCHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table qualification_sources column value (type VARCHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table qualification_sources column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table qualification_sources column _cb (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table qualification_sources column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table qualification_sources column _lmb (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table source_versions column id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table source_versions column trip_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table source_versions column ref_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table source_versions column ref (type VARCHAR[20]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table source_versions column source_id (type BIGINT UNSIGNED[20]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table source_versions column source_name (type VARCHAR[50]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table source_versions column version_hash (type VARCHAR[32]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table source_versions column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table source_versions column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table source_versions column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table source_versions column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table durations_availabilities column id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table durations_availabilities column trip_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table durations_availabilities column duration_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table durations_availabilities column availability_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table durations_availabilities column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table durations_availabilities column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table durations_availabilities column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table durations_availabilities column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table add_on column id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table add_on column trip_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table add_on column title (type VARCHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table add_on column description (type TEXT[65535]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table add_on column add_on_config_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table add_on column prepaid_availability (type BIT[1]) -> JsonSchemaType({type=boolean}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table add_on column is_included (type BIT[1]) -> JsonSchemaType({type=boolean}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table add_on column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table add_on column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table add_on column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table add_on column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table add_on column supplier_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary column id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary column trip_id (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary column title (type CHAR[255]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary column content (type TEXT[65535]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary column priority (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary column _ca (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary column _cb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary column _lma (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary column _lmb (type INT UNSIGNED[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary column type_id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary column parent_id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary column duration (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary column teaser (type VARCHAR[100]) -> JsonSchemaType({type=string}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary column location_id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):138 - Table itinerary column itinerary_type_id (type INT[10]) -> JsonSchemaType({type=number}) 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.s.m.MySqlCdcTargetPosition(targetPosition):61 - Target File position : FileName: mysql-bin-changelog.000005, Position : 1272169 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.a.i.d.AirbyteDebeziumHandler(getIncrementalIterators):72 - using CDC: true 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO o.a.k.c.c.AbstractConfig(logAll):354 - EmbeddedConfig values: 2022-05-11 14:00:21 source > access.control.allow.methods = 2022-05-11 14:00:21 source > access.control.allow.origin = 2022-05-11 14:00:21 source > admin.listeners = null 2022-05-11 14:00:21 source > bootstrap.servers = [localhost:9092] 2022-05-11 14:00:21 source > client.dns.lookup = use_all_dns_ips 2022-05-11 14:00:21 source > config.providers = [] 2022-05-11 14:00:21 source > connector.client.config.override.policy = None 2022-05-11 14:00:21 source > header.converter = class org.apache.kafka.connect.storage.SimpleHeaderConverter 2022-05-11 14:00:21 source > internal.key.converter = class org.apache.kafka.connect.json.JsonConverter 2022-05-11 14:00:21 source > internal.value.converter = class org.apache.kafka.connect.json.JsonConverter 2022-05-11 14:00:21 source > key.converter = class org.apache.kafka.connect.json.JsonConverter 2022-05-11 14:00:21 source > listeners = null 2022-05-11 14:00:21 source > metric.reporters = [] 2022-05-11 14:00:21 source > metrics.num.samples = 2 2022-05-11 14:00:21 source > metrics.recording.level = INFO 2022-05-11 14:00:21 source > metrics.sample.window.ms = 30000 2022-05-11 14:00:21 source > offset.flush.interval.ms = 1000 2022-05-11 14:00:21 source > offset.flush.timeout.ms = 5000 2022-05-11 14:00:21 source > offset.storage.file.filename = /tmp/cdc-state-offset6274577283007251393/offset.dat 2022-05-11 14:00:21 source > offset.storage.partitions = null 2022-05-11 14:00:21 source > offset.storage.replication.factor = null 2022-05-11 14:00:21 source > offset.storage.topic = 2022-05-11 14:00:21 source > plugin.path = null 2022-05-11 14:00:21 source > response.http.headers.config = 2022-05-11 14:00:21 source > rest.advertised.host.name = null 2022-05-11 14:00:21 source > rest.advertised.listener = null 2022-05-11 14:00:21 source > rest.advertised.port = null 2022-05-11 14:00:21 source > rest.extension.classes = [] 2022-05-11 14:00:21 source > rest.host.name = null 2022-05-11 14:00:21 source > rest.port = 8083 2022-05-11 14:00:21 source > ssl.cipher.suites = null 2022-05-11 14:00:21 source > ssl.client.auth = none 2022-05-11 14:00:21 source > ssl.enabled.protocols = [TLSv1.2, TLSv1.3] 2022-05-11 14:00:21 source > ssl.endpoint.identification.algorithm = https 2022-05-11 14:00:21 source > ssl.engine.factory.class = null 2022-05-11 14:00:21 source > ssl.key.password = null 2022-05-11 14:00:21 source > ssl.keymanager.algorithm = SunX509 2022-05-11 14:00:21 source > ssl.keystore.location = null 2022-05-11 14:00:21 source > ssl.keystore.password = null 2022-05-11 14:00:21 source > ssl.keystore.type = JKS 2022-05-11 14:00:21 source > ssl.protocol = TLSv1.3 2022-05-11 14:00:21 source > ssl.provider = null 2022-05-11 14:00:21 source > ssl.secure.random.implementation = null 2022-05-11 14:00:21 source > ssl.trustmanager.algorithm = PKIX 2022-05-11 14:00:21 source > ssl.truststore.location = null 2022-05-11 14:00:21 source > ssl.truststore.password = null 2022-05-11 14:00:21 source > ssl.truststore.type = JKS 2022-05-11 14:00:21 source > task.shutdown.graceful.timeout.ms = 5000 2022-05-11 14:00:21 source > topic.creation.enable = true 2022-05-11 14:00:21 source > topic.tracking.allow.reset = true 2022-05-11 14:00:21 source > topic.tracking.enable = true 2022-05-11 14:00:21 source > value.converter = class org.apache.kafka.connect.json.JsonConverter 2022-05-11 14:00:21 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-11 14:00:21 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 WARN o.a.k.c.r.WorkerConfig(logPluginPathConfigProviderWarning):420 - Variables cannot be used in the 'plugin.path' property, since the property is used by plugin scanning before the config providers that replace the variables are initialized. The raw value 'null' was used for plugin scanning, as opposed to the transformed value 'null', and this may cause unexpected results. 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 WARN i.d.c.Configuration(lambda$getFallbackStringProperty$34):2135 - Using configuration property "table.blacklist" is deprecated and will be removed in future versions. Please use "table.exclude.list" instead. 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 WARN i.d.c.Configuration(lambda$getFallbackStringProperty$34):2135 - Using configuration property "table.blacklist" is deprecated and will be removed in future versions. Please use "table.exclude.list" instead. 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 WARN i.d.c.Configuration(lambda$getFallbackStringProperty$34):2135 - Using configuration property "database.blacklist" is deprecated and will be removed in future versions. Please use "database.exclude.list" instead. 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 WARN i.d.c.Configuration(lambda$getFallbackStringProperty$34):2135 - Using configuration property "database.blacklist" is deprecated and will be removed in future versions. Please use "database.exclude.list" instead. 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 WARN i.d.c.Configuration(lambda$getFallbackStringProperty$34):2135 - Using configuration property "column.whitelist" is deprecated and will be removed in future versions. Please use "column.include.list" instead. 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 WARN i.d.c.Configuration(lambda$getFallbackStringProperty$34):2135 - Using configuration property "column.blacklist" is deprecated and will be removed in future versions. Please use "column.exclude.list" instead. 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 WARN i.d.c.Configuration(lambda$getFallbackStringProperty$34):2135 - Using configuration property "column.whitelist" is deprecated and will be removed in future versions. Please use "column.include.list" instead. 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 WARN i.d.c.Configuration(lambda$getFallbackStringProperty$34):2135 - Using configuration property "column.blacklist" is deprecated and will be removed in future versions. Please use "column.exclude.list" instead. 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 WARN i.d.c.Configuration(lambda$getFallbackStringProperty$34):2135 - Using configuration property "column.whitelist" is deprecated and will be removed in future versions. Please use "column.include.list" instead. 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 WARN i.d.c.Configuration(lambda$getFallbackStringProperty$34):2135 - Using configuration property "column.blacklist" is deprecated and will be removed in future versions. Please use "column.exclude.list" instead. 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(start):100 - Starting MySqlConnectorTask with configuration: 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(lambda$start$0):102 - connector.class = io.debezium.connector.mysql.MySqlConnector 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(lambda$start$0):102 - snapshot.locking.mode = none 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(lambda$start$0):102 - max.queue.size = 8192 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(lambda$start$0):102 - include.schema.changes = false 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(lambda$start$0):102 - binary.handling.mode = base64 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(lambda$start$0):102 - offset.storage.file.filename = /tmp/cdc-state-offset6274577283007251393/offset.dat 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(lambda$start$0):102 - decimal.handling.mode = string 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(lambda$start$0):102 - converters = boolean, datetime 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(lambda$start$0):102 - datetime.type = io.airbyte.integrations.debezium.internals.MySQLConverter 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(lambda$start$0):102 - database.history.file.filename = /tmp/cdc-db-history3615569769682737876/dbhistory.dat 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(lambda$start$0):102 - database.user = airbyte 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(lambda$start$0):102 - database.dbname = crm_trips 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(lambda$start$0):102 - offset.storage = org.apache.kafka.connect.storage.FileOffsetBackingStore 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(lambda$start$0):102 - boolean.type = io.debezium.connector.mysql.converters.TinyIntOneToBooleanConverter 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(lambda$start$0):102 - database.server.name = crm_trips 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(lambda$start$0):102 - database.port = 3306 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(lambda$start$0):102 - offset.flush.interval.ms = 1000 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(lambda$start$0):102 - key.converter.schemas.enable = false 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(lambda$start$0):102 - database.hostname = dev-db.gwat.co 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(lambda$start$0):102 - database.password = ******** 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(lambda$start$0):102 - name = crm_trips 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(lambda$start$0):102 - value.converter.schemas.enable = false 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(lambda$start$0):102 - max.batch.size = 2048 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(lambda$start$0):102 - table.include.list = crm_trips.trips 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(lambda$start$0):102 - snapshot.mode = initial 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(lambda$start$0):102 - database.history = io.airbyte.integrations.debezium.internals.FilteredFileDatabaseHistory 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 INFO i.d.c.c.BaseSourceTask(lambda$start$0):102 - database.include.list = crm_trips 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 WARN i.d.c.Configuration(lambda$getFallbackStringProperty$34):2135 - Using configuration property "database.blacklist" is deprecated and will be removed in future versions. Please use "database.exclude.list" instead. 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 WARN i.d.c.Configuration(lambda$getFallbackStringProperty$34):2135 - Using configuration property "table.blacklist" is deprecated and will be removed in future versions. Please use "table.exclude.list" instead. 2022-05-11 14:00:21 source > 2022-05-11 14:00:21 WARN i.d.c.Configuration(lambda$getFallbackStringProperty$34):2135 - Using configuration property "column.blacklist" is deprecated and will be removed in future versions. Please use "column.exclude.list" instead. 2022-05-11 14:00:21 destination > 2022-05-11 14:00:21 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$onStartFunction$1):132 - Preparing tables in destination completed. 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.MySqlConnectorTask(start):168 - Found no existing offset, so preparing to perform a snapshot 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.u.Threads(threadFactory):270 - Requested thread factory for connector MySqlConnector, id = crm_trips named = binlog-client 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.u.Threads(threadFactory):270 - Requested thread factory for connector MySqlConnector, id = crm_trips named = snapshot 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.u.Threads$3(newThread):287 - Creating thread debezium-mysqlconnector-crm_trips-snapshot 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(execute):248 - Starting snapshot for jdbc:mysql://dev-db.gwat.co:3306/?useInformationSchema=true&nullCatalogMeansCurrent=false&useSSL=false&useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8&zeroDateTimeBehavior=CONVERT_TO_NULL&connectTimeout=30000 with user 'airbyte' with locking mode 'none' 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(logRolesForCurrentUser):1021 - Snapshot is using user 'airbyte' with these MySQL grants: 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logRolesForCurrentUser$21):1022 - GRANT SELECT, RELOAD, SHOW DATABASES, REPLICATION SLAVE, REPLICATION CLIENT ON *.* TO `airbyte`@`%` 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logRolesForCurrentUser$21):1022 - GRANT SHOW_ROUTINE ON *.* TO `airbyte`@`%` 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(logServerInformation):992 - MySQL server variables related to change data capture: 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - admin_tls_version = TLSv1,TLSv1.1,TLSv1.2 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - aurora_binlog_reserved_event_bytes = 1024 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - aurora_version = 3.02.0 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - binlog_cache_size = 32768 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - binlog_checksum = NONE 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - binlog_direct_non_transactional_updates = OFF 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - binlog_encryption = OFF 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - binlog_error_action = ABORT_SERVER 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - binlog_expire_logs_seconds = 0 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - binlog_format = ROW 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - binlog_group_commit_sync_delay = 0 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - binlog_group_commit_sync_no_delay_count = 0 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - binlog_gtid_simple_recovery = ON 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - binlog_max_flush_queue_time = 0 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - binlog_order_commits = ON 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - binlog_rotate_encryption_master_key_at_startup = OFF 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - binlog_row_event_max_size = 8192 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - binlog_row_image = FULL 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - binlog_row_metadata = MINIMAL 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - binlog_row_value_options = 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - binlog_rows_query_log_events = OFF 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - binlog_stmt_cache_size = 32768 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - binlog_transaction_compression = OFF 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - binlog_transaction_compression_level_zstd = 3 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - binlog_transaction_dependency_history_size = 25000 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - binlog_transaction_dependency_tracking = COMMIT_ORDER 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - character_set_client = utf8mb4 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - character_set_connection = utf8mb4 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - character_set_database = latin1 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - character_set_filesystem = binary 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - character_set_results = utf8mb4 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - character_set_server = utf8mb4 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - character_set_system = utf8 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - character_sets_dir = /rdsdbbin/oscar-8.0.mysql_aurora.3.02.0.0.12759.0/share/charsets/ 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - collation_connection = utf8mb4_0900_ai_ci 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - collation_database = latin1_swedish_ci 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - collation_server = utf8mb4_0900_ai_ci 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - default_collation_for_utf8mb4 = utf8mb4_0900_ai_ci 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - enforce_gtid_consistency = OFF 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - gtid_executed = 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - gtid_executed_compression_period = 0 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - gtid_mode = OFF_PERMISSIVE 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - gtid_next = AUTOMATIC 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - gtid_owned = 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - gtid_purged = 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - immediate_server_version = 999999 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - innodb_api_enable_binlog = OFF 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - innodb_version = 8.0.23 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - log_statements_unsafe_for_binlog = ON 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - max_binlog_cache_size = 18446744073709547520 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - max_binlog_size = 134217728 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - max_binlog_stmt_cache_size = 18446744073709547520 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - original_server_version = 999999 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - protocol_version = 10 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - replica_type_conversions = 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - session_track_gtids = OFF 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - slave_type_conversions = 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - sync_binlog = 1 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - system_time_zone = UTC 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - time_zone = SYSTEM 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - tls_version = TLSv1,TLSv1.1,TLSv1.2 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - version = 8.0.23 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - version_comment = Source distribution 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - version_compile_machine = aarch64 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - version_compile_os = Linux 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$logServerInformation$19):995 - version_compile_zlib = 1.2.11 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(execute):282 - Step 0: disabling autocommit, enabling repeatable read transactions, and setting lock wait timeout to 10 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(execute):342 - Step 2: start transaction with consistent snapshot 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(execute):367 - Step 3: read list of available databases 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(execute):375 - list of available databases is: [a_affiliate, a_audience, crm_academy, crm_appointments, crm_call_logs, crm_campaigns, crm_checklists, crm_config, crm_destinations, crm_legal, crm_notes, crm_pages, crm_promotions, crm_reminder, crm_resources, crm_sales, crm_sessions, crm_tasks, crm_templates, crm_trips, crm_views, external, g_sales, information_schema, innodb, l_leads, m_marketplace, migrations, mysql, p_partners, performance_schema, rewards_centre, s_suppliers, sys, t_billing, t_portal, t_profiles, t_resumes, t_social, t_travellers, t_trips, tmp, website, zappier_views] 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(execute):386 - Step 4: read list of available tables in each database 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'a_affiliate.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'a_affiliate.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'a_affiliate.affiliate' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'a_affiliate.affiliate' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'a_affiliate.app_settings' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'a_affiliate.app_settings' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'a_affiliate.bank_details' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'a_affiliate.bank_details' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'a_affiliate.customers' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'a_affiliate.customers' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'a_affiliate.documents' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'a_affiliate.documents' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'a_affiliate.links' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'a_affiliate.links' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'a_affiliate.performances' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'a_affiliate.performances' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'a_affiliate.social_channel_types' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'a_affiliate.social_channel_types' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'a_affiliate.social_channels' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'a_affiliate.social_channels' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'a_affiliate.statement_extra_commissions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'a_affiliate.statement_extra_commissions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'a_affiliate.statements' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'a_affiliate.statements' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'a_affiliate.users' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'a_affiliate.users' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'a_audience.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'a_audience.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'a_audience.price_alert' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'a_audience.price_alert' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_academy.academy' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_academy.academy' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_academy.academy_categories' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_academy.academy_categories' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_academy.activities' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_academy.activities' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_academy.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_academy.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_academy.categories' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_academy.categories' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_academy.files' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_academy.files' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_academy.sections' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_academy.sections' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_academy.steps' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_academy.steps' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_appointments.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_appointments.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_appointments.app_settings' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_appointments.app_settings' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_appointments.event_message_templates' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_appointments.event_message_templates' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_appointments.events' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_appointments.events' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_appointments.intervals' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_appointments.intervals' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_appointments.session_contacts' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_appointments.session_contacts' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_appointments.sessions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_appointments.sessions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_call_logs.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_call_logs.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_call_logs.call_logs' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_call_logs.call_logs' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_campaigns.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_campaigns.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_campaigns.campaigns' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_campaigns.campaigns' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_campaigns.email_campaigns' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_campaigns.email_campaigns' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_campaigns.test_email_campaign' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_campaigns.test_email_campaign' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_checklists.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_checklists.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_checklists.checklist_items' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_checklists.checklist_items' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_checklists.checklists' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_checklists.checklists' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_checklists.template_items' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_checklists.template_items' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_checklists.templates' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_checklists.templates' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.api_cache' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.api_cache' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.availability_status' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.availability_status' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.cards_status' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.cards_status' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.chargebacks_status' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.chargebacks_status' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.cities' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.cities' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.countries' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.countries' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.currencies' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.currencies' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.departments' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.departments' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.document_categories' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.document_categories' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.email_config' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.email_config' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.job_opportunity_status' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.job_opportunity_status' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.legacy_users' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.legacy_users' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.legal_declarations' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.legal_declarations' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.offices' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.offices' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.offices_currencies' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.offices_currencies' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.permissions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.permissions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.promotion' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.promotion' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.promotion_conditions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.promotion_conditions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.promotion_offer_details' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.promotion_offer_details' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.promotion_trips' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.promotion_trips' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.promotion_types' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.promotion_types' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.role_permissions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.role_permissions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.roles' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.roles' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.setting_general' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.setting_general' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.teams' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.teams' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.tips' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.tips' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.traveller_status' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.traveller_status' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.user_teams' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.user_teams' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_config.users' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_config.users' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_destinations.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_destinations.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_destinations.cities' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_destinations.cities' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_destinations.countries' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_destinations.countries' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_destinations.galleries' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_destinations.galleries' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_destinations.regions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_destinations.regions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_legal.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_legal.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_legal.countries' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_legal.countries' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_legal.documents' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_legal.documents' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_legal.types' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_legal.types' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_notes.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_notes.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_notes.notes' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_notes.notes' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_pages.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_pages.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_pages.content_configs' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_pages.content_configs' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_pages.contents' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_pages.contents' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_pages.faq' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_pages.faq' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_pages.faqs' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_pages.faqs' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_pages.marketing' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_pages.marketing' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_pages.press' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_pages.press' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_pages.required_content_configs' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_pages.required_content_configs' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_promotions.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_promotions.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_promotions.promotion' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_promotions.promotion' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_promotions.promotion_conditions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_promotions.promotion_conditions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_promotions.promotion_offer_details' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_promotions.promotion_offer_details' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_promotions.promotion_types' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_promotions.promotion_types' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_reminder.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_reminder.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_reminder.alerts' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_reminder.alerts' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_reminder.reminders' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_reminder.reminders' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_reminder.reminders_new' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_reminder.reminders_new' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_resources.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_resources.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_resources.documents' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_resources.documents' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_sales.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_sales.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_sales.payroll' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_sales.payroll' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_sales.sales' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_sales.sales' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_sales.sales_presentation' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_sales.sales_presentation' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_sales.training' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_sales.training' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_sessions.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_sessions.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_sessions.booking_sessions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_sessions.booking_sessions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_tasks.actions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_tasks.actions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_tasks.activity' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_tasks.activity' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_tasks.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_tasks.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_tasks.task_actions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_tasks.task_actions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_tasks.task_groups' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_tasks.task_groups' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_tasks.tasks' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_tasks.tasks' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_tasks.workflows' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_tasks.workflows' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_templates.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_templates.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_templates.categories' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_templates.categories' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_templates.email_recipients' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_templates.email_recipients' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_templates.email_templates' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_templates.email_templates' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_templates.sms_templates' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_templates.sms_templates' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_templates.types' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_templates.types' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.activity_tags' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.activity_tags' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.add_on' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.add_on' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.add_on_config' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.add_on_config' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.availabilities' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.availabilities' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.cheatsheets' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.cheatsheets' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.confing_supplier_categories' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.confing_supplier_categories' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.divisions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.divisions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.documents' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.documents' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.documents_categories' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.documents_categories' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.durations' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.durations' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.durations_availabilities' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.durations_availabilities' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.exchange_rate_polls' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.exchange_rate_polls' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.exchange_rates' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.exchange_rates' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.galleries' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.galleries' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.inclusions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.inclusions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.inclusions_config' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.inclusions_config' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.itinerary' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.itinerary' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.itinerary_addon' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.itinerary_addon' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.itinerary_types' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.itinerary_types' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.legal_declarations' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.legal_declarations' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.map_details' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.map_details' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.qualification_sources' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.qualification_sources' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.qualifications' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.qualifications' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.rooms' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.rooms' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.sleeping_arrangment' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.sleeping_arrangment' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.source_versions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.source_versions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.sources' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.sources' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.trip_activity_tags' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.trip_activity_tags' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.trip_configs' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.trip_configs' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.trip_options' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.trip_options' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.trip_options_config' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.trip_options_config' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.trip_prices' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.trip_prices' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.trips' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):414 - including 'crm_trips.trips' for further processing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.trips_visas' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.trips_visas' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_trips.visa' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_trips.visa' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_views.actions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_views.actions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_views.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_views.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_views.analysis_results' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_views.analysis_results' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_views.categories' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_views.categories' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_views.configuration_properties' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_views.configuration_properties' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_views.configuration_values' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_views.configuration_values' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_views.configurations' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_views.configurations' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_views.configurations_actions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_views.configurations_actions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_views.derives' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_views.derives' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_views.entities' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_views.entities' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_views.entities_main_tables' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_views.entities_main_tables' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_views.operands' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_views.operands' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_views.properties' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_views.properties' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'crm_views.property_values' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'crm_views.property_values' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'external.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'external.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'external.hubspot_marketing' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'external.hubspot_marketing' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'external.trustpilot_reviews' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'external.trustpilot_reviews' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'g_sales.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'g_sales.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'g_sales.commissions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'g_sales.commissions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'g_sales.payroll' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'g_sales.payroll' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'g_sales.presentations' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'g_sales.presentations' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'l_leads.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'l_leads.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'l_leads.call_logs' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'l_leads.call_logs' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'l_leads.contacts' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'l_leads.contacts' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'l_leads.conversions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'l_leads.conversions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'l_leads.emails' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'l_leads.emails' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'l_leads.events' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'l_leads.events' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'l_leads.followers' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'l_leads.followers' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'l_leads.notes' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'l_leads.notes' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'l_leads.reminders' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'l_leads.reminders' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'm_marketplace.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'm_marketplace.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'm_marketplace.brands' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'm_marketplace.brands' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'm_marketplace.categories' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'm_marketplace.categories' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'm_marketplace.items' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'm_marketplace.items' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'migrations.migrations' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'migrations.migrations' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.aurora_s3_load_history' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.aurora_s3_load_history' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.columns_priv' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.columns_priv' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.component' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.component' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.db' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.db' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.default_roles' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.default_roles' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.engine_cost' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.engine_cost' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.func' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.func' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.general_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.general_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.general_log_backup' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.general_log_backup' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.general_log_template' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.general_log_template' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.global_grants' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.global_grants' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.gtid_executed' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.gtid_executed' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.help_category' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.help_category' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.help_keyword' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.help_keyword' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.help_relation' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.help_relation' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.help_topic' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.help_topic' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.host' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.host' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.innodb_index_stats' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.innodb_index_stats' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.innodb_table_stats' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.innodb_table_stats' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.ndb_binlog_index' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.ndb_binlog_index' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.password_history' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.password_history' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.plugin' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.plugin' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.procs_priv' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.procs_priv' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.proxies_priv' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.proxies_priv' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):410 - 'mysql.rds_configuration' is not added among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.rds_configuration' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):410 - 'mysql.rds_global_status_history' is not added among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.rds_global_status_history' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):410 - 'mysql.rds_global_status_history_old' is not added among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.rds_global_status_history_old' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.rds_heartbeat2' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.rds_heartbeat2' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):410 - 'mysql.rds_history' is not added among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.rds_history' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):410 - 'mysql.rds_replication_status' is not added among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.rds_replication_status' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):410 - 'mysql.rds_sysinfo' is not added among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.rds_sysinfo' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.replication_asynchronous_connection_failover' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.replication_asynchronous_connection_failover' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.replication_asynchronous_connection_failover_managed' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.replication_asynchronous_connection_failover_managed' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.ro_replica_status' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.ro_replica_status' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.role_edges' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.role_edges' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.server_cost' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.server_cost' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.servers' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.servers' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.slave_master_info' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.slave_master_info' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.slave_relay_log_info' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.slave_relay_log_info' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.slave_worker_info' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.slave_worker_info' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.slow_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.slow_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.slow_log_backup' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.slow_log_backup' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.slow_log_template' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.slow_log_template' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.tables_priv' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.tables_priv' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.time_zone' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.time_zone' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.time_zone_leap_second' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.time_zone_leap_second' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.time_zone_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.time_zone_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.time_zone_transition' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.time_zone_transition' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.time_zone_transition_type' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.time_zone_transition_type' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'mysql.user' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'mysql.user' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'p_partners.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'p_partners.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'p_partners.call_logs' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'p_partners.call_logs' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'p_partners.contact' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'p_partners.contact' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'p_partners.details' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'p_partners.details' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'p_partners.details_categories' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'p_partners.details_categories' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'p_partners.document' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'p_partners.document' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'p_partners.events' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'p_partners.events' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'p_partners.family' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'p_partners.family' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'p_partners.family_member' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'p_partners.family_member' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'p_partners.financial_agreement' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'p_partners.financial_agreement' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'p_partners.financial_agreement_currency_values' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'p_partners.financial_agreement_currency_values' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'p_partners.folder' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'p_partners.folder' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'p_partners.followers' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'p_partners.followers' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'p_partners.interview' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'p_partners.interview' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'p_partners.job' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'p_partners.job' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'p_partners.note' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'p_partners.note' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'p_partners.partners' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'p_partners.partners' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'p_partners.profile_general' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'p_partners.profile_general' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'p_partners.profile_po' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'p_partners.profile_po' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'p_partners.profile_sr' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'p_partners.profile_sr' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'p_partners.reminders' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'p_partners.reminders' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'p_partners.suppliers_categories' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'p_partners.suppliers_categories' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'p_partners.type' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'p_partners.type' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.accounts' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.accounts' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.binary_log_transaction_compression_stats' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.binary_log_transaction_compression_stats' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.cond_instances' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.cond_instances' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.data_lock_waits' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.data_lock_waits' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.data_locks' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.data_locks' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.error_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.error_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_errors_summary_by_account_by_error' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_errors_summary_by_account_by_error' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_errors_summary_by_host_by_error' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_errors_summary_by_host_by_error' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_errors_summary_by_thread_by_error' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_errors_summary_by_thread_by_error' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_errors_summary_by_user_by_error' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_errors_summary_by_user_by_error' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_errors_summary_global_by_error' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_errors_summary_global_by_error' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_stages_current' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_stages_current' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_stages_history' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_stages_history' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_stages_history_long' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_stages_history_long' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_stages_summary_by_account_by_event_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_stages_summary_by_account_by_event_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_stages_summary_by_host_by_event_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_stages_summary_by_host_by_event_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_stages_summary_by_thread_by_event_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_stages_summary_by_thread_by_event_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_stages_summary_by_user_by_event_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_stages_summary_by_user_by_event_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_stages_summary_global_by_event_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_stages_summary_global_by_event_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_statements_current' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_statements_current' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_statements_histogram_by_digest' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_statements_histogram_by_digest' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_statements_histogram_global' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_statements_histogram_global' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_statements_history' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_statements_history' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_statements_history_long' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_statements_history_long' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_statements_summary_by_account_by_event_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_statements_summary_by_account_by_event_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_statements_summary_by_digest' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_statements_summary_by_digest' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_statements_summary_by_host_by_event_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_statements_summary_by_host_by_event_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_statements_summary_by_program' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_statements_summary_by_program' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_statements_summary_by_thread_by_event_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_statements_summary_by_thread_by_event_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_statements_summary_by_user_by_event_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_statements_summary_by_user_by_event_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_statements_summary_global_by_event_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_statements_summary_global_by_event_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_transactions_current' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_transactions_current' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_transactions_history' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_transactions_history' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_transactions_history_long' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_transactions_history_long' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_transactions_summary_by_account_by_event_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_transactions_summary_by_account_by_event_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_transactions_summary_by_host_by_event_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_transactions_summary_by_host_by_event_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_transactions_summary_by_thread_by_event_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_transactions_summary_by_thread_by_event_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_transactions_summary_by_user_by_event_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_transactions_summary_by_user_by_event_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_transactions_summary_global_by_event_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_transactions_summary_global_by_event_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_waits_current' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_waits_current' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_waits_history' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_waits_history' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_waits_history_long' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_waits_history_long' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_waits_summary_by_account_by_event_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_waits_summary_by_account_by_event_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_waits_summary_by_host_by_event_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_waits_summary_by_host_by_event_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_waits_summary_by_instance' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_waits_summary_by_instance' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_waits_summary_by_thread_by_event_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_waits_summary_by_thread_by_event_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_waits_summary_by_user_by_event_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_waits_summary_by_user_by_event_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.events_waits_summary_global_by_event_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.events_waits_summary_global_by_event_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.file_instances' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.file_instances' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.file_summary_by_event_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.file_summary_by_event_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.file_summary_by_instance' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.file_summary_by_instance' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.global_status' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.global_status' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.global_variables' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.global_variables' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.host_cache' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.host_cache' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.hosts' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.hosts' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.keyring_keys' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.keyring_keys' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.log_status' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.log_status' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.memory_summary_by_account_by_event_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.memory_summary_by_account_by_event_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.memory_summary_by_host_by_event_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.memory_summary_by_host_by_event_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.memory_summary_by_thread_by_event_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.memory_summary_by_thread_by_event_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.memory_summary_by_user_by_event_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.memory_summary_by_user_by_event_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.memory_summary_global_by_event_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.memory_summary_global_by_event_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.metadata_locks' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.metadata_locks' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.mutex_instances' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.mutex_instances' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.objects_summary_global_by_type' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.objects_summary_global_by_type' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.performance_timers' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.performance_timers' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.persisted_variables' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.persisted_variables' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.prepared_statements_instances' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.prepared_statements_instances' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.processlist' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.processlist' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.rds_events_threads_waits_current' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.rds_events_threads_waits_current' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.rds_events_threads_waits_lock_current' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.rds_events_threads_waits_lock_current' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.rds_processlist' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.rds_processlist' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.replication_applier_configuration' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.replication_applier_configuration' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.replication_applier_filters' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.replication_applier_filters' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.replication_applier_global_filters' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.replication_applier_global_filters' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.replication_applier_status' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.replication_applier_status' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.replication_applier_status_by_coordinator' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.replication_applier_status_by_coordinator' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.replication_applier_status_by_worker' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.replication_applier_status_by_worker' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.replication_asynchronous_connection_failover' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.replication_asynchronous_connection_failover' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.replication_asynchronous_connection_failover_managed' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.replication_asynchronous_connection_failover_managed' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.replication_connection_configuration' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.replication_connection_configuration' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.replication_connection_status' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.replication_connection_status' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.replication_group_member_stats' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.replication_group_member_stats' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.replication_group_members' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.replication_group_members' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.rwlock_instances' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.rwlock_instances' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.session_account_connect_attrs' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.session_account_connect_attrs' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.session_connect_attrs' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.session_connect_attrs' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.session_status' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.session_status' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.session_variables' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.session_variables' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.setup_actors' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.setup_actors' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.setup_consumers' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.setup_consumers' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.setup_instruments' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.setup_instruments' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.setup_objects' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.setup_objects' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.setup_threads' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.setup_threads' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.socket_instances' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.socket_instances' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.socket_summary_by_event_name' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.socket_summary_by_event_name' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.socket_summary_by_instance' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.socket_summary_by_instance' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.status_by_account' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.status_by_account' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.status_by_host' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.status_by_host' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.status_by_thread' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.status_by_thread' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.status_by_user' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.status_by_user' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.table_handles' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.table_handles' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.table_io_waits_summary_by_index_usage' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.table_io_waits_summary_by_index_usage' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.table_io_waits_summary_by_table' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.table_io_waits_summary_by_table' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.table_lock_waits_summary_by_table' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.table_lock_waits_summary_by_table' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.threads' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.threads' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.tls_channel_status' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.tls_channel_status' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.user_defined_functions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.user_defined_functions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.user_variables_by_thread' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.user_variables_by_thread' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.users' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.users' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.variables_by_thread' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.variables_by_thread' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'performance_schema.variables_info' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'performance_schema.variables_info' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'rewards_centre.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'rewards_centre.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'rewards_centre.media' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'rewards_centre.media' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'rewards_centre.options' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'rewards_centre.options' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'rewards_centre.rewards' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'rewards_centre.rewards' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'rewards_centre.submission' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'rewards_centre.submission' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'rewards_centre.submission_type' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'rewards_centre.submission_type' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 's_suppliers.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 's_suppliers.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 's_suppliers.profile' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 's_suppliers.profile' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 's_suppliers.suppliers' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 's_suppliers.suppliers' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 's_suppliers.type' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 's_suppliers.type' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'sys.sys_config' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'sys.sys_config' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.cards' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.cards' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.chargebacks' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.chargebacks' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.charity_transactions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.charity_transactions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.credit_types' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.credit_types' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.credits' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.credits' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.discounts' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.discounts' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.expenses' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.expenses' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.expenses_partners' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.expenses_partners' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.expenses_suppliers' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.expenses_suppliers' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.inclusion_rooms' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.inclusion_rooms' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.inclusions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.inclusions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.inclusions_accommodations' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.inclusions_accommodations' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.inclusions_charities' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.inclusions_charities' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.inclusions_experiences' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.inclusions_experiences' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.inclusions_flights' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.inclusions_flights' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.inclusions_insurances' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.inclusions_insurances' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.inclusions_other_charges' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.inclusions_other_charges' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.inclusions_tours' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.inclusions_tours' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.inclusions_transfers' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.inclusions_transfers' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.invoices' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.invoices' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.other_charges' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.other_charges' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.payment_plans' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.payment_plans' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.refund_protects' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.refund_protects' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.refunds' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.refunds' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.refunds_transactions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.refunds_transactions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.transaction_audits' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.transaction_audits' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.transaction_claims' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.transaction_claims' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.transaction_credits' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.transaction_credits' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.transactions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.transactions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_billing.transactions_copy' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_billing.transactions_copy' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_portal.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_portal.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_portal.customer_processes' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_portal.customer_processes' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_portal.settings_documents' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_portal.settings_documents' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_portal.settings_trip_images' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_portal.settings_trip_images' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_profiles.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_profiles.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_profiles.certificates' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_profiles.certificates' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_profiles.characteristics' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_profiles.characteristics' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_profiles.childcare_experiences' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_profiles.childcare_experiences' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_profiles.chores' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_profiles.chores' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_profiles.convictions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_profiles.convictions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_profiles.dietaries' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_profiles.dietaries' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_profiles.education' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_profiles.education' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_profiles.employment_duties' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_profiles.employment_duties' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_profiles.employment_history' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_profiles.employment_history' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_profiles.healths' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_profiles.healths' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_profiles.language_interests' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_profiles.language_interests' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_profiles.languages' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_profiles.languages' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_profiles.licences' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_profiles.licences' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_profiles.position_preferences' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_profiles.position_preferences' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_profiles.qualifications' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_profiles.qualifications' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_profiles.requests' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_profiles.requests' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_profiles.resumes' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_profiles.resumes' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_profiles.skills' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_profiles.skills' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_profiles.statuses' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_profiles.statuses' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_profiles.trip_preferences' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_profiles.trip_preferences' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_resumes.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_resumes.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_resumes.certificates' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_resumes.certificates' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_resumes.education' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_resumes.education' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_resumes.employment_duties' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_resumes.employment_duties' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_resumes.employment_history' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_resumes.employment_history' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_resumes.licences' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_resumes.licences' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_resumes.requests' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_resumes.requests' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_resumes.resumes' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_resumes.resumes' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_resumes.skills' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_resumes.skills' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_social.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_social.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_social.comments' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_social.comments' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_social.group_members' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_social.group_members' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_social.group_trips' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_social.group_trips' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_social.groups' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_social.groups' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_social.likes' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_social.likes' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_social.media' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_social.media' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_social.poi_favorites' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_social.poi_favorites' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_social.posts' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_social.posts' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_travellers.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_travellers.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_travellers.addresses' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_travellers.addresses' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_travellers.aupair_profiles' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_travellers.aupair_profiles' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_travellers.compliance' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_travellers.compliance' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_travellers.contact_methods' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_travellers.contact_methods' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_travellers.convictions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_travellers.convictions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_travellers.documents' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_travellers.documents' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_travellers.emergency_contact_contact_methods' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_travellers.emergency_contact_contact_methods' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_travellers.emergency_contacts' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_travellers.emergency_contacts' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_travellers.health' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_travellers.health' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_travellers.passport' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_travellers.passport' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_travellers.referred_friend_contact_methods' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_travellers.referred_friend_contact_methods' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_travellers.referred_friends' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_travellers.referred_friends' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_travellers.sales_register' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_travellers.sales_register' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_travellers.surveys' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_travellers.surveys' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_travellers.travel_membership' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_travellers.travel_membership' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_travellers.traveller_contact_methods' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_travellers.traveller_contact_methods' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_travellers.traveller_promotions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_travellers.traveller_promotions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_travellers.travellers' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_travellers.travellers' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.accommodations' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.accommodations' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.activity_log' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.activity_log' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.addon_interests' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.addon_interests' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.addresses' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.addresses' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.arrivals' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.arrivals' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.call_logs' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.call_logs' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.cancellation_requests' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.cancellation_requests' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.charities' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.charities' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.companions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.companions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.departments' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.departments' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.documents_details' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.documents_details' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.events' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.events' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.experiences' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.experiences' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.flight_details' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.flight_details' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.flight_preferences' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.flight_preferences' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.flights' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.flights' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.floated_to' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.floated_to' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.followers' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.followers' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.gworld_activity' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.gworld_activity' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.insurances' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.insurances' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.legacy_companions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.legacy_companions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.legal' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.legal' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.notes' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.notes' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.placements' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.placements' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.promotions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.promotions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.reminders' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.reminders' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.rooms' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.rooms' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.significant_dates' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.significant_dates' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.tasks' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.tasks' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.tours' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.tours' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.transfers' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.transfers' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.trip_groups' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.trip_groups' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.trips' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.trips' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 't_trips.visas' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 't_trips.visas' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'website.call_to_actions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'website.call_to_actions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'website.destination_qualifiers' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'website.destination_qualifiers' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'website.destinations' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'website.destinations' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'website.destinations_job_guides' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'website.destinations_job_guides' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'website.divisions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'website.divisions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'website.featured_reviews' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'website.featured_reviews' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'website.frequently_asked_questions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'website.frequently_asked_questions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'website.general' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'website.general' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'website.location_guide_info_tabs' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'website.location_guide_info_tabs' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'website.location_guide_suggestions' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'website.location_guide_suggestions' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'website.location_guides' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'website.location_guides' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'website.project_info_tabs' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'website.project_info_tabs' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'website.project_tags' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'website.project_tags' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'website.projects' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'website.projects' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'website.projects_project_tags' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'website.projects_project_tags' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'website.reputation_logos' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'website.reputation_logos' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'website.reputation_slides' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'website.reputation_slides' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'website.review_images' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'website.review_images' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'website.reviews' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'website.reviews' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'website.share_the_fun' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'website.share_the_fun' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):407 - including 'website.share_the_fun_media' among known tables 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$execute$4):417 - 'website.share_the_fun_media' is filtered out of capturing 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(execute):448 - snapshot continuing with database(s): [crm_trips] 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(readBinlogPosition):906 - Step 5: read binlog position of MySQL primary server 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(lambda$readBinlogPosition$18):918 - using binlog 'mysql-bin-changelog.000005' at position '1272169' and gtid '' 2022-05-11 14:00:22 source > 2022-05-11 14:00:22 INFO i.d.c.m.SnapshotReader(execute):494 - Step 6: generating DROP and CREATE statements to reflect current database schemas: 2022-05-11 14:00:24 source > 2022-05-11 14:00:24 INFO i.d.c.m.SnapshotReader(execute):754 - Step 7: rolling back transaction after abort 2022-05-11 14:00:24 source > 2022-05-11 14:00:24 ERROR i.d.c.m.AbstractReader(failed):219 - Failed due to error: Aborting snapshot due to error when last running 'SHOW CREATE TABLE `mysql`.`host`': Can't find file: 'host' (errno: 2 - No such file or directory) 2022-05-11 14:00:24 source > org.apache.kafka.connect.errors.ConnectException: Can't find file: 'host' (errno: 2 - No such file or directory) Error code: 1017; SQLSTATE: HY000. 2022-05-11 14:00:24 source > at io.debezium.connector.mysql.AbstractReader.wrap(AbstractReader.java:241) ~[debezium-connector-mysql-1.4.2.Final.jar:1.4.2.Final] 2022-05-11 14:00:24 source > at io.debezium.connector.mysql.AbstractReader.failed(AbstractReader.java:218) ~[debezium-connector-mysql-1.4.2.Final.jar:1.4.2.Final] 2022-05-11 14:00:24 source > at io.debezium.connector.mysql.SnapshotReader.execute(SnapshotReader.java:846) ~[debezium-connector-mysql-1.4.2.Final.jar:1.4.2.Final] 2022-05-11 14:00:24 source > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?] 2022-05-11 14:00:24 source > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?] 2022-05-11 14:00:24 source > at java.lang.Thread.run(Thread.java:833) [?:?] 2022-05-11 14:00:24 source > Caused by: java.sql.SQLException: Can't find file: 'host' (errno: 2 - No such file or directory) 2022-05-11 14:00:24 source > at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129) ~[mysql-connector-java-8.0.22.jar:8.0.22] 2022-05-11 14:00:24 source > at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.22.jar:8.0.22] 2022-05-11 14:00:24 source > at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.22.jar:8.0.22] 2022-05-11 14:00:24 source > at com.mysql.cj.jdbc.StatementImpl.executeQuery(StatementImpl.java:1200) ~[mysql-connector-java-8.0.22.jar:8.0.22] 2022-05-11 14:00:24 source > at io.debezium.jdbc.JdbcConnection.query(JdbcConnection.java:554) ~[debezium-core-1.4.2.Final.jar:1.4.2.Final] 2022-05-11 14:00:24 source > at io.debezium.jdbc.JdbcConnection.query(JdbcConnection.java:497) ~[debezium-core-1.4.2.Final.jar:1.4.2.Final] 2022-05-11 14:00:24 source > at io.debezium.connector.mysql.SnapshotReader.readTableSchema(SnapshotReader.java:877) ~[debezium-connector-mysql-1.4.2.Final.jar:1.4.2.Final] 2022-05-11 14:00:24 source > at io.debezium.connector.mysql.SnapshotReader.execute(SnapshotReader.java:539) ~[debezium-connector-mysql-1.4.2.Final.jar:1.4.2.Final] 2022-05-11 14:00:24 source > ... 3 more 2022-05-11 14:00:24 source > 2022-05-11 14:00:24 INFO i.d.j.JdbcConnection(lambda$doClose$3):945 - Connection gracefully closed 2022-05-11 14:00:25 source > 2022-05-11 14:00:25 INFO i.d.c.c.BaseSourceTask(stop):192 - Stopping down connector 2022-05-11 14:00:25 source > 2022-05-11 14:00:25 INFO i.d.c.m.MySqlConnectorTask(doStop):453 - Stopping MySQL connector task 2022-05-11 14:00:25 source > 2022-05-11 14:00:25 INFO i.d.c.m.ChainedReader(stop):121 - ChainedReader: Stopping the snapshot reader 2022-05-11 14:00:25 source > 2022-05-11 14:00:25 INFO i.d.c.m.AbstractReader(stop):140 - Discarding 0 unsent record(s) due to the connector shutting down 2022-05-11 14:00:25 source > 2022-05-11 14:00:25 INFO i.d.c.m.AbstractReader(stop):140 - Discarding 0 unsent record(s) due to the connector shutting down 2022-05-11 14:00:25 source > 2022-05-11 14:00:25 INFO i.d.c.m.MySqlConnectorTask(completeReaders):491 - Connector task finished all work and is now shutdown 2022-05-11 14:00:25 source > 2022-05-11 14:00:25 INFO i.a.i.d.i.DebeziumRecordPublisher(lambda$start$1):85 - Debezium engine shutdown. 2022-05-11 14:05:21 source > 2022-05-11 14:05:21 INFO i.a.i.d.i.DebeziumRecordIterator(computeNext):78 - Closing cause next is returned as null 2022-05-11 14:05:21 source > 2022-05-11 14:05:21 INFO i.d.e.EmbeddedEngine(stop):996 - Stopping the embedded engine 2022-05-11 14:05:21 source > 2022-05-11 14:05:21 INFO i.a.i.s.r.AbstractDbSource(lambda$read$2):124 - Closing database connection pool. 2022-05-11 14:05:21 source > Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: org.apache.kafka.connect.errors.ConnectException: Can't find file: 'host' (errno: 2 - No such file or directory) Error code: 1017; SQLSTATE: HY000. 2022-05-11 14:05:21 source > at io.airbyte.integrations.debezium.internals.DebeziumRecordIterator.requestClose(DebeziumRecordIterator.java:132) 2022-05-11 14:05:21 source > at io.airbyte.integrations.debezium.internals.DebeziumRecordIterator.computeNext(DebeziumRecordIterator.java:79) 2022-05-11 14:05:21 source > at io.airbyte.integrations.debezium.internals.DebeziumRecordIterator.computeNext(DebeziumRecordIterator.java:32) 2022-05-11 14:05:21 source > at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:146) 2022-05-11 14:05:21 source > at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:141) 2022-05-11 14:05:21 source > at com.google.common.collect.TransformedIterator.hasNext(TransformedIterator.java:46) 2022-05-11 14:05:21 source > at io.airbyte.commons.util.DefaultAutoCloseableIterator.computeNext(DefaultAutoCloseableIterator.java:38) 2022-05-11 14:05:21 source > at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:146) 2022-05-11 14:05:21 source > at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:141) 2022-05-11 14:05:21 source > at io.airbyte.commons.util.CompositeIterator.computeNext(CompositeIterator.java:63) 2022-05-11 14:05:21 source > at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:146) 2022-05-11 14:05:21 source > at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:141) 2022-05-11 14:05:21 source > at io.airbyte.commons.util.CompositeIterator.computeNext(CompositeIterator.java:63) 2022-05-11 14:05:21 source > at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:146) 2022-05-11 14:05:21 source > at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:141) 2022-05-11 14:05:21 source > at io.airbyte.commons.util.DefaultAutoCloseableIterator.computeNext(DefaultAutoCloseableIterator.java:38) 2022-05-11 14:05:21 source > at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:146) 2022-05-11 14:05:21 source > at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:141) 2022-05-11 14:05:21 source > at io.airbyte.commons.util.DefaultAutoCloseableIterator.computeNext(DefaultAutoCloseableIterator.java:38) 2022-05-11 14:05:21 source > at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:146) 2022-05-11 14:05:21 source > at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:141) 2022-05-11 14:05:21 source > at java.base/java.util.Iterator.forEachRemaining(Iterator.java:132) 2022-05-11 14:05:21 source > at io.airbyte.integrations.base.IntegrationRunner.lambda$produceMessages$2(IntegrationRunner.java:174) 2022-05-11 14:05:21 source > at io.airbyte.integrations.base.IntegrationRunner.watchForOrphanThreads(IntegrationRunner.java:230) 2022-05-11 14:05:21 source > at io.airbyte.integrations.base.IntegrationRunner.produceMessages(IntegrationRunner.java:173) 2022-05-11 14:05:21 source > at io.airbyte.integrations.base.IntegrationRunner.lambda$runInternal$0(IntegrationRunner.java:154) 2022-05-11 14:05:21 source > at io.airbyte.integrations.base.sentry.AirbyteSentry.executeWithTracing(AirbyteSentry.java:54) 2022-05-11 14:05:21 source > at io.airbyte.integrations.base.sentry.AirbyteSentry.executeWithTracing(AirbyteSentry.java:38) 2022-05-11 14:05:21 source > at io.airbyte.integrations.base.IntegrationRunner.runInternal(IntegrationRunner.java:154) 2022-05-11 14:05:21 source > at io.airbyte.integrations.base.IntegrationRunner.run(IntegrationRunner.java:105) 2022-05-11 14:05:21 source > at io.airbyte.integrations.source.mysql.MySqlSource.main(MySqlSource.java:211) 2022-05-11 14:05:21 source > Caused by: java.lang.RuntimeException: org.apache.kafka.connect.errors.ConnectException: Can't find file: 'host' (errno: 2 - No such file or directory) Error code: 1017; SQLSTATE: HY000. 2022-05-11 14:05:21 source > at io.airbyte.integrations.debezium.internals.DebeziumRecordPublisher.close(DebeziumRecordPublisher.java:117) 2022-05-11 14:05:21 source > at io.airbyte.commons.concurrency.VoidCallable.call(VoidCallable.java:15) 2022-05-11 14:05:21 source > at io.airbyte.integrations.debezium.internals.DebeziumRecordIterator.requestClose(DebeziumRecordIterator.java:129) 2022-05-11 14:05:21 source > ... 30 more 2022-05-11 14:05:21 source > 2022-05-11 14:05:21 INFO i.a.i.s.r.AbstractDbSource(lambda$read$2):126 - Closed database connection pool. 2022-05-11 14:05:21 source > Caused by: org.apache.kafka.connect.errors.ConnectException: Can't find file: 'host' (errno: 2 - No such file or directory) Error code: 1017; SQLSTATE: HY000. 2022-05-11 14:05:21 source > at io.debezium.connector.mysql.AbstractReader.wrap(AbstractReader.java:241) 2022-05-11 14:05:21 source > at io.debezium.connector.mysql.AbstractReader.failed(AbstractReader.java:218) 2022-05-11 14:05:21 source > at io.debezium.connector.mysql.SnapshotReader.execute(SnapshotReader.java:846) 2022-05-11 14:05:21 source > at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 2022-05-11 14:05:21 source > at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 2022-05-11 14:05:21 source > at java.base/java.lang.Thread.run(Thread.java:833) 2022-05-11 14:05:21 source > Caused by: java.sql.SQLException: Can't find file: 'host' (errno: 2 - No such file or directory) 2022-05-11 14:05:21 source > at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129) 2022-05-11 14:05:21 source > at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) 2022-05-11 14:05:21 source > at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) 2022-05-11 14:05:21 source > at com.mysql.cj.jdbc.StatementImpl.executeQuery(StatementImpl.java:1200) 2022-05-11 14:05:21 source > at io.debezium.jdbc.JdbcConnection.query(JdbcConnection.java:554) 2022-05-11 14:05:21 source > at io.debezium.jdbc.JdbcConnection.query(JdbcConnection.java:497) 2022-05-11 14:05:21 source > at io.debezium.connector.mysql.SnapshotReader.readTableSchema(SnapshotReader.java:877) 2022-05-11 14:05:21 source > at io.debezium.connector.mysql.SnapshotReader.execute(SnapshotReader.java:539) 2022-05-11 14:05:21 source > ... 3 more 2022-05-11 14:05:21 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):305 - Total records read: 0 (0 bytes) 2022-05-11 14:05:21 destination > 2022-05-11 14:05:21 INFO i.a.i.b.FailureTrackingAirbyteMessageConsumer(close):65 - Airbyte message consumer: succeeded. 2022-05-11 14:05:21 destination > 2022-05-11 14:05:21 INFO i.a.i.d.b.BufferedStreamConsumer(close):170 - executing on success close procedure. 2022-05-11 14:05:21 destination > 2022-05-11 14:05:21 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$onCloseFunction$3):161 - Finalizing tables in destination started for 1 streams 2022-05-11 14:05:21 destination > 2022-05-11 14:05:21 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$onCloseFunction$3):166 - Finalizing stream gwat_dev_new_auroratrips. schema crm_trips, tmp table _airbyte_tmp_gmc_gwat_dev_new_auroratrips, final table _airbyte_raw_gwat_dev_new_auroratrips 2022-05-11 14:05:22 destination > 2022-05-11 14:05:22 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$onCloseFunction$3):179 - Executing finalization of tables. 2022-05-11 14:05:22 destination > 2022-05-11 14:05:22 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$onCloseFunction$3):181 - Finalizing tables in destination completed. 2022-05-11 14:05:22 destination > 2022-05-11 14:05:22 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$onCloseFunction$3):184 - Cleaning tmp tables in destination started for 1 streams 2022-05-11 14:05:22 destination > 2022-05-11 14:05:22 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$onCloseFunction$3):188 - Cleaning tmp table in destination started for stream gwat_dev_new_auroratrips. schema crm_trips, tmp table name: _airbyte_tmp_gmc_gwat_dev_new_auroratrips 2022-05-11 14:05:22 destination > 2022-05-11 14:05:22 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$onCloseFunction$3):193 - Cleaning tmp tables in destination completed. 2022-05-11 14:05:22 destination > 2022-05-11 14:05:22 INFO i.a.i.b.IntegrationRunner(runInternal):169 - Completed integration: io.airbyte.integrations.base.ssh.SshWrappedDestination 2022-05-11 14:05:22 destination > 2022-05-11 14:05:22 INFO i.a.i.d.c.ClickhouseDestination(main):98 - completed destination: class io.airbyte.integrations.destination.clickhouse.ClickhouseDestination 2022-05-11 14:05:22 ERROR i.a.w.DefaultReplicationWorker(run):169 - Sync worker failed. java.util.concurrent.ExecutionException: io.airbyte.workers.DefaultReplicationWorker$SourceException: Source process exited with non-zero exit code 1 at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) ~[?:?] at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073) ~[?:?] at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:162) ~[io.airbyte-airbyte-workers-0.36.1-alpha.jar:?] at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:57) ~[io.airbyte-airbyte-workers-0.36.1-alpha.jar:?] at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$2(TemporalAttemptExecution.java:155) ~[io.airbyte-airbyte-workers-0.36.1-alpha.jar:?] at java.lang.Thread.run(Thread.java:833) [?:?] Suppressed: io.airbyte.workers.WorkerException: Source process exit with code 1. This warning is normal if the job was cancelled. at io.airbyte.workers.protocols.airbyte.DefaultAirbyteSource.close(DefaultAirbyteSource.java:136) ~[io.airbyte-airbyte-workers-0.36.1-alpha.jar:?] at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:126) ~[io.airbyte-airbyte-workers-0.36.1-alpha.jar:?] at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:57) ~[io.airbyte-airbyte-workers-0.36.1-alpha.jar:?] at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$2(TemporalAttemptExecution.java:155) ~[io.airbyte-airbyte-workers-0.36.1-alpha.jar:?] at java.lang.Thread.run(Thread.java:833) [?:?] Caused by: io.airbyte.workers.DefaultReplicationWorker$SourceException: Source process exited with non-zero exit code 1 at io.airbyte.workers.DefaultReplicationWorker.lambda$getReplicationRunnable$5(DefaultReplicationWorker.java:312) ~[io.airbyte-airbyte-workers-0.36.1-alpha.jar:?] at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] ... 1 more 2022-05-11 14:05:22 INFO i.a.w.DefaultReplicationWorker(run):228 - sync summary: io.airbyte.config.ReplicationAttemptSummary@39ff5d37[status=failed,recordsSynced=0,bytesSynced=0,startTime=1652277615387,endTime=1652277922572,totalStats=io.airbyte.config.SyncStats@1376041d[recordsEmitted=0,bytesEmitted=0,stateMessagesEmitted=0,recordsCommitted=0],streamStats=[]] 2022-05-11 14:05:22 INFO i.a.w.DefaultReplicationWorker(run):250 - Source did not output any state messages 2022-05-11 14:05:22 WARN i.a.w.DefaultReplicationWorker(run):258 - State capture: No new state, falling back on input state: io.airbyte.config.State@99743e8[state={}] 2022-05-11 14:05:22 INFO i.a.w.t.TemporalAttemptExecution(get):131 - Stopping cancellation check scheduling... 2022-05-11 14:05:22 INFO i.a.w.t.s.ReplicationActivityImpl(lambda$replicate$1):147 - sync summary: io.airbyte.config.StandardSyncOutput@611c16a2[standardSyncSummary=io.airbyte.config.StandardSyncSummary@40849c5f[status=failed,recordsSynced=0,bytesSynced=0,startTime=1652277615387,endTime=1652277922572,totalStats=io.airbyte.config.SyncStats@1376041d[recordsEmitted=0,bytesEmitted=0,stateMessagesEmitted=0,recordsCommitted=0],streamStats=[]],normalizationSummary=,state=io.airbyte.config.State@99743e8[state={}],outputCatalog=io.airbyte.protocol.models.ConfiguredAirbyteCatalog@194df91b[streams=[io.airbyte.protocol.models.ConfiguredAirbyteStream@1110d205[stream=io.airbyte.protocol.models.AirbyteStream@10b87f83[name=gwat_dev_new_auroratrips,jsonSchema={"type":"object","properties":{"id":{"type":"number"},"_ca":{"type":"number"},"_cb":{"type":"number"},"_lma":{"type":"number"},"_lmb":{"type":"number"},"city":{"type":"string"},"code":{"type":"string"},"staff":{"type":"string"},"region":{"type":"string"},"status":{"type":"string"},"city_id":{"type":"number"},"division":{"type":"string"},"is_public":{"type":"boolean"},"region_id":{"type":"number"},"trip_link":{"type":"string"},"trip_name":{"type":"string"},"banner_img":{"type":"string"},"partner_id":{"type":"number"},"destination":{"type":"string"},"division_id":{"type":"number"},"total_deals":{"type":"number"},"duration_type":{"type":"string"},"max_companion":{"type":"number"},"min_companion":{"type":"number"},"modified_date":{"type":"number"},"accept_deposit":{"type":"number"},"destination_id":{"type":"number"},"pricing_method":{"type":"string"},"_ab_cdc_log_pos":{"type":"number"},"origin_currency":{"type":"string"},"submission_date":{"type":"number"},"_ab_cdc_log_file":{"type":"string"},"deal_expiry_date":{"type":"number"},"global_exclusive":{"type":"boolean"},"temp_destination":{"type":"string"},"gworld_invitation":{"type":"boolean"},"has_origin_margin":{"type":"boolean"},"_ab_cdc_deleted_at":{"type":"string"},"_ab_cdc_updated_at":{"type":"string"},"display_on_staging":{"type":"boolean"},"exchange_rate_date":{"type":"number"},"use_exchange_rates":{"type":"number"},"margin_type_is_fixed":{"type":"boolean"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=crm_trips,additionalProperties={}],syncMode=incremental,cursorField=[],destinationSyncMode=append_dedup,primaryKey=[[id]],additionalProperties={}]],additionalProperties={}],failures=[io.airbyte.config.FailureReason@74ba7faf[failureOrigin=source,failureType=,internalMessage=io.airbyte.workers.DefaultReplicationWorker$SourceException: Source process exited with non-zero exit code 1,externalMessage=Something went wrong within the source connector,metadata=io.airbyte.config.Metadata@249d502[additionalProperties={attemptNumber=0, jobId=5889}],stacktrace=java.util.concurrent.CompletionException: io.airbyte.workers.DefaultReplicationWorker$SourceException: Source process exited with non-zero exit code 1 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1807) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: io.airbyte.workers.DefaultReplicationWorker$SourceException: Source process exited with non-zero exit code 1 at io.airbyte.workers.DefaultReplicationWorker.lambda$getReplicationRunnable$5(DefaultReplicationWorker.java:312) at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ... 3 more ,retryable=,timestamp=1652277921877]]] 2022-05-11 14:05:22 INFO i.a.w.t.TemporalUtils(withBackgroundHeartbeat):235 - Stopping temporal heartbeating... 2022-05-11 14:05:22 INFO i.a.c.p.ConfigRepository(updateConnectionState):773 - Updating connection f7c9cd28-d109-4fc2-b42d-7c59d1ce086f state: io.airbyte.config.State@6129d68a[state={}] 2022-05-11 14:05:22 INFO i.a.w.t.TemporalAttemptExecution(get):105 - Docker volume job log path: /tmp/workspace/5889/0/logs.log 2022-05-11 14:05:22 INFO i.a.w.t.TemporalAttemptExecution(get):110 - Executing worker wrapper. Airbyte version: 0.36.1-alpha 2022-05-11 14:05:22 INFO i.a.w.DefaultNormalizationWorker(run):47 - Running normalization. 2022-05-11 14:05:22 INFO i.a.w.n.DefaultNormalizationRunner(runProcess):122 - Running with normalization version: airbyte/normalization-clickhouse:0.1.75 2022-05-11 14:05:22 INFO i.a.c.i.LineGobbler(voidCall):82 - Checking if airbyte/normalization-clickhouse:0.1.75 exists... 2022-05-11 14:05:22 INFO i.a.c.i.LineGobbler(voidCall):82 - airbyte/normalization-clickhouse:0.1.75 was found locally. 2022-05-11 14:05:22 INFO i.a.w.p.DockerProcessFactory(create):106 - Creating docker job ID: 5889 2022-05-11 14:05:22 INFO i.a.w.p.DockerProcessFactory(create):158 - Preparing command: docker run --rm --init -i -w /data/5889/0/normalize --log-driver none --network host -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -e AIRBYTE_ROLE= -e WORKER_ENVIRONMENT=DOCKER -e AIRBYTE_VERSION=0.36.1-alpha airbyte/normalization-clickhouse:0.1.75 run --integration-type clickhouse --config destination_config.json --catalog destination_catalog.json 2022-05-11 14:05:23 normalization > Running: transform-config --config destination_config.json --integration-type clickhouse --out /data/5889/0/normalize 2022-05-11 14:05:23 normalization > Namespace(config='destination_config.json', integration_type=, out='/data/5889/0/normalize') 2022-05-11 14:05:23 normalization > transform_clickhouse 2022-05-11 14:05:23 normalization > Running: transform-catalog --integration-type clickhouse --profile-config-dir /data/5889/0/normalize --catalog destination_catalog.json --out /data/5889/0/normalize/models/generated/ --json-column _airbyte_data 2022-05-11 14:05:23 normalization > Processing destination_catalog.json... 2022-05-11 14:05:23 normalization > Generating airbyte_ctes/crm_trips/gwat_dev_new_auroratrips_ab1.sql from gwat_dev_new_auroratrips 2022-05-11 14:05:23 normalization > Generating airbyte_ctes/crm_trips/gwat_dev_new_auroratrips_ab2.sql from gwat_dev_new_auroratrips 2022-05-11 14:05:23 normalization > Generating airbyte_views/crm_trips/gwat_dev_new_auroratrips_stg.sql from gwat_dev_new_auroratrips 2022-05-11 14:05:23 normalization > Generating airbyte_incremental/scd/crm_trips/gwat_dev_new_auroratrips_scd.sql from gwat_dev_new_auroratrips 2022-05-11 14:05:23 normalization > Generating airbyte_incremental/crm_trips/gwat_dev_new_auroratrips.sql from gwat_dev_new_auroratrips 2022-05-11 14:05:23 normalization > detected no config file for ssh, assuming ssh is off. 2022-05-11 14:05:26 normalization > [--event-buffer-size EVENT_BUFFER_SIZE] 2022-05-11 14:05:26 normalization > --event-buffer-size EVENT_BUFFER_SIZE 2022-05-11 14:05:26 normalization > 2022-05-11 14:05:26 normalization > DBT >=1.0.0 detected; using 10K event buffer size 2022-05-11 14:05:26 normalization > 2022-05-11 14:05:29 normalization > 14:05:29 Running with dbt=1.0.0 2022-05-11 14:05:29 normalization > 14:05:29 Partial parse save file not found. Starting full parse. 2022-05-11 14:05:31 normalization > 14:05:31 [WARNING]: Configuration paths exist in your dbt_project.yml file which do not apply to any resources. 2022-05-11 14:05:31 normalization > There are 1 unused configuration paths: 2022-05-11 14:05:31 normalization > - models.airbyte_utils.generated.airbyte_tables 2022-05-11 14:05:31 normalization > 2022-05-11 14:05:31 normalization > 14:05:31 Found 5 models, 0 tests, 0 snapshots, 0 analyses, 530 macros, 0 operations, 0 seed files, 1 source, 0 exposures, 0 metrics 2022-05-11 14:05:31 normalization > 14:05:31 2022-05-11 14:05:32 normalization > 14:05:32 Concurrency: 1 threads (target='prod') 2022-05-11 14:05:32 normalization > 14:05:32 2022-05-11 14:05:32 normalization > 14:05:32 1 of 3 START view model _airbyte_crm_trips.gwat_dev_new_auroratrips_stg................................................. [RUN] 2022-05-11 14:05:33 normalization > 14:05:33 1 of 3 OK created view model _airbyte_crm_trips.gwat_dev_new_auroratrips_stg............................................ [OK in 0.95s] 2022-05-11 14:05:33 normalization > 14:05:33 2 of 3 START incremental model crm_trips.gwat_dev_new_auroratrips_scd................................................... [RUN] 2022-05-11 14:05:37 normalization > 14:05:37 2 of 3 OK created incremental model crm_trips.gwat_dev_new_auroratrips_scd.............................................. [OK in 3.76s] 2022-05-11 14:05:37 normalization > 14:05:37 3 of 3 START incremental model crm_trips.gwat_dev_new_auroratrips....................................................... [RUN] 2022-05-11 14:05:39 normalization > 14:05:39 3 of 3 OK created incremental model crm_trips.gwat_dev_new_auroratrips.................................................. [OK in 2.50s] 2022-05-11 14:05:39 normalization > 14:05:39 2022-05-11 14:05:39 normalization > 14:05:39 Finished running 1 view model, 2 incremental models in 8.49s. 2022-05-11 14:05:39 normalization > 14:05:39 2022-05-11 14:05:39 normalization > 14:05:39 Completed successfully 2022-05-11 14:05:39 normalization > 14:05:39 2022-05-11 14:05:39 normalization > 14:05:39 Done. PASS=3 WARN=0 ERROR=0 SKIP=0 TOTAL=3 2022-05-11 14:05:39 INFO i.a.w.DefaultNormalizationWorker(run):71 - Normalization executed in 17 seconds. 2022-05-11 14:05:39 INFO i.a.w.DefaultNormalizationWorker(run):77 - Normalization summary: io.airbyte.config.NormalizationSummary@28e60192[startTime=1652277922669,endTime=1652277939880] 2022-05-11 14:05:39 INFO i.a.w.t.TemporalAttemptExecution(get):131 - Stopping cancellation check scheduling... 2022-05-11 14:05:39 INFO i.a.w.t.TemporalUtils(withBackgroundHeartbeat):235 - Stopping temporal heartbeating...