2022-04-28 15:33:48 INFO i.a.w.w.WorkerRun(call):49 - Executing worker wrapper. Airbyte version: 0.36.3-alpha 2022-04-28 15:33:49 INFO i.a.w.t.TemporalAttemptExecution(get):105 - Docker volume job log path: /tmp/workspace/16/0/logs.log 2022-04-28 15:33:49 INFO i.a.w.t.TemporalAttemptExecution(get):110 - Executing worker wrapper. Airbyte version: 0.36.3-alpha 2022-04-28 15:33:49 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword example - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword 2022-04-28 15:33:49 INFO i.a.w.DefaultReplicationWorker(run):104 - start sync worker. job id: 16 attempt id: 0 2022-04-28 15:33:49 INFO i.a.w.DefaultReplicationWorker(run):116 - configured sync modes: {public.claim_klaim=full_refresh - append, public.claim_klaimassessment=full_refresh - append, public.claim_klaimaction=full_refresh - append} 2022-04-28 15:33:49 INFO i.a.w.p.a.DefaultAirbyteDestination(start):69 - Running destination... 2022-04-28 15:33:49 INFO i.a.c.i.LineGobbler(voidCall):82 - Checking if airbyte/destination-redshift:0.3.32 exists... 2022-04-28 15:33:49 INFO i.a.c.i.LineGobbler(voidCall):82 - airbyte/destination-redshift:0.3.32 was found locally. 2022-04-28 15:33:49 INFO i.a.w.p.DockerProcessFactory(create):106 - Creating docker job ID: 16 2022-04-28 15:33:49 INFO i.a.w.p.DockerProcessFactory(create):158 - Preparing command: docker run --rm --init -i -w /data/16/0 --log-driver none --network host -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -e WORKER_JOB_ATTEMPT=0 -e WORKER_CONNECTOR_IMAGE=airbyte/destination-redshift:0.3.32 -e WORKER_ENVIRONMENT=DOCKER -e AIRBYTE_ROLE= -e AIRBYTE_VERSION=0.36.3-alpha -e WORKER_JOB_ID=16 airbyte/destination-redshift:0.3.32 write --config destination_config.json --catalog destination_catalog.json 2022-04-28 15:33:49 INFO i.a.c.i.LineGobbler(voidCall):82 - Checking if airbyte/source-postgres:0.4.11 exists... 2022-04-28 15:33:49 INFO i.a.c.i.LineGobbler(voidCall):82 - airbyte/source-postgres:0.4.11 was found locally. 2022-04-28 15:33:49 INFO i.a.w.p.DockerProcessFactory(create):106 - Creating docker job ID: 16 2022-04-28 15:33:49 INFO i.a.w.p.DockerProcessFactory(create):158 - Preparing command: docker run --rm --init -i -w /data/16/0 --log-driver none --network host -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -e WORKER_JOB_ATTEMPT=0 -e WORKER_CONNECTOR_IMAGE=airbyte/source-postgres:0.4.11 -e WORKER_ENVIRONMENT=DOCKER -e AIRBYTE_ROLE= -e AIRBYTE_VERSION=0.36.3-alpha -e WORKER_JOB_ID=16 airbyte/source-postgres:0.4.11 read --config source_config.json --catalog source_catalog.json --state input_state.json 2022-04-28 15:33:49 INFO i.a.w.DefaultReplicationWorker(lambda$getDestinationOutputRunnable$6):339 - Destination output thread started. 2022-04-28 15:33:49 INFO i.a.w.DefaultReplicationWorker(run):158 - Waiting for source and destination threads to complete. 2022-04-28 15:33:49 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):279 - Replication thread started. 2022-04-28 15:33:51 source > SLF4J: Class path contains multiple SLF4J bindings. 2022-04-28 15:33:51 source > SLF4J: Found binding in [jar:file:/airbyte/lib/log4j-slf4j-impl-2.17.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] 2022-04-28 15:33:51 source > SLF4J: Found binding in [jar:file:/airbyte/lib/slf4j-log4j12-1.7.30.jar!/org/slf4j/impl/StaticLoggerBinder.class] 2022-04-28 15:33:51 source > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. 2022-04-28 15:33:51 destination > SLF4J: Class path contains multiple SLF4J bindings. 2022-04-28 15:33:51 destination > SLF4J: Found binding in [jar:file:/airbyte/lib/log4j-slf4j-impl-2.17.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] 2022-04-28 15:33:51 destination > SLF4J: Found binding in [jar:file:/airbyte/lib/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class] 2022-04-28 15:33:51 destination > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. 2022-04-28 15:33:51 source > SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory] 2022-04-28 15:33:51 destination > SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory] 2022-04-28 15:33:53 source > 2022-04-28 15:33:53 INFO i.a.i.s.p.PostgresSource(main):364 - starting source: class io.airbyte.integrations.source.postgres.PostgresSource 2022-04-28 15:33:53 destination > 2022-04-28 15:33:53 INFO i.a.i.d.r.RedshiftDestination(main):70 - starting destination: class io.airbyte.integrations.destination.redshift.RedshiftDestination 2022-04-28 15:33:54 source > 2022-04-28 15:33:54 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-04-28 15:33:54 source > 2022-04-28 15:33:54 INFO i.a.i.b.IntegrationRunner(runInternal):121 - Running integration: io.airbyte.integrations.base.ssh.SshWrappedSource 2022-04-28 15:33:54 source > 2022-04-28 15:33:54 INFO i.a.i.b.IntegrationRunner(runInternal):122 - Command: READ 2022-04-28 15:33:54 source > 2022-04-28 15:33:54 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-04-28 15:33:54 destination > 2022-04-28 15:33:54 INFO i.a.i.b.IntegrationCliParser(parseOptions):118 - integration args: {catalog=destination_catalog.json, write=null, config=destination_config.json} 2022-04-28 15:33:54 destination > 2022-04-28 15:33:54 INFO i.a.i.b.IntegrationRunner(runInternal):121 - Running integration: io.airbyte.integrations.destination.redshift.RedshiftDestination 2022-04-28 15:33:54 destination > 2022-04-28 15:33:54 INFO i.a.i.b.IntegrationRunner(runInternal):122 - Command: WRITE 2022-04-28 15:33:54 destination > 2022-04-28 15:33:54 INFO i.a.i.b.IntegrationRunner(runInternal):123 - Integration config: IntegrationConfig{command=WRITE, configPath='destination_config.json', catalogPath='destination_catalog.json', statePath='null'} 2022-04-28 15:33:54 destination > 2022-04-28 15:33:54 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-04-28 15:33:54 destination > 2022-04-28 15:33:54 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-04-28 15:33:54 source > 2022-04-28 15:33:54 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-04-28 15:33:54 source > 2022-04-28 15:33:54 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-04-28 15:33:54 destination > 2022-04-28 15:33:54 WARN i.a.i.d.r.RedshiftDestination(determineUploadMode):56 - The "standard" upload mode is not performant, and is not recommended for production. Please use the Amazon S3 upload mode if you are syncing a large amount of data. 2022-04-28 15:33:54 destination > 2022-04-28 15:33:54 INFO i.a.i.d.j.c.SwitchingDestination(getConsumer):65 - Using destination type: INSERT_WITH_SUPER_TMP_TYPE 2022-04-28 15:33:54 source > 2022-04-28 15:33:54 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-04-28 15:33:54 source > 2022-04-28 15:33:54 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-04-28 15:33:55 destination > 2022-04-28 15:33:55 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$toWriteConfig$0):98 - Write config: WriteConfig{streamName=claim_klaim, namespace=null, outputSchemaName=airbyte, tmpTableName=_airbyte_tmp_jmt_claim_klaim, outputTableName=_airbyte_raw_claim_klaim, syncMode=append} 2022-04-28 15:33:55 destination > 2022-04-28 15:33:55 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$toWriteConfig$0):98 - Write config: WriteConfig{streamName=claim_klaimaction, namespace=null, outputSchemaName=airbyte, tmpTableName=_airbyte_tmp_ghd_claim_klaimaction, outputTableName=_airbyte_raw_claim_klaimaction, syncMode=append} 2022-04-28 15:33:55 destination > 2022-04-28 15:33:55 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$toWriteConfig$0):98 - Write config: WriteConfig{streamName=claim_klaimassessment, namespace=null, outputSchemaName=airbyte, tmpTableName=_airbyte_tmp_ziq_claim_klaimassessment, outputTableName=_airbyte_raw_claim_klaimassessment, syncMode=append} 2022-04-28 15:33:55 source > 2022-04-28 15:33:55 INFO i.a.i.b.s.SshTunnel(getInstance):170 - Starting connection with method: NO_TUNNEL 2022-04-28 15:33:55 destination > 2022-04-28 15:33:55 INFO i.a.i.d.b.BufferedStreamConsumer(startTracked):116 - class io.airbyte.integrations.destination.buffered_stream_consumer.BufferedStreamConsumer started. 2022-04-28 15:33:55 destination > 2022-04-28 15:33:55 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$onStartFunction$1):123 - Preparing tmp tables in destination started for 3 streams 2022-04-28 15:33:55 destination > 2022-04-28 15:33:55 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$onStartFunction$1):127 - Preparing tmp table in destination started for stream claim_klaim. schema: airbyte, tmp table name: _airbyte_tmp_jmt_claim_klaim 2022-04-28 15:33:56 source > 2022-04-28 15:33:56 INFO i.a.i.s.p.PostgresSource(isCdc):253 - using CDC: false 2022-04-28 15:33:56 source > 2022-04-28 15:33:56 INFO i.a.i.s.j.AbstractJdbcSource(lambda$getCheckOperations$1):88 - Attempting to get metadata from the database to see if we can connect. 2022-04-28 15:33:56 source > 2022-04-28 15:33:56 INFO i.a.i.s.r.CdcStateManager():26 - Initialized CDC state with: null 2022-04-28 15:33:56 source > 2022-04-28 15:33:56 INFO i.a.i.s.r.StateManager(createCursorInfoForStream):118 - No cursor field set in catalog but not present in state. Stream: AirbyteStreamNameNamespacePair{name='claim_klaimaction', namespace='public'}, New Cursor Field: null. Resetting cursor value 2022-04-28 15:33:56 source > 2022-04-28 15:33:56 INFO i.a.i.s.r.StateManager(createCursorInfoForStream):118 - No cursor field set in catalog but not present in state. Stream: AirbyteStreamNameNamespacePair{name='claim_klaimassessment', namespace='public'}, New Cursor Field: null. Resetting cursor value 2022-04-28 15:33:56 source > 2022-04-28 15:33:56 INFO i.a.i.s.r.StateManager(createCursorInfoForStream):118 - No cursor field set in catalog but not present in state. Stream: AirbyteStreamNameNamespacePair{name='claim_klaim', namespace='public'}, New Cursor Field: null. Resetting cursor value 2022-04-28 15:33:57 destination > 2022-04-28 15:33:57 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$onStartFunction$1):127 - Preparing tmp table in destination started for stream claim_klaimaction. schema: airbyte, tmp table name: _airbyte_tmp_ghd_claim_klaimaction 2022-04-28 15:33:57 destination > 2022-04-28 15:33:57 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$onStartFunction$1):127 - Preparing tmp table in destination started for stream claim_klaimassessment. schema: airbyte, tmp table name: _airbyte_tmp_ziq_claim_klaimassessment 2022-04-28 15:33:57 destination > 2022-04-28 15:33:57 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$onStartFunction$1):133 - Preparing tables in destination completed. 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instruction column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instruction column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instruction column id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instruction column content_type_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instruction column task_name (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instruction column effective_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instruction column interval (type interval[49]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instruction column limit (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instruction column description_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instruction column description_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instruction column status (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instruction column task_params (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_diagnosis column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_diagnosis column code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_diagnosis column description_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_diagnosis column description_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_diagnosis column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_diagnosis column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_diagnosis column classification_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_diagnosis column parent_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_diagnosis column common_name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_diagnosis column common_name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_diagnosis column is_customer_viewable (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_grouppolicy_documents column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_grouppolicy_documents column grouppolicy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_grouppolicy_documents column document_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_applicationtoken_application_cases column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_applicationtoken_application_cases column applicationtoken_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_applicationtoken_application_cases column applicationcase_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationcouponusage column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationcouponusage column application_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationcouponusage column coupon_usage_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_marketingcontact column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_marketingcontact column name (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_marketingcontact column phone (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_marketingcontact column email (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_marketingcontact column allow_promotion (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_marketingcontact column contact_source (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_marketingcontact column extra (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_marketingcontact column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_paymentmethod column id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_paymentmethod column gateway_type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_paymentmethod column gateway_data (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_paymentmethod column display_data (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_paymentmethod column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_paymentmethod column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_paymentmethod column status (type varchar[100]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_paymentmethod column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_paymentmethod column gateway_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_paymentmethod column is_verified (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimassessment column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimassessment column hospital_other (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimassessment column admission_nature (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimassessment column admission_reasons_other (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimassessment column admission_date (type date[13]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimassessment column discharge_date (type date[13]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimassessment column room_classes (type _text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@28d79cba 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimassessment column has_voluntary_upgrade (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimassessment column has_involuntary_upgrade (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimassessment column is_congenital_illness (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimassessment column is_pre_existing_condition (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimassessment column action_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimassessment column hospital_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimassessment column accident_date (type date[13]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimassessment column symptom_date (type date[13]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititem column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititem column code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititem column type (type varchar[20]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititem column adjustment_factor (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititem column has_smm (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititem column smm_adjustment_factor (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititem column remarks (type varchar[100]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititem column benefit_schedule_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititem column dependent_item_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititem column category_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititem column is_fully_covered (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititem column name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititem column name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititem column remark_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititem column remark_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititem column is_reimbursement (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititem column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititem column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititem column is_claimable (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititem column ordering (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititem column unique_code (type varchar[255]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationassessment column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationassessment column item (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationassessment column decision (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationassessment column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationassessment column admin_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationassessment column application_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyquestion column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyquestion column title_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyquestion column subtitle_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyquestion column survey_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyquestion column subtitle_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyquestion column title_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyquestion column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyquestion column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product_attribute_values column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product_attribute_values column product_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product_attribute_values column attributevalue_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_discountschemeitem column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_discountschemeitem column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_discountschemeitem column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_discountschemeitem column amount_off (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_discountschemeitem column created_by_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_discountschemeitem column premium_rate_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_discountschemeitem column scheme_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_mydocmemberregistration column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_mydocmemberregistration column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_mydocmemberregistration column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_mydocmemberregistration column member_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_mydocmemberregistration column policy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_mydocmemberregistration column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_mydocmemberregistration column voucher_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetopic column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetopic column slug (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetopic column name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetopic column name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetopic column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetopic column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetopic column description_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetopic column description_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetopic column subscribable (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititemproperty column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititemproperty column quantity (type numeric[12]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititemproperty column benefit_item_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititemproperty column unit_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititemproperty column overriding_description_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititemproperty column overriding_description_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititemproperty column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititemproperty column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititemproperty column ordering (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititemproperty column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititemproperty column code (type varchar[255]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimbilleditem column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimbilleditem column billed_quantity (type numeric[6]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimbilleditem column billed_amount (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimbilleditem column billed_amount_remark (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimbilleditem column operation_other_name (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimbilleditem column operation_other_complexity (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimbilleditem column room_class (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimbilleditem column incurred_date (type date[13]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimbilleditem column operation_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimbilleditem column settlement_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimbilleditem column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimbilleditem column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationcase_contacts column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationcase_contacts column applicationcase_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationcase_contacts column marketingcontact_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestrunresult column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestrunresult column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestrunresult column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestrunresult column status (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestrunresult column run_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyrelation column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyrelation column dependent_role (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyrelation column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyrelation column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyrelation column dependent_policy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyrelation column parent_policy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyrelation column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_payoutmethod column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_payoutmethod column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_payoutmethod column id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_payoutmethod column status (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_payoutmethod column gateway_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_payoutmethod column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestiontag column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestiontag column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestiontag column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestiontag column question_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestiontag column tag_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfigversion column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfigversion column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfigversion column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfigversion column name (type varchar[255]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfigversion column snapshot (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfigversion column underwriting_config_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfigversion column created_by_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappeal column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappeal column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappeal column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappeal column description (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappeal column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:57 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappeal column is_accepted (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappeal column created_by_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappeal column underwriting_case_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappeal column acceptance_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappeal column close_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetemplatefield column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:57 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetemplatefield column key (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetemplatefield column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetemplatefield column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetemplatefield column parent_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetemplatefield column template_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetemplatefield column context_value_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_announcement column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_announcement column content_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_announcement column content_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_announcement column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_announcement column created_by (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_announcement column expiry (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_announcement column internal_message (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_announcement column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_announcement column is_dismissable (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_announcement column is_template (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_announcement column message_type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_announcement column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritinganswer column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritinganswer column input (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritinganswer column input_type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritinganswer column value (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritinganswer column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritinganswer column answer_set_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritinganswer column event_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritinganswer column answer_key_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructioncondition column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructioncondition column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructioncondition column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructioncondition column lookup (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructioncondition column expression (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructioncondition column context_values (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructioncondition column exclude (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructioncondition column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructioncondition column instruction_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructioncondition column node_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructioncondition column group (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_attributevalue column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_attributevalue column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_attributevalue column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_attributevalue column value_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_attributevalue column value_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_attributevalue column effective_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_attributevalue column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_attributevalue column ordering (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_attributevalue column attribute_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_attributevalue column code (type varchar[255]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareservice_remarks column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareservice_remarks column healthcareservice_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareservice_remarks column healthcareserviceremark_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_taxreport_invoices column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_taxreport_invoices column taxreport_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_taxreport_invoices column invoice_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_address column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_address column address_line_one (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_address column address_line_two (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_address column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_address column line_one_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_address column line_one_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_address column line_two_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_address column line_two_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_address column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_address column region_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_address column region_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_address column subregion_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_address column subregion_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application_insured_lifes column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application_insured_lifes column application_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application_insured_lifes column insuredlife_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table web_flowcondition column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table web_flowcondition column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table web_flowcondition column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table web_flowcondition column expression (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table web_flowcondition column node_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table web_flowcondition column exclude (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_coupon_applicable_products column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_coupon_applicable_products column coupon_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_coupon_applicable_products column product_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimassessment_diagnoses column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimassessment_diagnoses column klaimassessment_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimassessment_diagnoses column diagnosis_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingmeta column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingmeta column request_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingmeta column key (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingmeta column value (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingmeta column case_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimdecision column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimdecision column internal_message (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimdecision column public_message (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimdecision column action_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationdate column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationdate column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationdate column value (type date[13]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationdate column case_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationdate column application_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table knox_authtoken column digest (type varchar[128]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table knox_authtoken column salt (type varchar[16]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table knox_authtoken column created (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table knox_authtoken column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table knox_authtoken column expiry (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table knox_authtoken column token_key (type varchar[8]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_kinshipterm column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_kinshipterm column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_kinshipterm column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_kinshipterm column code (type varchar[50]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_kinshipterm column name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_kinshipterm column name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_claimestimationrequest column id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_claimestimationrequest column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_claimestimationrequest column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_claimestimationrequest column status (type varchar[100]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_claimestimationrequest column admin_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_claimestimationrequest column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_claimestimationrequest column policy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfig_occupation_decisions column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfig_occupation_decisions column underwritingconfig_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfig_occupation_decisions column occupationdecisionmapping_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_stakeholder column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_stakeholder column name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_stakeholder column name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_stakeholder column identification_document_number (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_stakeholder column shares_over_threshold (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_stakeholder column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_stakeholder column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_stakeholder column address_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_stakeholder column company_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_stakeholder column identification_document_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_stakeholder column date_of_birth (type date[13]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_resourcerelation_include_content_types column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_resourcerelation_include_content_types column resourcerelation_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_resourcerelation_include_content_types column contenttype_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_celery_results_taskresult column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_celery_results_taskresult column task_id (type varchar[255]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_celery_results_taskresult column status (type varchar[50]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_celery_results_taskresult column content_type (type varchar[128]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_celery_results_taskresult column content_encoding (type varchar[64]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_celery_results_taskresult column result (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_celery_results_taskresult column date_done (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_celery_results_taskresult column traceback (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_celery_results_taskresult column meta (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_celery_results_taskresult column task_args (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_celery_results_taskresult column task_kwargs (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_celery_results_taskresult column task_name (type varchar[255]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_celery_results_taskresult column worker (type varchar[100]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_celery_results_taskresult column date_created (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_hospitalcode column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_hospitalcode column code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_hospitalcode column classification_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_platformparam column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_platformparam column app (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_platformparam column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_platformparam column message (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_platformparam column env (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_platformparam column by_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_identityverification column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_identityverification column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_identityverification column id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_identityverification column status (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_identityverification column identification_document_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_identityverification column identity_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_identityverification column selfie_video_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_identityverification column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_identityverification column spawned_by_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_membercoveragebreakdown column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_membercoveragebreakdown column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_membercoveragebreakdown column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_membercoveragebreakdown column start_date (type date[13]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_membercoveragebreakdown column end_date (type date[13]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_membercoveragebreakdown column amount (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_membercoveragebreakdown column coverage_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_membercoveragebreakdown column invoice_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetopicsubscription column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetopicsubscription column subscribed (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetopicsubscription column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetopicsubscription column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetopicsubscription column topic_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetopicsubscription column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_currency column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_currency column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_currency column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_currency column code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_currency column symbol (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_currency column name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_currency column name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestioninputconfig column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestioninputconfig column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestioninputconfig column answer_key_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestioninputconfig column label_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestioninputconfig column label_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestioninputconfig column sequence (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestioninputconfig column question_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestioninputconfig column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestioninputconfig column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestioninputconfig column extra (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_applicationtoken column partnershiptoken_ptr_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_applicationtoken column creation_request_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profilerelation column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profilerelation column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profilerelation column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profilerelation column kinship_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profilerelation column source_profile_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profilerelation column target_profile_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititemunit column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititemunit column unit (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititemunit column description_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefititemunit column description_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table auth_group column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table auth_group column name (type varchar[150]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagevendor column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagevendor column slug (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagevendor column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagevendor column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagevendor column channel_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_operation column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_operation column slug (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_operation column en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_operation column zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_operation column complexity_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_operation column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_operation column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_namescreeningsearchinput column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_namescreeningsearchinput column first_name (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_namescreeningsearchinput column last_name (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_namescreeningsearchinput column gender (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_namescreeningsearchinput column date_of_birth (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_namescreeningsearchinput column identity_document_number (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table user_user column password (type varchar[128]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table user_user column last_login (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table user_user column is_superuser (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table user_user column id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table user_user column email (type varchar[254]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table user_user column phone_number (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table user_user column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table user_user column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table user_user column is_staff (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table user_user column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table user_user column cognito_username (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table user_user column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table user_user column email_verified (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table user_user column phone_number_verified (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table user_user column promoted_to_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationmeta column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationmeta column key (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationmeta column value (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationmeta column case_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_servicetype column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_servicetype column code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_servicetype column name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_servicetype column name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_servicetype column description_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_servicetype column description_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_servicetype column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_servicetype column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_fhbreason column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_fhbreason column code (type varchar[50]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_fhbreason column description_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_fhbreason column description_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_fhbreason column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_fhbreason column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_identity column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_identity column first_name (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_identity column last_name (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_identity column chinese_first_name (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_identity column chinese_last_name (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_identity column gender (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_identity column date_of_birth (type date[13]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_identity column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_identity column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_identity column document_number (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_identity column document_type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table recommendation_recommendationconfig column id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table recommendation_recommendationconfig column config_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_resourcerelation column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_resourcerelation column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_resourcerelation column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_resourcerelation column origin_resource_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_resourcerelation column target_resource_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_contactperson column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_contactperson column name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_contactperson column name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_contactperson column title (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_contactperson column email (type varchar[254]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_contactperson column phone (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_contactperson column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_contactperson column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_contactperson column company_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_contactperson column name_card_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_contactperson column identification_document_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_rewardredemption column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_rewardredemption column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_rewardredemption column policy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_rewardredemption column reward_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_rewardredemption column value (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_rewardredemption column discount_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_rewardredemption column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_productservice column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_productservice column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_productservice column effective_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_productservice column expiry_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_productservice column product_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_productservice column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_bulkmessage_context_values column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_bulkmessage_context_values column bulkmessage_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_bulkmessage_context_values column messagecontextvalue_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_occupation_new column id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_occupation_new column industry_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_occupation_new column industry_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_occupation_new column role_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_occupation_new column role_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_occupation_new column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table web_page column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table web_page column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table web_page column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table web_page column code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table web_page column name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table web_page column name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table web_page column pathname (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table web_page column is_end (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyevent_documents column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyevent_documents column policyevent_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyevent_documents column document_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referralcampaignreward_referee_rewards column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referralcampaignreward_referee_rewards column referralcampaignreward_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referralcampaignreward_referee_rewards column reward_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_insuredlifetaxresidency column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_insuredlifetaxresidency column tax_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_insuredlifetaxresidency column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_insuredlifetaxresidency column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_insuredlifetaxresidency column insured_life_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_insuredlifetaxresidency column nationality_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlement column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlement column ex_gratia_amount (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlement column ex_gratia_reason (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlement column bowtie_cash_amount (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlement column status (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlement column action_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlement column total_payable_amount (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_grouppolicy_users column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_grouppolicy_users column grouppolicy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_grouppolicy_users column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_bank column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_bank column ordering (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_bank column code (type varchar[50]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_bank column name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_bank column name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_bank column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_bank column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_bank column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_producttype column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_producttype column last_update (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application_pending_codes column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application_pending_codes column application_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application_pending_codes column applicationpendingcode_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecision column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecision column effect (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecision column loading_factor (type numeric[4]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecision column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecision column exclusion_item_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecision column reason_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecision column code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecision column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column type_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column contract_period (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column maturity_period (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column allow_flexible_selection (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column auto_approvable (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column cooling_off_period (type interval[49]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column grace_period (type interval[49]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column is_insurance_plan (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column ordering (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column require_document_checking (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column require_underwriting (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column description_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column description_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column cover_image (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column icon (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column plan_details_url_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column plan_details_url_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column product_risk_url (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column provision_url (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column short_name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column short_name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_product column template_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referralcampaignreward_referrer_rewards column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referralcampaignreward_referrer_rewards column referralcampaignreward_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referralcampaignreward_referrer_rewards column reward_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_occupationdecisionmapping column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_occupationdecisionmapping column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_occupationdecisionmapping column decision_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_occupationdecisionmapping column occupation_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimdecision_decision_codes column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimdecision_decision_codes column klaimdecision_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimdecision_decision_codes column klaimcode_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_openinghour column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_openinghour column start_day (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_openinghour column start_hour (type numeric[4]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_openinghour column close_hour (type numeric[4]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_openinghour column remark (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_openinghour column close_time (type time[15]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_openinghour column start_time (type time[15]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefitcategory column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefitcategory column category_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefitcategory column category_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefitcategory column remark_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefitcategory column remark_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefitcategory column benefit_schedule_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefitcategory column code (type varchar[255]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_bankaccount column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_bankaccount column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_bankaccount column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_bankaccount column holder_name (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_bankaccount column account_number (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_bankaccount column bank_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_bankaccount column payout_method_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_documenttemplate column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_documenttemplate column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_documenttemplate column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_documenttemplate column body (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_documenttemplate column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_documenttemplate column create_by_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_documenttemplate column footer_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_documenttemplate column header_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_documenttemplate column usage_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_diagnosis column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_diagnosis column code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_diagnosis column description (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_diagnosis column revision (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationcase_documents column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationcase_documents column applicationcase_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationcase_documents column document_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingresult_answers column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingresult_answers column underwritingresult_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingresult_answers column underwritinganswer_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnerpayload_diagnosis column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnerpayload_diagnosis column partnerpayload_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnerpayload_diagnosis column diagnosis_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingfollowup column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingfollowup column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingfollowup column channel (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingfollowup column event_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareprovision column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareprovision column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareprovision column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareprovision column slug (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareprovision column name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareprovision column name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareprovision column description_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareprovision column description_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareprovision column icon (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappealitem column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappealitem column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappealitem column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappealitem column appeal_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappealitem column target_decision_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestsuiteconfig column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestsuiteconfig column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestsuiteconfig column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestsuiteconfig column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestsuiteconfig column input_config_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestsuiteconfig column mapping_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingproductmapping column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingproductmapping column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingproductmapping column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingproductmapping column is_published (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingproductmapping column product_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingproductmapping column underwriting_config_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referralcampaignreward_referrer_rewards_applicabl6faa column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referralcampaignreward_referrer_rewards_applicabl6faa column referralcampaignreward_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referralcampaignreward_referrer_rewards_applicabl6faa column product_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_message_context_values column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_message_context_values column message_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_message_context_values column messagecontextvalue_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_operation_organs column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_operation_organs column operation_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_operation_organs column organ_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritinganswer_documents column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritinganswer_documents column underwritinganswer_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritinganswer_documents column document_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyholdertaxresidency column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyholdertaxresidency column tax_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyholdertaxresidency column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyholdertaxresidency column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyholdertaxresidency column nationality_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyholdertaxresidency column policyholder_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetemplate column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetemplate column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetemplate column body (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetemplate column created_by_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetemplate column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetemplate column language (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetemplate column subject (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetemplate column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetemplate column usage_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetemplate column sending_options (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimuncovereditem column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimuncovereditem column incurred_date (type date[13]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimuncovereditem column billed_quantity (type numeric[6]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimuncovereditem column billed_amount (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimuncovereditem column rejection_remark (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimuncovereditem column settlement_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimuncovereditem column billed_item_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestanswer column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestanswer column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestanswer column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestanswer column value (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestanswer column test_suite_config_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestanswer column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingfollowup_answers column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingfollowup_answers column underwritingfollowup_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingfollowup_answers column underwritinganswer_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_voucher column partnershiptoken_ptr_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_voucher column limit (type int2[5]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_voucher column service_type_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_voucher column provision_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyattempt column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyattempt column result (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyattempt column duration (type float8[17]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyattempt column survey_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyattempt column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyattempt column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyattempt column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_treatment column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_treatment column code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_treatment column name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_treatment column name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappealresult column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappealresult column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappealresult column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappealresult column description (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappealresult column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappealresult column appeal_item_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_documentuploadattempt column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_documentuploadattempt column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_documentuploadattempt column id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_documentuploadattempt column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_documentuploadattempt column document_s3_key (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_documentuploadattempt column status (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_documentuploadattempt column created_by_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_documentuploadattempt column document_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_documentuploadattempt column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_language column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_language column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_language column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_language column code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_language column name (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem_decision_codes column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem_decision_codes column klaimsettlementitem_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem_decision_codes column klaimcode_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partner column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partner column name (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partner column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partner column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingoverride column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingoverride column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingoverride column effect (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingoverride column exclusion_item_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingoverride column loading_factor (type numeric[4]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingoverride column case_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingoverride column fhb_reason_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingoverride column reason (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingoverride column decision_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingoverride column event_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingoverride column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_treatmentproperty column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_treatmentproperty column quantity (type numeric[4]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_treatmentproperty column unit_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_treatmentproperty column unit_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_treatmentproperty column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_treatmentproperty column payment_info_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_treatmentproperty column treatment_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_voucherprovision column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_voucherprovision column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_voucherprovision column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_voucherprovision column limit (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_voucherprovision column waiting_period (type interval[49]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_voucherprovision column expiry_period (type interval[49]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_tokencreationrequest_products column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_tokencreationrequest_products column tokencreationrequest_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_tokencreationrequest_products column product_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceorder column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceorder column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceorder column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceorder column quantity (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceorder column bowtie_cash_instruction_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceorder column item_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceorder column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestioninputoption column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestioninputoption column label_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestioninputoption column label_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestioninputoption column sequence (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestioninputoption column input_config_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestioninputoption column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestioninputoption column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestioninputoption column value (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecisionlogiccondition column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecisionlogiccondition column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecisionlogiccondition column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecisionlogiccondition column lookup (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecisionlogiccondition column expression (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecisionlogiccondition column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecisionlogiccondition column answer_key_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecisionlogiccondition column decision_logic_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecisionlogiccondition column node_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_productbundle_products column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_productbundle_products column productbundle_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_productbundle_products column product_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagecontextvalue column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagecontextvalue column key (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagecontextvalue column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagecontextvalue column value (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagecontextvalue column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimupsert_supporting_documents column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimupsert_supporting_documents column klaimupsert_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimupsert_supporting_documents column document_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_namescreening column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_namescreening column result_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_namescreening column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_namescreening column admin_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_namescreening column identity_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_namescreening column search_input_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_bioattribute column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_bioattribute column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_bioattribute column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_bioattribute column key (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_bioattribute column name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_bioattribute column name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_bioattribute column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_bioattribute column ordering (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyresponse column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyresponse column object_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyresponse column attempt_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyresponse column content_type_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyresponse column question_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfigdeployment column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfigdeployment column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfigdeployment column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfigdeployment column description (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfigdeployment column scheduled_at (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfigdeployment column deployed_at (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfigdeployment column status (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfigdeployment column version_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_insuredlife column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_insuredlife column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_insuredlife column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_insuredlife column relationship_to_policyholder (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_insuredlife column identification_document_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_insuredlife column identity_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_insuredlife column occupation (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_insuredlife column pep_label (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_insuredlife column is_hong_kong_permanent_resident (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_insuredlife column occupation_other (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor_payment_info column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor_payment_info column doctor_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor_payment_info column paymentinfo_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetemplate_channels column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetemplate_channels column messagetemplate_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagetemplate_channels column messagechannel_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referral_referrer_reward_redemptions column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referral_referrer_reward_redemptions column referral_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referral_referrer_reward_redemptions column rewardredemption_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_mccmember column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_mccmember column member (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_mccmember column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_mccmember column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_mccmember column token_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policy_policyholders column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policy_policyholders column policy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policy_policyholders column policyholder_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecisionlogic column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecisionlogic column condition (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecisionlogic column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecisionlogic column decision_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecisionlogic column sequence (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecisionlogic column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecisionlogic column root_node_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecisionlogic column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messageusage column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messageusage column slug (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messageusage column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messageusage column topic_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagecontent column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagecontent column subject (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagecontent column body (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagecontent column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagecontent column delivery_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagecontent column template_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_nationality column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_nationality column code (type varchar[50]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_nationality column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_nationality column description_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_nationality column description_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_nationality column ordering (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_nationality column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestsuite column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestsuite column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestsuite column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestsuite column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestsuite column description (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestsuite column create_by_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestsuite column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestsuite column name (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestsuite column underwriting_config_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_sumassuredrange column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_sumassuredrange column min_issue_age (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_sumassuredrange column max_issue_age (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_sumassuredrange column min_sum_assured (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_sumassuredrange column max_sum_assured (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_sumassuredrange column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_sumassuredrange column product_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_resourcelookup column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_resourcelookup column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_resourcelookup column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_resourcelookup column direction (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_resourcelookup column lookup (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_resourcelookup column relation_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_admin_log column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_admin_log column action_time (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_admin_log column object_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_admin_log column object_repr (type varchar[200]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_admin_log column action_flag (type int2[5]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_admin_log column change_message (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_admin_log column content_type_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_admin_log column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table web_flowpage column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table web_flowpage column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table web_flowpage column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table web_flowpage column sequence (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table web_flowpage column condition_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table web_flowpage column flow_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table web_flowpage column page_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table web_flowpage column terminate_condition_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritinganswerset column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritinganswerset column request_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritinganswerset column product (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritinganswerset column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritinganswerset column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritinganswerset column answer_set (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritinganswerset column config_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritinganswerset column context (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritinganswerkey column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritinganswerkey column code (type varchar[255]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritinganswerkey column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritinganswerkey column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_identityverificationevent column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_identityverificationevent column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_identityverificationevent column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_identityverificationevent column event_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_identityverificationevent column identity_verification_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_fpsaccount column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_fpsaccount column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_fpsaccount column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_fpsaccount column proxy_type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_fpsaccount column proxy_value (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_fpsaccount column bank_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_fpsaccount column payout_method_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_servicetyperemark column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_servicetyperemark column title_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_servicetyperemark column title_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_servicetyperemark column description_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_servicetyperemark column description_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_servicetyperemark column order (type int2[5]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_servicetyperemark column service_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_servicetyperemark column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_servicetyperemark column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_couponpurpose column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_couponpurpose column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_couponpurpose column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_couponpurpose column code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimupsert column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimupsert column bank_code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimupsert column bank_name (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimupsert column bank_branch_code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimupsert column bank_account_number (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimupsert column bank_account_holder_name (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimupsert column action_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimupsert column supplementary_information (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimupsert column is_second_claim (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimupsert column payout_method_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_usertrackingaliasmapping column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_usertrackingaliasmapping column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_usertrackingaliasmapping column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_usertrackingaliasmapping column alias_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_usertrackingaliasmapping column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table user_adminprofile column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table user_adminprofile column first_name (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table user_adminprofile column last_name (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table user_adminprofile column avatar (type varchar[200]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table user_adminprofile column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table user_adminprofile column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_content_type column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_content_type column app_label (type varchar[100]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_content_type column model (type varchar[100]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecisionlogicset column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecisionlogicset column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingdecisionlogicset column decision_logic_set (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table auth_group_permissions column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table auth_group_permissions column group_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table auth_group_permissions column permission_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_attribute column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_attribute column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_attribute column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_attribute column key (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_attribute column name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_attribute column name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_attribute column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_attribute column ordering (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table task_master_log column message_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table task_master_log column create_date (type timetz[21]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table task_master_log column update_date (type timetz[21]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table task_master_log column task_type (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table task_master_log column finished (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingcase column id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingcase column answer_set_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingcase column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingcase column status (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingcase column expiry_date (type date[13]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingcase column config_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingcase column admin_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingcase column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingcase column result_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingcase column underwriting_case_number (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor_phones column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor_phones column doctor_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor_phones column phone_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_incorporationtype column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_incorporationtype column code (type varchar[50]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_incorporationtype column description_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_incorporationtype column description_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_incorporationtype column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_incorporationtype column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_incorporationtype column ordering (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestionset column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestionset column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestionset column question_set (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_coupon_rewards column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_coupon_rewards column coupon_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_coupon_rewards column reward_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_resourceattribute column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_resourceattribute column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_resourceattribute column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_resourceattribute column code (type varchar[50]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_resourceattribute column field_name (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_resourceattribute column resource_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_conditionnode column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_conditionnode column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_conditionnode column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_conditionnode column operator (type varchar[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_conditionnode column position (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_conditionnode column parent_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructionjob column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructionjob column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructionjob column id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructionjob column object_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructionjob column status (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructionjob column batch_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructionjob column content_type_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructionjob column task_params (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructionjob column exception_message (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_metabaseresourcepermission column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_metabaseresourcepermission column resource_type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_metabaseresourcepermission column resource_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_metabaseresourcepermission column permission_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_metabaseresourcepermission column group_name (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_metabaseresourcepermission column icon (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_metabaseresourcepermission column item_name (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_discountscheme column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_discountscheme column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_discountscheme column id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_discountscheme column code (type varchar[50]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_discountscheme column description (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_discountscheme column status (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_discountscheme column created_by_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestsuitemapping column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestsuitemapping column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestsuitemapping column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestsuitemapping column question_config_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestsuitemapping column suite_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingfollowupquestion column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingfollowupquestion column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingfollowupquestion column follow_up_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingfollowupquestion column question_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_defaultpaymentmethodmapping column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_defaultpaymentmethodmapping column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_defaultpaymentmethodmapping column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_defaultpaymentmethodmapping column payment_method_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_defaultpaymentmethodmapping column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referralcampaignreward_referee_rewards_applicable3936 column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referralcampaignreward_referee_rewards_applicable3936 column referralcampaignreward_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referralcampaignreward_referee_rewards_applicable3936 column product_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table user_user_groups column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table user_user_groups column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table user_user_groups column group_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referralcoupon column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referralcoupon column campaign_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referralcoupon column coupon_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referralcoupon column referrer_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_tokenhealthcareserviceusagemapping column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_tokenhealthcareserviceusagemapping column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_tokenhealthcareserviceusagemapping column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_tokenhealthcareserviceusagemapping column service_usage_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_tokenhealthcareserviceusagemapping column token_usage_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_phone column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_phone column no (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_billing column id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_billing column billing_anchor_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_billing column frequency (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_billing column currency (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_billing column status (type varchar[100]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_billing column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_billing column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_billing column payment_method_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_billing column billed_to_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_billing column policy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_billing column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_billing column group_policy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table tag_taggroup column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table tag_taggroup column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table tag_taggroup column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table tag_taggroup column name (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_exclusion column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_exclusion column code (type varchar[50]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_exclusion column description_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_exclusion column description_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_exclusion column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingreason column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingreason column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingreason column fhb_reason_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingreason column code (type varchar[255]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingreason column description_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingreason column description_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingreason column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareserviceusage column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareserviceusage column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareserviceusage column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareserviceusage column provided_by_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareserviceusage column redeemed_by_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareserviceusage column service_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareserviceusage column venue_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_clinic column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_clinic column code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_clinic column address_line_1_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_clinic column address_line_1_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_clinic column address_line_2_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_clinic column address_line_2_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_clinic column location_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_clinic column location_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_clinic column region_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_clinic column region_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_clinic column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_clinic column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_clinic column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfig column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfig column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfig column decision_logic_set_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfig column question_set_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfig column reason_set_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfig column product_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfig column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfig column created_by_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfig column name (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfig column remarks (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_crossselltoken column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_crossselltoken column application_token_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_crossselltoken column policy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnershiptoken column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnershiptoken column token (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnershiptoken column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnershiptoken column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnershiptoken column effective_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnershiptoken column expiry_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnershiptoken column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnershiptoken column partner_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnershiptoken column partnership_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnershiptoken column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor_opening_hours column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor_opening_hours column doctor_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor_opening_hours column openinghour_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_operation_systems column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_operation_systems column operation_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_operation_systems column humansystem_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappealoffer column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappealoffer column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappealoffer column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappealoffer column effective_on (type date[13]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappealoffer column expired_on (type date[13]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappealoffer column appeal_result_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappealoffer column decision_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappealoffer column override_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_claimestimationrequest_supporting_documents column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_claimestimationrequest_supporting_documents column claimestimationrequest_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_claimestimationrequest_supporting_documents column document_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefitschedule_products column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefitschedule_products column benefitschedule_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefitschedule_products column product_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table tag_tag column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table tag_tag column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table tag_tag column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table tag_tag column codename (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table tag_tag column description (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table tag_tag column color (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bowtie_cash_bowtiecashinstructioncouponmapping column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bowtie_cash_bowtiecashinstructioncouponmapping column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bowtie_cash_bowtiecashinstructioncouponmapping column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bowtie_cash_bowtiecashinstructioncouponmapping column bowtie_cash_instruction_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bowtie_cash_bowtiecashinstructioncouponmapping column coupon_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_tokenusage column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_tokenusage column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_tokenusage column token_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_tokenusage column activation_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_tokenusage column context_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_tokenusage column extra_info_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_tokenusage column survey_attempt_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_couponusage column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_couponusage column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_couponusage column coupon_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_pagespeedreport column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_pagespeedreport column largest_contentful_paint (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_pagespeedreport column total_blocking_time (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_pagespeedreport column cumulative_layout_shift (type float8[17]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_pagespeedreport column first_contentful_paint (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_pagespeedreport column speed_index (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_pagespeedreport column time_to_interactive (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_pagespeedreport column performance_score (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_pagespeedreport column accessibility_score (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_pagespeedreport column best_practices_score (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_pagespeedreport column seo_score (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_pagespeedreport column device_type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_pagespeedreport column fetch_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_pagespeedreport column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_pagespeedreport column website_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_documenttemplate_languages column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_documenttemplate_languages column documenttemplate_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_documenttemplate_languages column language_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_medicalclassificationsystem column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_medicalclassificationsystem column code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingassessment_documents column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingassessment_documents column underwritingassessment_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingassessment_documents column document_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table auth_permission column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table auth_permission column name (type varchar[255]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table auth_permission column content_type_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table auth_permission column codename (type varchar[100]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_voucherprovisionitem column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_voucherprovisionitem column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_voucherprovisionitem column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_voucherprovisionitem column benefit_item_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_voucherprovisionitem column healthcare_service_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_voucherprovisionitem column provision_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimdecision_supporting_documents column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimdecision_supporting_documents column klaimdecision_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimdecision_supporting_documents column document_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_trackingalias column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_trackingalias column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_trackingalias column id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_refund column id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_refund column gateway_type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_refund column gateway_data (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_refund column status (type varchar[20]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_refund column status_description (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_refund column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_refund column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_refund column invoice_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_refund column failed_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_refund column refund_amount (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_refund column refund_period_end_date (type date[13]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_refund column refund_period_start_date (type date[13]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_productbundle column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_productbundle column name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_productbundle column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_productbundle column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_productbundle column name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_productbundle column code (type varchar[255]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_grouppolicy column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_grouppolicy column policy_number (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_grouppolicy column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_grouppolicy column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_grouppolicy column application_case_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_grouppolicy column effective_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_grouppolicy column issue_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_grouppolicy column status (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_grouppolicy column termination_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_grouppolicy column company_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_coupon_purposes column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_coupon_purposes column coupon_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_coupon_purposes column couponpurpose_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingresult_decisions column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingresult_decisions column underwritingresult_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingresult_decisions column underwritingdecision_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagedelivery column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagedelivery column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagedelivery column message_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagedelivery column destination (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagedelivery column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagedelivery column vendor_status (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagedelivery column vendor_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagedelivery column recipient_status (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagedelivery column vendor_message_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagedelivery column vendor_response (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagedelivery column sending_options (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profile_attribute_values column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profile_attribute_values column profile_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profile_attribute_values column bioattributevalue_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnerpayload_payment_info column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnerpayload_payment_info column partnerpayload_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnerpayload_payment_info column paymentinfo_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_tokencreationrequest column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_tokencreationrequest column effective_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_tokencreationrequest column expiry_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_tokencreationrequest column context_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_tokencreationrequest column extra_info_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_tokencreationrequest column partner_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfig_decision_logics column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfig_decision_logics column underwritingconfig_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingconfig_decision_logics column underwritingdecisionlogic_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyintention column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyintention column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyintention column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyintention column application_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyintention column originating_policy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_couponevent column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_couponevent column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_couponevent column payload (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_couponevent column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_couponevent column coupon_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_couponevent column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profiledocumentmapping column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profiledocumentmapping column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profiledocumentmapping column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profiledocumentmapping column document_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profiledocumentmapping column profile_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestcase_test_answers column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestcase_test_answers column underwritingtestcase_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestcase_test_answers column underwritingtestanswer_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_organ column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_organ column slug (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_organ column en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_organ column zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_organ column classification_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policy_beneficiaries column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policy_beneficiaries column policy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policy_beneficiaries column beneficiary_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_casehandler column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_casehandler column internal_message (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_casehandler column event_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_casehandler column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_payoutresponse column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_payoutresponse column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_payoutresponse column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_payoutresponse column status_code (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_payoutresponse column body (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_payoutresponse column request_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_payoutresponse column error (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_payoutresponse column headers (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimaction column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimaction column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimaction column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimaction column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimaction column create_by_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimaction column klaim_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimaction column update_by_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_event column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_event column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_event column message (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_event column event_type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_event column created_by_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_event column payload_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_event column type_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_event column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationverificationmapping column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationverificationmapping column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationverificationmapping column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationverificationmapping column application_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationverificationmapping column identity_verification_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_migrations column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_migrations column app (type varchar[255]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_migrations column name (type varchar[255]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_migrations column applied (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyvaluenumeric column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyvaluenumeric column value (type float8[17]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagechannel column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagechannel column slug (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagechannel column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_messagechannel column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingcase_contacts column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingcase_contacts column underwritingcase_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingcase_contacts column marketingcontact_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyvalueboolean column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyvalueboolean column value (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimrelation column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimrelation column internal_message (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimrelation column action_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimrelation column related_claim_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_eventpayload column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_eventpayload column payload (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingassessment column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingassessment column internal_message (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingassessment column event_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_membercoverage column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_membercoverage column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_membercoverage column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_membercoverage column policy_year (type int2[5]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_membercoverage column is_base_member (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_membercoverage column start_date (type date[13]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_membercoverage column end_date (type date[13]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_membercoverage column amount (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_membercoverage column policy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationcase_underwriting_cases column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationcase_underwriting_cases column applicationcase_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationcase_underwriting_cases column underwritingcase_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceordervouchermapping column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceordervouchermapping column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceordervouchermapping column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceordervouchermapping column marketplace_order_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceordervouchermapping column voucher_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application_policyholders column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application_policyholders column application_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application_policyholders column policyholder_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_pagespeedwebsite column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_pagespeedwebsite column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_pagespeedwebsite column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_pagespeedwebsite column url (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingresult column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingresult column request_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingresult column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingresult column answer_set_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingresult column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingresult column is_completed (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingresult column event_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyprofilemapping column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyprofilemapping column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyprofilemapping column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyprofilemapping column role (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyprofilemapping column policy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyprofilemapping column profile_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyprofilemapping column allocation_percentage (type numeric[6]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimcase column id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimcase column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimcase column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimcase column admin_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestrun column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestrun column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestrun column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestrun column create_by_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestrun column test_case_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareservicepoint column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareservicepoint column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareservicepoint column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareservicepoint column doctor_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareservicepoint column service_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareservicepoint column specialty_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareservicepoint column venue_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor column name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor column name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor column address_line_1_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor column address_line_2_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor column address_line_1_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor column address_line_2_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor column location_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor column region_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor column location_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor column region_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor column partnership (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor column code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor column partner_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor column description_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor column description_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor column clinic_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem column operation_other_name (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem column operation_other_complexity (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem column room_class (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem column incurred_date (type date[13]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem column billed_quantity (type numeric[6]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem column billed_amount (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem column billed_amount_remark (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem column claimable_quantity (type numeric[6]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem column claimable_amount (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem column base_payable_quantity (type numeric[6]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem column base_payable_amount (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem column smm_payable_amount (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem column rejection_remark (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem column benefit_item_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem column operation_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem column settlement_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem column billed_item_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem column ex_gratia_amount (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem column ex_gratia_reason (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem column sequence (type int2[5]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem column smm_deductible_amount (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitem column deductible_amount (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_bundlerelation column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_bundlerelation column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_bundlerelation column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_bundlerelation column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_bundlerelation column description_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_bundlerelation column description_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_bundlerelation column effective_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_bundlerelation column expiry_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_bundlerelation column from_bundle_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_bundlerelation column to_bundle_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_bundlerelation column code (type varchar[255]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_mydocmember column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_mydocmember column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_mydocmember column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_mydocmember column mydoc_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_mydocmember column username (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_mydocmember column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationcaseproduct column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationcaseproduct column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationcaseproduct column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationcaseproduct column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationcaseproduct column case_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationcaseproduct column product_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingreasonset column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingreasonset column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingreasonset column reason_set (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_sumassured column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_sumassured column amount (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_sumassured column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_sumassured column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bowtie_cash_bowtiecashinstruction column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bowtie_cash_bowtiecashinstruction column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bowtie_cash_bowtiecashinstruction column id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bowtie_cash_bowtiecashinstruction column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bowtie_cash_bowtiecashinstruction column amount (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bowtie_cash_bowtiecashinstruction column effective_from (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bowtie_cash_bowtiecashinstruction column effective_to (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bowtie_cash_bowtiecashinstruction column public_message (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bowtie_cash_bowtiecashinstruction column internal_message (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bowtie_cash_bowtiecashinstruction column coupon_code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bowtie_cash_bowtiecashinstruction column create_by_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bowtie_cash_bowtiecashinstruction column policy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bowtie_cash_bowtiecashinstruction column currency_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_discount column id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_discount column discount_start_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_discount column discount_end_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_discount column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_discount column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_discount column billing_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_discount column amount_off (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_discount column discount_type (type varchar[50]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_discount column percent_off (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_discount column promo_code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_discount column status (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_charge column id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_charge column gateway_type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_charge column gateway_data (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_charge column status (type varchar[20]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_charge column status_description (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_charge column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_charge column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_charge column invoice_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_charge column payment_method_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceitem_voucher_provisions column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceitem_voucher_provisions column marketplaceitem_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceitem_voucher_provisions column voucherprovision_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_bioattributevalue column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_bioattributevalue column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_bioattributevalue column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_bioattributevalue column value_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_bioattributevalue column value_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_bioattributevalue column effective_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_bioattributevalue column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_bioattributevalue column ordering (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_bioattributevalue column attribute_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationprofilemapping column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationprofilemapping column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationprofilemapping column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationprofilemapping column role (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationprofilemapping column application_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationprofilemapping column profile_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationprofilemapping column allocation_percentage (type numeric[6]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_kinship column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_kinship column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_kinship column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_kinship column code (type varchar[50]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_kinship column source_term_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_kinship column target_term_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application column id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application column actions (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application column close_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application column status (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application column product_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application column admin_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application column coupon_code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application column payment_method_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application column underwriting_case_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application column case_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application column submit_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application column sum_assured_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_survey column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_survey column title_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_survey column expected_duration (type float8[17]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_survey column title_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_survey column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_survey column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_celery_results_chordcounter column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_celery_results_chordcounter column group_id (type varchar[255]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_celery_results_chordcounter column sub_tasks (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_celery_results_chordcounter column count (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_productearningschememapping column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_productearningschememapping column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_productearningschememapping column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_productearningschememapping column slug (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_productearningschememapping column earning_scheme_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_productearningschememapping column product_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table tag_tagevent column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table tag_tagevent column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table tag_tagevent column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table tag_tagevent column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table tag_tagevent column tag_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table tag_tagevent column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyvaluedate column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyvaluedate column value (type date[13]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profiletaxresidency column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profiletaxresidency column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profiletaxresidency column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profiletaxresidency column tax_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profiletaxresidency column nationality_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profiletaxresidency column profile_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_paymentinfo column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_paymentinfo column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_paymentinfo column amount (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_paymentinfo column service_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationrelation column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationrelation column dependent_role (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationrelation column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationrelation column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationrelation column dependent_application_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:58 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationrelation column parent_application_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationrelation column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_announcement_tags column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_announcement_tags column announcement_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_announcement_tags column tag_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor_services column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor_services column doctor_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctor_services column servicetype_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructionjobbatch column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructionjobbatch column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructionjobbatch column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructionjobbatch column instruction_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_beneficiary column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_beneficiary column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_beneficiary column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_beneficiary column identity_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_beneficiary column allocation_percentage (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_beneficiary column email (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_beneficiary column phone_number (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_beneficiary column relationship_to_insured_life (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitemadjustmentfactor column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitemadjustmentfactor column factor (type numeric[6]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitemadjustmentfactor column remark (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitemadjustmentfactor column settlement_item_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestcase column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestcase column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestcase column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestcase column suite_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestcase column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestcase column result_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimuncovereditem_decision_codes column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimuncovereditem_decision_codes column klaimuncovereditem_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimuncovereditem_decision_codes column klaimcode_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_diagnosisrenewal column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_diagnosisrenewal column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_diagnosisrenewal column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_diagnosisrenewal column from_diagnosis_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_diagnosisrenewal column to_diagnosis_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table user_user_user_permissions column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table user_user_user_permissions column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table user_user_user_permissions column permission_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimcode column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimcode column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimcode column code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimcode column name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimcode column name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimcode column supplementary_information_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimcode column supplementary_information_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimcode column is_new_document_required (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimcode column product_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappealoffer_documents column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappealoffer_documents column underwritingappealoffer_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingappealoffer_documents column document_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_operationcode column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_operationcode column code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_operationcode column classification_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_dataissue column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_dataissue column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_dataissue column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_dataissue column object_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_dataissue column code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_dataissue column content_type_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitemotherreimbursement column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitemotherreimbursement column amount (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitemotherreimbursement column insurer (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitemotherreimbursement column settlement_item_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitemotherreimbursement column billed_item_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimsettlementitemotherreimbursement column deductible_amount (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_producttemplate column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_producttemplate column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_producttemplate column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_producttemplate column code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_producttemplate column name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_producttemplate column name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_producttemplate column cover_image (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_producttemplate column ordering (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_couponusagerewardredemption column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_couponusagerewardredemption column coupon_usage_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_couponusagerewardredemption column reward_redemption_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_productdocument column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_productdocument column name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_productdocument column name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_productdocument column file_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_productdocument column file_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_productdocument column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_productdocument column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_productdocument column product_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_productdocument column category (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_productdocument column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_productdocument column effective_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_productdocument column expiry_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_bulkmessage column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_bulkmessage column sent_time (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_bulkmessage column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_bulkmessage column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_bulkmessage column sender_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_bulkmessage column usage_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_document column id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_document column file (type varchar[200]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_document column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_document column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_document column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_document column status (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_document column resource_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_document column resource_type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_document column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_document column sequence (type int2[5]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_document column ordering (type int2[5]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_document column created_by_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_eligibility column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_eligibility column code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_eligibility column group_name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_eligibility column group_name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_eligibility column min_issue_age_value (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_eligibility column min_issue_age_unit (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_eligibility column max_issue_age_value (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_eligibility column max_issue_age_unit (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_eligibility column product_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_eligibility column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_eligibility column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referralcampaign column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referralcampaign column reference_code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referralcampaign column name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referralcampaign column name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referralcampaign column start_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referralcampaign column end_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referralcampaign column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnershiptoken_policies column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnershiptoken_policies column partnershiptoken_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnershiptoken_policies column policy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_environmentsetting column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_environmentsetting column key (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_environmentsetting column value (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_environmentsetting column default (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_environmentsetting column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_environmentsetting column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_environmentsetting column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_environmentsetting column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_distributionpartnership column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_distributionpartnership column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_distributionpartnership column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_distributionpartnership column slug (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_distributionpartnership column effective_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_distributionpartnership column expiry_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_distributionpartnership column partner_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_stakeholderrole column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_stakeholderrole column code (type varchar[50]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_stakeholderrole column description_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_stakeholderrole column description_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_stakeholderrole column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_stakeholderrole column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_stakeholderrole column ordering (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_renewalintent column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_renewalintent column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_renewalintent column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_renewalintent column target_renewal_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_renewalintent column decision (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_renewalintent column status (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_renewalintent column group_policy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_renewalintent column policy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_renewalintent column close_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_grouppolicymapping column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_grouppolicymapping column group_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_grouppolicymapping column policy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policy_supporting_documents column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policy_supporting_documents column policy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policy_supporting_documents column document_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_operation_codes column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_operation_codes column operation_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_operation_codes column operationcode_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_occupation column id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_occupation column industry_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_occupation column industry_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_occupation column role_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_occupation column role_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_occupation column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_occupation column active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaim column id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaim column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaim column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaim column approve_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaim column close_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaim column payment_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaim column status (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaim column admin_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaim column case_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaim column policy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaim column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaim column claim_number (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaim column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaim column request_payment_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationcase column id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationcase column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationcase column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationcase column status (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationcase column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationcase column discount_scheme_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationcase column company_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceoffer column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceoffer column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceoffer column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceoffer column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceoffer column price (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceoffer column created_by_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceoffer column currency_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceoffer column item_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyholder column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyholder column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyholder column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyholder column identification_document_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyholder column identity_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyholder column mailing_address_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyholder column occupation (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyholder column residential_address_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyholder column pep_label (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyholder column is_hong_kong_permanent_resident (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyholder column company_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyholder column occupation_other (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_producttemplate_attribute_values column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_producttemplate_attribute_values column producttemplate_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_producttemplate_attribute_values column attributevalue_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_hospital_codes column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_hospital_codes column hospital_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_hospital_codes column hospitalcode_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bowtie_cash_earningscheme column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bowtie_cash_earningscheme column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bowtie_cash_earningscheme column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bowtie_cash_earningscheme column amount (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bowtie_cash_earningscheme column waiting_period (type interval[49]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bowtie_cash_earningscheme column expiry_period (type interval[49]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bowtie_cash_earningscheme column currency_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_billingdiscountscheme column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_billingdiscountscheme column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_billingdiscountscheme column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_billingdiscountscheme column effective_from (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_billingdiscountscheme column effective_to (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_billingdiscountscheme column created_by_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_billingdiscountscheme column billing_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_billingdiscountscheme column discount_scheme_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_paymentgateway column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_paymentgateway column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_paymentgateway column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_paymentgateway column slug (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_paymentgateway column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_paymentgateway column partner_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_location column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_location column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_location column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_location column address_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingevent column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingevent column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingevent column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingevent column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingevent column context (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingevent column case_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingevent column create_by_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingevent column update_by_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyvaluenull column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_renewal column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_renewal column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_renewal column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_renewal column renewal_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_renewal column document_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_renewal column policy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_renewal column intent_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policy column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policy column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policy column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policy column issue_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policy column expiry_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policy column status (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policy column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policy column effective_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policy column application_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policy column product_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policy column policy_number (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policy column sum_assured_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_occupation2 column id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_occupation2 column industry_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_occupation2 column industry_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_occupation2 column role_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_occupation2 column role_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_occupation2 column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_hospital column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_hospital column slug (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_hospital column name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_hospital column name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_hospital column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_hospital column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_hospital column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_hospital column address_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_hospital column address_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_hospital column address_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table tag_tagassociation column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table tag_tagassociation column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table tag_tagassociation column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table tag_tagassociation column tag_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table tag_tagassociation column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyevent column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyevent column type (type varchar[100]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyevent column payload (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyevent column message (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyevent column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyevent column policy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyevent column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyevent column event_type_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyevent column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policyevent column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_stakeholder_nationalities column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_stakeholder_nationalities column stakeholder_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_stakeholder_nationalities column nationality_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_insuredlifecoverage_policies column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_insuredlifecoverage_policies column insuredlifecoverage_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_insuredlifecoverage_policies column policy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestrunresult_computed_decisions column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestrunresult_computed_decisions column underwritingtestrunresult_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestrunresult_computed_decisions column underwritingdecision_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructionannotation column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructionannotation column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructionannotation column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructionannotation column ordering (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructionannotation column keyword (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructionannotation column expression (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructionannotation column context_values (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructionannotation column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table instruction_instructionannotation column instruction_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_specialty column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_specialty column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_specialty column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_specialty column slug (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_insuredlifecoverage column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_insuredlifecoverage column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_insuredlifecoverage column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_insuredlifecoverage column admin_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_insuredlifecoverage column application_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_insuredlifecoverage column insured_life_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnerpayload column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnerpayload column transaction_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnerpayload column account_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnerpayload column doctor_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnerpayload column service_type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnerpayload column platform (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationevent column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationevent column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationevent column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationevent column application_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationevent column event_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table web_flow column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table web_flow column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table web_flow column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table web_flow column code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table web_flow column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestcaseexpecteddecision column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestcaseexpecteddecision column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestcaseexpecteddecision column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestcaseexpecteddecision column expected_decision_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingtestcaseexpecteddecision column test_case_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcarevenue column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcarevenue column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcarevenue column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcarevenue column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcarevenue column code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcarevenue column location_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcarevenue column name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcarevenue column name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_humansystem column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_humansystem column slug (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_humansystem column en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_humansystem column zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_humansystem column classification_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_company column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_company column name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_company column name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_company column mailing_address_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_company column date_of_incorporation (type date[13]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_company column business_registration_number (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_company column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_company column type_of_incorporation_other (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_company column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_company column type_of_incorporation_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_company column registration_address_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_company column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_useraction column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_useraction column session (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_useraction column route (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_useraction column action (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_useraction column timestamp (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_useraction column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table analytics_useraction column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimquestion column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimquestion column question (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimquestion column answer (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimquestion column upsert_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profile column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profile column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profile column id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profile column nickname (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profile column identity_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profile column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profile column avatar_code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profile column mailing_address_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profile column occupation_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profile column occupation_other (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profile column residential_address_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_profile column is_hong_kong_permanent_resident (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationpendingcode column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationpendingcode column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationpendingcode column path (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationpendingcode column description_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationpendingcode column description_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationpendingcode column field_name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationpendingcode column field_name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationpendingcode column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_notificationpreference column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_notificationpreference column language (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_notificationpreference column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_notificationpreference column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_notificationpreference column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_notificationpreference column sms (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_notificationpreference column email (type varchar[254]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_notificationpreference column channel_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_documentusage column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_documentusage column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_documentusage column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_documentusage column slug (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table document_documentusage column description (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestionconfig column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestionconfig column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestionconfig column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestionconfig column ordering (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestionconfig column question_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestionconfig column underwriting_config_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestionconfig column root_node_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestionconfig column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceitem column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceitem column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceitem column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceitem column slug (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceitem column name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceitem column name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceitem column description_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceitem column description_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceitem column image_url (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceitem column effective_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceitem column expiry_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceitem column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceitem column ordering (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table marketplace_marketplaceitem column created_by_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_premiumrate column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_premiumrate column age (type int2[5]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_premiumrate column gender (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_premiumrate column smoker (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_premiumrate column premium (type numeric[20]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_premiumrate column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_premiumrate column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_premiumrate column status (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_premiumrate column currency (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_premiumrate column product_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_premiumrate column effective_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_premiumrate column frequency (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_premiumrate column is_leviable (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application_documents column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application_documents column application_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application_documents column document_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyvaluetext column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table survey_surveyvaluetext column value (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_message column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_message column status (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_message column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_message column sent_time (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_message column sender_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_message column recipient_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_message column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_message column usage_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table notification_message column bulk_message_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application_beneficiaries column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application_beneficiaries column application_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_application_beneficiaries column beneficiary_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policy_insured_lifes column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policy_insured_lifes column policy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_policy_insured_lifes column insuredlife_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_district column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_district column district (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_district column address_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestion column id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestion column section (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestion column is_follow_up (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestion column message_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestion column message_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestion column remark_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestion column remark_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestion column condition (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestion column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestion column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestion column create_by_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestion column update_by_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestion column parent_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestion column reference (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_taxreport column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_taxreport column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_taxreport column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_taxreport column start_date (type date[13]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_taxreport column end_date (type date[13]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_taxreport column document_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table policy_taxreport column policy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctorbulkuploadattempt column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctorbulkuploadattempt column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctorbulkuploadattempt column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctorbulkuploadattempt column status (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctorbulkuploadattempt column document_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctorbulkuploadattempt column admin_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_doctorbulkuploadattempt column errors (type _text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@28d79cba 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareserviceremark column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareserviceremark column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareserviceremark column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareserviceremark column title_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareserviceremark column title_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareserviceremark column description_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareserviceremark column description_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareserviceremark column order (type int2[5]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareserviceremark column code (type varchar[50]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_eligibilityrule column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_eligibilityrule column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_eligibilityrule column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_eligibilityrule column code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_eligibilityrule column value (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table product_engine_eligibilityrule column product_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_payoutrequest column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_payoutrequest column reference (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_payoutrequest column url (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_payoutrequest column headers (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_payoutrequest column body (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_payoutrequest column purpose (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_payoutrequest column gateway (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_payoutrequest column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_payoutrequest column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_myprofilemapping column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_myprofilemapping column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_myprofilemapping column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_myprofilemapping column profile_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table bio_myprofilemapping column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_productservice_services column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_productservice_services column productservice_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_productservice_services column servicetype_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_invoice column id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_invoice column invoice_type (type varchar[20]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_invoice column coverage_start_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_invoice column coverage_end_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_invoice column due_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_invoice column currency (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_invoice column pre_levy_amount_breakdown (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_invoice column levy_percent (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_invoice column status (type varchar[100]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_invoice column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_invoice column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_invoice column levy_amount (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_invoice column pre_levy_amount (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_invoice column total_amount (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_invoice column attempt_count (type int2[5]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_invoice column policy_year (type int2[5]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_invoice column void_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_invoice column refund_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_invoice column billing_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_invoice column refunded_amount (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_invoice column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_invoice column discount_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_resourcerelation_exclude_content_types column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_resourcerelation_exclude_content_types column resourcerelation_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_resourcerelation_exclude_content_types column contenttype_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:58 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimtransfer column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimtransfer column action_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimtransfer column to_admin_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_klaimtransfer column internal_message (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareservice column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareservice column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareservice column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareservice column slug (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareservice column provision_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareservice column name_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareservice column name_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareservice column description_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table health_healthcareservice column description_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_resource column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_resource column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_resource column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_resource column content_type_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_reward column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_reward column type (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_reward column value (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_reward column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_reward column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_reward column waiting_period_month (type int2[5]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestioncondition column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestioncondition column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestioncondition column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestioncondition column lookup (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestioncondition column expression (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestioncondition column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestioncondition column answer_key_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestioncondition column node_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table underwriting_underwritingquestioncondition column question_config_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table tag_tag_groups column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table tag_tag_groups column tag_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table tag_tag_groups column taggroup_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_premiumschedule column id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_premiumschedule column effective_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_premiumschedule column premium_amount_breakdown (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_premiumschedule column levy_percent (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_premiumschedule column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_premiumschedule column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_premiumschedule column billing_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_premiumschedule column levy_cap (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_premiumschedule column premium_amount (type numeric[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table payment_premiumschedule column expiry_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_stakeholder_roles column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_stakeholder_roles column stakeholder_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_stakeholder_roles column stakeholderrole_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_session column session_key (type varchar[40]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_session column session_data (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table django_session column expire_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_coupon column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_coupon column code (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_coupon column effective_from (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_coupon column effective_to (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_coupon column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_coupon column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referral column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referral column status (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referral column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referral column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referral column campaign_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referral column referee_policy_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referral column referrer_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_operationcomplexity column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_operationcomplexity column complexity (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnershipreference column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnershipreference column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnershipreference column partner_reference_number (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnershipreference column application_case_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table partnership_partnershipreference column partner_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_eventtype column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_eventtype column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_eventtype column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_eventtype column code (type varchar[50]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_eventtype column description_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_eventtype column description_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_eventtype column is_admin_viewable (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_eventtype column is_customer_viewable (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@87abc48 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_eventtype column title_en (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_eventtype column title_zh (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationbulkuploadattempt column id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationbulkuploadattempt column count (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationbulkuploadattempt column status (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationbulkuploadattempt column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationbulkuploadattempt column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationbulkuploadattempt column case_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationbulkuploadattempt column document_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table application_applicationbulkuploadattempt column user_id (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referralcampaignreward column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referralcampaignreward column campaign_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table promotion_referralcampaignreward column referrer_reward_repetition (type int2[5]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_namescreeningmatch column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_namescreeningmatch column match_id (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_namescreeningmatch column name (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_namescreeningmatch column gender (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_namescreeningmatch column addresses (type _text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@28d79cba 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_namescreeningmatch column occupation (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_namescreeningmatch column entity_score (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_namescreeningmatch column reason (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_namescreeningmatch column comments (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_namescreeningmatch column date_of_birth (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table core_namescreeningmatch column name_screening_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_claimpayout column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_claimpayout column action_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table claim_claimpayout column response_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefitschedule column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefitschedule column create_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefitschedule column update_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefitschedule column annual_limit (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefitschedule column smm_annual_limit (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefitschedule column lifetime_limit (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefitschedule column effective_date (type timestamptz[35]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefitschedule column annual_deductible_limit (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@281f23f2 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):137 - Table benefit_benefitschedule column code (type varchar[255]) -> Json type io.airbyte.protocol.models.JsonSchemaType@79ab34c1 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.p.PostgresSource(isCdc):253 - using CDC: false 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.r.AbstractRelationalDbSource(queryTableFullRefresh):35 - Queueing query for table: claim_klaim 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.r.AbstractRelationalDbSource(queryTableFullRefresh):35 - Queueing query for table: claim_klaimaction 2022-04-28 15:33:59 source > 2022-04-28 15:33:59 INFO i.a.i.s.r.AbstractRelationalDbSource(queryTableFullRefresh):35 - Queueing query for table: claim_klaimassessment 2022-04-28 15:34:01 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 1000 (359 KB) 2022-04-28 15:34:02 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 2000 (632 KB) 2022-04-28 15:34:02 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 3000 (905 KB) 2022-04-28 15:34:03 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 4000 (1 MB) 2022-04-28 15:34:04 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 5000 (1 MB) 2022-04-28 15:34:05 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 6000 (1 MB) 2022-04-28 15:34:05 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 7000 (1 MB) 2022-04-28 15:34:06 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 8000 (2 MB) 2022-04-28 15:34:06 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 9000 (2 MB) 2022-04-28 15:34:07 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 10000 (2 MB) 2022-04-28 15:34:07 source > 2022-04-28 15:34:05 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream claim_klaimaction. Records read: 10000 2022-04-28 15:34:07 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 11000 (3 MB) 2022-04-28 15:34:07 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 12000 (3 MB) 2022-04-28 15:34:08 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 13000 (3 MB) 2022-04-28 15:34:08 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 14000 (3 MB) 2022-04-28 15:34:08 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 15000 (4 MB) 2022-04-28 15:34:08 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 16000 (4 MB) 2022-04-28 15:34:09 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 17000 (4 MB) 2022-04-28 15:34:09 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 18000 (4 MB) 2022-04-28 15:34:09 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 19000 (5 MB) 2022-04-28 15:34:10 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 20000 (5 MB) 2022-04-28 15:34:10 source > 2022-04-28 15:34:09 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream claim_klaimaction. Records read: 20000 2022-04-28 15:34:10 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 21000 (5 MB) 2022-04-28 15:34:10 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 22000 (6 MB) 2022-04-28 15:34:10 destination > 2022-04-28 15:34:10 INFO i.a.i.d.r.InMemoryRecordBufferingStrategy(lambda$flushAll$1):84 - Flushing claim_klaim: 898 records (24 MB) 2022-04-28 15:34:10 destination > 2022-04-28 15:34:10 INFO i.a.i.d.r.RedshiftSqlOperations(insertRecordsInternal):76 - actual size of batch: 898 2022-04-28 15:34:10 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 23000 (6 MB) 2022-04-28 15:34:11 destination > 2022-04-28 15:34:11 INFO i.a.i.d.r.InMemoryRecordBufferingStrategy(lambda$flushAll$1):84 - Flushing claim_klaimaction: 21752 records (24 MB) 2022-04-28 15:34:11 destination > 2022-04-28 15:34:11 INFO i.a.i.d.r.RedshiftSqlOperations(insertRecordsInternal):76 - actual size of batch: 21752 2022-04-28 15:34:18 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 24000 (6 MB) 2022-04-28 15:34:19 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 25000 (6 MB) 2022-04-28 15:34:19 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 26000 (7 MB) 2022-04-28 15:34:19 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 27000 (7 MB) 2022-04-28 15:34:19 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 28000 (7 MB) 2022-04-28 15:34:19 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 29000 (7 MB) 2022-04-28 15:34:19 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 30000 (8 MB) 2022-04-28 15:34:19 source > 2022-04-28 15:34:19 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream claim_klaimaction. Records read: 30000 2022-04-28 15:34:19 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 31000 (8 MB) 2022-04-28 15:34:20 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 32000 (8 MB) 2022-04-28 15:34:20 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 33000 (9 MB) 2022-04-28 15:34:20 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 34000 (9 MB) 2022-04-28 15:34:20 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 35000 (9 MB) 2022-04-28 15:34:21 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 36000 (9 MB) 2022-04-28 15:34:21 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 37000 (10 MB) 2022-04-28 15:34:21 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 38000 (10 MB) 2022-04-28 15:34:21 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 39000 (10 MB) 2022-04-28 15:34:21 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 40000 (11 MB) 2022-04-28 15:34:21 source > 2022-04-28 15:34:21 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream claim_klaimaction. Records read: 40000 2022-04-28 15:34:21 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 41000 (11 MB) 2022-04-28 15:34:21 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 42000 (11 MB) 2022-04-28 15:34:22 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 43000 (11 MB) 2022-04-28 15:34:22 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 44000 (12 MB) 2022-04-28 15:34:22 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 45000 (12 MB) 2022-04-28 15:34:22 destination > 2022-04-28 15:34:22 INFO i.a.i.d.r.InMemoryRecordBufferingStrategy(lambda$flushAll$1):84 - Flushing claim_klaimaction: 22798 records (24 MB) 2022-04-28 15:34:22 destination > 2022-04-28 15:34:22 INFO i.a.i.d.r.RedshiftSqlOperations(insertRecordsInternal):76 - actual size of batch: 22798 2022-04-28 15:34:22 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 46000 (12 MB) 2022-04-28 15:34:28 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 47000 (12 MB) 2022-04-28 15:34:28 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 48000 (13 MB) 2022-04-28 15:34:28 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 49000 (13 MB) 2022-04-28 15:34:28 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 50000 (13 MB) 2022-04-28 15:34:28 source > 2022-04-28 15:34:22 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream claim_klaimaction. Records read: 50000 2022-04-28 15:34:28 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 51000 (14 MB) 2022-04-28 15:34:29 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 52000 (14 MB) 2022-04-28 15:34:29 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 53000 (14 MB) 2022-04-28 15:34:29 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 54000 (14 MB) 2022-04-28 15:34:29 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 55000 (15 MB) 2022-04-28 15:34:29 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 56000 (15 MB) 2022-04-28 15:34:30 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 57000 (15 MB) 2022-04-28 15:34:30 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 58000 (15 MB) 2022-04-28 15:34:30 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 59000 (16 MB) 2022-04-28 15:34:30 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 60000 (16 MB) 2022-04-28 15:34:30 source > 2022-04-28 15:34:30 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream claim_klaimaction. Records read: 60000 2022-04-28 15:34:30 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 61000 (16 MB) 2022-04-28 15:34:30 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 62000 (17 MB) 2022-04-28 15:34:30 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 63000 (17 MB) 2022-04-28 15:34:31 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 64000 (17 MB) 2022-04-28 15:34:31 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 65000 (17 MB) 2022-04-28 15:34:31 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 66000 (18 MB) 2022-04-28 15:34:31 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 67000 (18 MB) 2022-04-28 15:34:31 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 68000 (18 MB) 2022-04-28 15:34:31 destination > 2022-04-28 15:34:31 INFO i.a.i.d.r.InMemoryRecordBufferingStrategy(lambda$flushAll$1):84 - Flushing claim_klaimaction: 22812 records (24 MB) 2022-04-28 15:34:31 destination > 2022-04-28 15:34:31 INFO i.a.i.d.r.RedshiftSqlOperations(insertRecordsInternal):76 - actual size of batch: 22812 2022-04-28 15:34:31 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 69000 (18 MB) 2022-04-28 15:34:37 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 70000 (19 MB) 2022-04-28 15:34:37 source > 2022-04-28 15:34:31 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream claim_klaimaction. Records read: 70000 2022-04-28 15:34:37 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 71000 (19 MB) 2022-04-28 15:34:37 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 72000 (19 MB) 2022-04-28 15:34:38 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 73000 (20 MB) 2022-04-28 15:34:38 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 74000 (20 MB) 2022-04-28 15:34:38 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 75000 (20 MB) 2022-04-28 15:34:38 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 76000 (20 MB) 2022-04-28 15:34:38 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 77000 (21 MB) 2022-04-28 15:34:38 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 78000 (21 MB) 2022-04-28 15:34:39 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 79000 (21 MB) 2022-04-28 15:34:39 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 80000 (21 MB) 2022-04-28 15:34:39 source > 2022-04-28 15:34:38 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream claim_klaimaction. Records read: 80000 2022-04-28 15:34:39 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 81000 (22 MB) 2022-04-28 15:34:39 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 82000 (22 MB) 2022-04-28 15:34:39 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 83000 (22 MB) 2022-04-28 15:34:39 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 84000 (23 MB) 2022-04-28 15:34:39 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 85000 (23 MB) 2022-04-28 15:34:40 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 86000 (23 MB) 2022-04-28 15:34:40 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 87000 (23 MB) 2022-04-28 15:34:40 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 88000 (24 MB) 2022-04-28 15:34:40 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 89000 (24 MB) 2022-04-28 15:34:40 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 90000 (24 MB) 2022-04-28 15:34:40 source > 2022-04-28 15:34:40 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream claim_klaimaction. Records read: 90000 2022-04-28 15:34:40 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 91000 (25 MB) 2022-04-28 15:34:40 destination > 2022-04-28 15:34:40 INFO i.a.i.d.r.InMemoryRecordBufferingStrategy(lambda$flushAll$1):84 - Flushing claim_klaimaction: 22776 records (24 MB) 2022-04-28 15:34:40 destination > 2022-04-28 15:34:40 INFO i.a.i.d.r.RedshiftSqlOperations(insertRecordsInternal):76 - actual size of batch: 22776 2022-04-28 15:34:41 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 92000 (25 MB) 2022-04-28 15:34:46 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 93000 (25 MB) 2022-04-28 15:34:46 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 94000 (25 MB) 2022-04-28 15:34:46 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 95000 (26 MB) 2022-04-28 15:34:46 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 96000 (26 MB) 2022-04-28 15:34:46 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 97000 (26 MB) 2022-04-28 15:34:46 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 98000 (26 MB) 2022-04-28 15:34:47 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 99000 (27 MB) 2022-04-28 15:34:47 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 100000 (27 MB) 2022-04-28 15:34:47 source > 2022-04-28 15:34:46 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream claim_klaimaction. Records read: 100000 2022-04-28 15:34:47 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 101000 (27 MB) 2022-04-28 15:34:47 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 102000 (28 MB) 2022-04-28 15:34:47 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 103000 (28 MB) 2022-04-28 15:34:47 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 104000 (28 MB) 2022-04-28 15:34:47 source > 2022-04-28 15:34:47 INFO i.a.i.s.r.AbstractDbSource(lambda$read$2):124 - Closing database connection pool. 2022-04-28 15:34:47 source > 2022-04-28 15:34:47 INFO i.a.i.s.r.AbstractDbSource(lambda$read$2):126 - Closed database connection pool. 2022-04-28 15:34:47 source > 2022-04-28 15:34:47 INFO i.a.i.b.IntegrationRunner(runInternal):169 - Completed integration: io.airbyte.integrations.base.ssh.SshWrappedSource 2022-04-28 15:34:47 source > 2022-04-28 15:34:47 INFO i.a.i.s.p.PostgresSource(main):366 - completed source: class io.airbyte.integrations.source.postgres.PostgresSource 2022-04-28 15:34:47 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):305 - Total records read: 104049 (28 MB) 2022-04-28 15:34:47 INFO i.a.w.DefaultReplicationWorker(run):163 - One of source or destination thread complete. Waiting on the other. 2022-04-28 15:34:47 destination > 2022-04-28 15:34:47 INFO i.a.i.b.FailureTrackingAirbyteMessageConsumer(close):65 - Airbyte message consumer: succeeded. 2022-04-28 15:34:47 destination > 2022-04-28 15:34:47 INFO i.a.i.d.b.BufferedStreamConsumer(close):170 - executing on success close procedure. 2022-04-28 15:34:47 destination > 2022-04-28 15:34:47 INFO i.a.i.d.r.InMemoryRecordBufferingStrategy(lambda$flushAll$1):84 - Flushing claim_klaimaction: 12485 records (14 MB) 2022-04-28 15:34:47 destination > 2022-04-28 15:34:47 INFO i.a.i.d.r.RedshiftSqlOperations(insertRecordsInternal):76 - actual size of batch: 12485 2022-04-28 15:34:51 destination > 2022-04-28 15:34:51 INFO i.a.i.d.r.InMemoryRecordBufferingStrategy(lambda$flushAll$1):84 - Flushing claim_klaimassessment: 528 records (14 MB) 2022-04-28 15:34:51 destination > 2022-04-28 15:34:51 INFO i.a.i.d.r.RedshiftSqlOperations(insertRecordsInternal):76 - actual size of batch: 528 2022-04-28 15:34:52 destination > 2022-04-28 15:34:52 INFO i.a.i.d.r.RedshiftSqlOperations(onDestinationCloseOperations):110 - Executing operations for Redshift Destination DB engine... 2022-04-28 15:34:52 destination > 2022-04-28 15:34:52 INFO i.a.i.d.r.RedshiftSqlOperations(discoverNotSuperTables):129 - Discovering NOT SUPER table types... 2022-04-28 15:34:52 destination > 2022-04-28 15:34:52 INFO i.a.i.d.r.RedshiftSqlOperations(onDestinationCloseOperations):118 - Executing operations for Redshift Destination DB engine completed. 2022-04-28 15:34:52 destination > 2022-04-28 15:34:52 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$onCloseFunction$3):163 - Finalizing tables in destination started for 3 streams 2022-04-28 15:34:52 destination > 2022-04-28 15:34:52 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$onCloseFunction$3):168 - Finalizing stream claim_klaim. schema airbyte, tmp table _airbyte_tmp_jmt_claim_klaim, final table _airbyte_raw_claim_klaim 2022-04-28 15:34:52 destination > 2022-04-28 15:34:52 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$onCloseFunction$3):168 - Finalizing stream claim_klaimaction. schema airbyte, tmp table _airbyte_tmp_ghd_claim_klaimaction, final table _airbyte_raw_claim_klaimaction 2022-04-28 15:34:52 destination > 2022-04-28 15:34:52 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$onCloseFunction$3):168 - Finalizing stream claim_klaimassessment. schema airbyte, tmp table _airbyte_tmp_ziq_claim_klaimassessment, final table _airbyte_raw_claim_klaimassessment 2022-04-28 15:34:52 destination > 2022-04-28 15:34:52 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$onCloseFunction$3):181 - Executing finalization of tables. 2022-04-28 15:34:52 destination > 2022-04-28 15:34:52 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$onCloseFunction$3):183 - Finalizing tables in destination completed. 2022-04-28 15:34:52 destination > 2022-04-28 15:34:52 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$onCloseFunction$3):186 - Cleaning tmp tables in destination started for 3 streams 2022-04-28 15:34:52 destination > 2022-04-28 15:34:52 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$onCloseFunction$3):190 - Cleaning tmp table in destination started for stream claim_klaim. schema airbyte, tmp table name: _airbyte_tmp_jmt_claim_klaim 2022-04-28 15:34:52 destination > 2022-04-28 15:34:52 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$onCloseFunction$3):190 - Cleaning tmp table in destination started for stream claim_klaimaction. schema airbyte, tmp table name: _airbyte_tmp_ghd_claim_klaimaction 2022-04-28 15:34:52 destination > 2022-04-28 15:34:52 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$onCloseFunction$3):190 - Cleaning tmp table in destination started for stream claim_klaimassessment. schema airbyte, tmp table name: _airbyte_tmp_ziq_claim_klaimassessment 2022-04-28 15:34:53 destination > 2022-04-28 15:34:53 INFO i.a.i.d.j.JdbcBufferedConsumerFactory(lambda$onCloseFunction$3):195 - Cleaning tmp tables in destination completed. 2022-04-28 15:34:53 destination > 2022-04-28 15:34:53 INFO i.a.i.b.IntegrationRunner(runInternal):169 - Completed integration: io.airbyte.integrations.destination.redshift.RedshiftDestination 2022-04-28 15:34:53 destination > 2022-04-28 15:34:53 INFO i.a.i.d.r.RedshiftDestination(main):72 - completed destination: class io.airbyte.integrations.destination.redshift.RedshiftDestination 2022-04-28 15:34:53 INFO i.a.w.DefaultReplicationWorker(run):165 - Source and destination threads complete. 2022-04-28 15:34:53 INFO i.a.w.DefaultReplicationWorker(run):228 - sync summary: io.airbyte.config.ReplicationAttemptSummary@2e50ca0a[status=completed,recordsSynced=104049,bytesSynced=30037014,startTime=1651160029447,endTime=1651160093438,totalStats=io.airbyte.config.SyncStats@28868af6[recordsEmitted=104049,bytesEmitted=30037014,stateMessagesEmitted=0,recordsCommitted=104049],streamStats=[io.airbyte.config.StreamSyncStats@2330ccc9[streamName=claim_klaimassessment,stats=io.airbyte.config.SyncStats@649cff90[recordsEmitted=528,bytesEmitted=209224,stateMessagesEmitted=,recordsCommitted=528]], io.airbyte.config.StreamSyncStats@4cb47993[streamName=claim_klaim,stats=io.airbyte.config.SyncStats@50798bc9[recordsEmitted=898,bytesEmitted=339417,stateMessagesEmitted=,recordsCommitted=898]], io.airbyte.config.StreamSyncStats@750a438b[streamName=claim_klaimaction,stats=io.airbyte.config.SyncStats@766942c5[recordsEmitted=102623,bytesEmitted=29488373,stateMessagesEmitted=,recordsCommitted=102623]]]] 2022-04-28 15:34:53 INFO i.a.w.DefaultReplicationWorker(run):250 - Source did not output any state messages 2022-04-28 15:34:53 WARN i.a.w.DefaultReplicationWorker(run):258 - State capture: No new state, falling back on input state: io.airbyte.config.State@545325f[state={}] 2022-04-28 15:34:53 INFO i.a.w.t.TemporalAttemptExecution(get):131 - Stopping cancellation check scheduling... 2022-04-28 15:34:53 INFO i.a.w.t.s.ReplicationActivityImpl(lambda$replicate$1):147 - sync summary: io.airbyte.config.StandardSyncOutput@7cd3d397[standardSyncSummary=io.airbyte.config.StandardSyncSummary@15df7a21[status=completed,recordsSynced=104049,bytesSynced=30037014,startTime=1651160029447,endTime=1651160093438,totalStats=io.airbyte.config.SyncStats@28868af6[recordsEmitted=104049,bytesEmitted=30037014,stateMessagesEmitted=0,recordsCommitted=104049],streamStats=[io.airbyte.config.StreamSyncStats@2330ccc9[streamName=claim_klaimassessment,stats=io.airbyte.config.SyncStats@649cff90[recordsEmitted=528,bytesEmitted=209224,stateMessagesEmitted=,recordsCommitted=528]], io.airbyte.config.StreamSyncStats@4cb47993[streamName=claim_klaim,stats=io.airbyte.config.SyncStats@50798bc9[recordsEmitted=898,bytesEmitted=339417,stateMessagesEmitted=,recordsCommitted=898]], io.airbyte.config.StreamSyncStats@750a438b[streamName=claim_klaimaction,stats=io.airbyte.config.SyncStats@766942c5[recordsEmitted=102623,bytesEmitted=29488373,stateMessagesEmitted=,recordsCommitted=102623]]]],normalizationSummary=,state=io.airbyte.config.State@545325f[state={}],outputCatalog=io.airbyte.protocol.models.ConfiguredAirbyteCatalog@74334efb[streams=[io.airbyte.protocol.models.ConfiguredAirbyteStream@50e13304[stream=io.airbyte.protocol.models.AirbyteStream@32cc1de4[name=claim_klaim,jsonSchema={"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"status":{"type":"string"},"case_id":{"type":"string"},"user_id":{"type":"string"},"admin_id":{"type":"string"},"policy_id":{"type":"number"},"close_date":{"type":"string"},"create_date":{"type":"string"},"update_date":{"type":"string"},"approve_date":{"type":"string"},"claim_number":{"type":"string"},"payment_date":{"type":"string"},"request_payment_date":{"type":"string"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@5cac67ee[stream=io.airbyte.protocol.models.AirbyteStream@3286be16[name=claim_klaimaction,jsonSchema={"type":"object","properties":{"id":{"type":"number"},"type":{"type":"string"},"klaim_id":{"type":"string"},"create_date":{"type":"string"},"update_date":{"type":"string"},"create_by_id":{"type":"string"},"update_by_id":{"type":"string"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@6ba6d251[stream=io.airbyte.protocol.models.AirbyteStream@39d7c1fc[name=claim_klaimassessment,jsonSchema={"type":"object","properties":{"id":{"type":"number"},"action_id":{"type":"number"},"hospital_id":{"type":"number"},"room_classes":{"type":"array"},"symptom_date":{"type":"string"},"accident_date":{"type":"string"},"admission_date":{"type":"string"},"discharge_date":{"type":"string"},"hospital_other":{"type":"string"},"admission_nature":{"type":"string"},"has_voluntary_upgrade":{"type":"boolean"},"is_congenital_illness":{"type":"boolean"},"admission_reasons_other":{"type":"string"},"has_involuntary_upgrade":{"type":"boolean"},"is_pre_existing_condition":{"type":"boolean"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}]],additionalProperties={}],failures=[]] 2022-04-28 15:34:53 INFO i.a.w.t.TemporalUtils(withBackgroundHeartbeat):235 - Stopping temporal heartbeating... 2022-04-28 15:34:53 INFO i.a.c.p.ConfigRepository(updateConnectionState):773 - Updating connection 85b9aafb-96c8-4e12-9d2a-dc9ab550d3d3 state: io.airbyte.config.State@416a5db0[state={}]