2022-05-12 07:00:47 INFO i.a.w.w.WorkerRun(call):49 - Executing worker wrapper. Airbyte version: 0.35.4-alpha 2022-05-12 07:00:47 INFO i.a.w.t.TemporalAttemptExecution(get):118 - Docker volume job log path: /tmp/workspace/24695/2/logs.log 2022-05-12 07:00:47 INFO i.a.w.t.TemporalAttemptExecution(get):123 - Executing worker wrapper. Airbyte version: version not set 2022-05-12 07:00:47 WARN i.a.d.Databases(createPostgresDatabaseWithRetryTimeout):65 - Waiting for database to become available... 2022-05-12 07:00:47 INFO i.a.d.i.j.JobsDatabaseInstance(lambda$static$2):25 - Testing if jobs database is ready... 2022-05-12 07:00:47 INFO i.a.d.Databases(createPostgresDatabaseWithRetryTimeout):90 - Database available! 2022-05-12 07:00:47 INFO i.a.d.Databases(createPostgresDatabaseWithRetry):48 - Database available! 2022-05-12 07:00:47 INFO i.a.w.DefaultReplicationWorker(run):99 - start sync worker. job id: 24695 attempt id: 2 2022-05-12 07:00:47 INFO i.a.w.DefaultReplicationWorker(run):108 - configured sync modes: {public.agir_mandate=incremental - append_dedup, public.invoice=incremental - append_dedup, public.company=incremental - append_dedup, public.psp_source=incremental - append_dedup, public.refund_by_transfer=incremental - append_dedup, public.modification=incremental - append_dedup, public.account=incremental - append_dedup, public.transfer_order_item=incremental - append_dedup, public.bi_data=incremental - append_dedup, public.payment_by_transfer=incremental - append_dedup, public.purchase=incremental - append_dedup, public.share=incremental - append_dedup, public.psp_interface=incremental - append_dedup, public.merchant=incremental - append_dedup, public.payment_flow=incremental - append_dedup, public.transfer_order=incremental - append_dedup, public.reconciliation=incremental - append_dedup, public.transfer=incremental - append_dedup, public.virtual_card=incremental - append_dedup} 2022-05-12 07:00:47 INFO i.a.w.p.a.DefaultAirbyteDestination(start):69 - Running destination... 2022-05-12 07:00:47 INFO i.a.c.i.LineGobbler(voidCall):82 - Checking if airbyte/destination-bigquery:1.0.1 exists... 2022-05-12 07:00:47 INFO i.a.c.i.LineGobbler(voidCall):82 - airbyte/destination-bigquery:1.0.1 was found locally. 2022-05-12 07:00:47 INFO i.a.w.p.DockerProcessFactory(create):171 - Preparing command: docker run --rm --init -i -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -w /data/24695/2 --network host --log-driver none airbyte/destination-bigquery:1.0.1 write --config destination_config.json --catalog destination_catalog.json 2022-05-12 07:00:47 INFO i.a.c.i.LineGobbler(voidCall):82 - Checking if airbyte/source-postgres:0.4.14 exists... 2022-05-12 07:00:47 INFO i.a.c.i.LineGobbler(voidCall):82 - airbyte/source-postgres:0.4.14 was found locally. 2022-05-12 07:00:47 INFO i.a.w.p.DockerProcessFactory(create):171 - Preparing command: docker run --rm --init -i -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -w /data/24695/2 --network host --log-driver none airbyte/source-postgres:0.4.14 read --config source_config.json --catalog source_catalog.json --state input_state.json 2022-05-12 07:00:47 INFO i.a.w.DefaultReplicationWorker(lambda$getDestinationOutputRunnable$3):242 - Destination output thread started. 2022-05-12 07:00:47 INFO i.a.w.DefaultReplicationWorker(run):130 - Waiting for source and destination threads to complete. 2022-05-12 07:00:47 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$2):203 - Replication thread started. 2022-05-12 07:00:48 source > SLF4J: Class path contains multiple SLF4J bindings. 2022-05-12 07:00:48 source > SLF4J: Found binding in [jar:file:/airbyte/lib/log4j-slf4j-impl-2.17.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] 2022-05-12 07:00:48 source > SLF4J: Found binding in [jar:file:/airbyte/lib/slf4j-log4j12-1.7.30.jar!/org/slf4j/impl/StaticLoggerBinder.class] 2022-05-12 07:00:48 source > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. 2022-05-12 07:00:48 destination > SLF4J: Class path contains multiple SLF4J bindings. 2022-05-12 07:00:48 destination > SLF4J: Found binding in [jar:file:/airbyte/lib/log4j-slf4j-impl-2.17.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] 2022-05-12 07:00:48 destination > SLF4J: Found binding in [jar:file:/airbyte/lib/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class] 2022-05-12 07:00:48 destination > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. 2022-05-12 07:00:48 destination > SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory] 2022-05-12 07:00:48 source > SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory] 2022-05-12 07:00:49 source > 2022-05-12 07:00:49 INFO i.a.i.s.p.PostgresSource(main):386 - starting source: class io.airbyte.integrations.source.postgres.PostgresSource 2022-05-12 07:00:50 source > 2022-05-12 07:00:50 INFO i.a.i.b.IntegrationCliParser(parseOptions):118 - integration args: {read=null, catalog=source_catalog.json, state=input_state.json, config=source_config.json} 2022-05-12 07:00:50 source > 2022-05-12 07:00:50 INFO i.a.i.b.IntegrationRunner(runInternal):121 - Running integration: io.airbyte.integrations.base.ssh.SshWrappedSource 2022-05-12 07:00:50 source > 2022-05-12 07:00:50 INFO i.a.i.b.IntegrationRunner(runInternal):122 - Command: READ 2022-05-12 07:00:50 source > 2022-05-12 07:00:50 INFO i.a.i.b.IntegrationRunner(runInternal):123 - Integration config: IntegrationConfig{command=READ, configPath='source_config.json', catalogPath='source_catalog.json', statePath='input_state.json'} 2022-05-12 07:00:50 destination > 2022-05-12 07:00:50 INFO i.a.i.b.IntegrationCliParser(parseOptions):118 - integration args: {catalog=destination_catalog.json, write=null, config=destination_config.json} 2022-05-12 07:00:50 destination > 2022-05-12 07:00:50 INFO i.a.i.b.IntegrationRunner(runInternal):121 - Running integration: io.airbyte.integrations.destination.bigquery.BigQueryDestination 2022-05-12 07:00:50 destination > 2022-05-12 07:00:50 INFO i.a.i.b.IntegrationRunner(runInternal):122 - Command: WRITE 2022-05-12 07:00:50 destination > 2022-05-12 07:00:50 INFO i.a.i.b.IntegrationRunner(runInternal):123 - Integration config: IntegrationConfig{command=WRITE, configPath='destination_config.json', catalogPath='destination_catalog.json', statePath='null'} 2022-05-12 07:00:50 source > 2022-05-12 07:00:50 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword order - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword 2022-05-12 07:00:50 source > 2022-05-12 07:00:50 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword examples - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword 2022-05-12 07:00:50 destination > 2022-05-12 07:00:50 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword examples - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword 2022-05-12 07:00:50 source > 2022-05-12 07:00:50 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword airbyte_secret - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword 2022-05-12 07:00:50 destination > 2022-05-12 07:00:50 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword airbyte_secret - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword 2022-05-12 07:00:50 source > 2022-05-12 07:00:50 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword multiline - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword 2022-05-12 07:00:50 destination > 2022-05-12 07:00:50 INFO i.a.i.d.b.BigQueryUtils(getLoadingMethod):284 - Selected loading method is set to: STANDARD 2022-05-12 07:00:51 source > 2022-05-12 07:00:51 INFO i.a.i.b.s.SshTunnel(getInstance):170 - Starting connection with method: NO_TUNNEL 2022-05-12 07:00:52 source > 2022-05-12 07:00:52 INFO i.a.i.s.p.PostgresSource(isCdc):253 - using CDC: false 2022-05-12 07:00:52 source > 2022-05-12 07:00:52 INFO i.a.i.s.j.AbstractJdbcSource(lambda$getCheckOperations$1):89 - Attempting to get metadata from the database to see if we can connect. 2022-05-12 07:00:52 source > 2022-05-12 07:00:52 INFO i.a.i.s.r.CdcStateManager():26 - Initialized CDC state with: null 2022-05-12 07:00:52 source > 2022-05-12 07:00:52 INFO i.a.i.s.r.StateManager(createCursorInfoForStream):108 - Found matching cursor in state. Stream: AirbyteStreamNameNamespacePair{name='bi_data', namespace='public'}. Cursor Field: updated Value: 2022-05-11T22:22:36.987828Z 2022-05-12 07:00:52 source > 2022-05-12 07:00:52 INFO i.a.i.s.r.StateManager(createCursorInfoForStream):108 - Found matching cursor in state. Stream: AirbyteStreamNameNamespacePair{name='transfer', namespace='public'}. Cursor Field: updated Value: 2022-05-12T04:19:18.277565Z 2022-05-12 07:00:52 source > 2022-05-12 07:00:52 INFO i.a.i.s.r.StateManager(createCursorInfoForStream):108 - Found matching cursor in state. Stream: AirbyteStreamNameNamespacePair{name='account', namespace='public'}. Cursor Field: updated Value: 2022-05-12T05:59:25.919537Z 2022-05-12 07:00:52 source > 2022-05-12 07:00:52 INFO i.a.i.s.r.StateManager(createCursorInfoForStream):108 - Found matching cursor in state. Stream: AirbyteStreamNameNamespacePair{name='modification', namespace='public'}. Cursor Field: created Value: 2022-05-12T06:06:22.381248Z 2022-05-12 07:00:52 source > 2022-05-12 07:00:52 INFO i.a.i.s.r.StateManager(createCursorInfoForStream):108 - Found matching cursor in state. Stream: AirbyteStreamNameNamespacePair{name='share', namespace='public'}. Cursor Field: updated Value: 2022-05-12T06:18:02.083013Z 2022-05-12 07:00:52 source > 2022-05-12 07:00:52 INFO i.a.i.s.r.StateManager(createCursorInfoForStream):108 - Found matching cursor in state. Stream: AirbyteStreamNameNamespacePair{name='transfer_order', namespace='public'}. Cursor Field: updated Value: 2022-05-12T05:01:15.603413Z 2022-05-12 07:00:52 source > 2022-05-12 07:00:52 INFO i.a.i.s.r.StateManager(createCursorInfoForStream):108 - Found matching cursor in state. Stream: AirbyteStreamNameNamespacePair{name='reconciliation', namespace='public'}. Cursor Field: updated Value: 2022-05-12T04:19:18.310052Z 2022-05-12 07:00:52 source > 2022-05-12 07:00:52 INFO i.a.i.s.r.StateManager(createCursorInfoForStream):108 - Found matching cursor in state. Stream: AirbyteStreamNameNamespacePair{name='transfer_order_item', namespace='public'}. Cursor Field: updated Value: 2022-05-12T06:08:13.419840Z 2022-05-12 07:00:52 source > 2022-05-12 07:00:52 INFO i.a.i.s.r.StateManager(createCursorInfoForStream):108 - Found matching cursor in state. Stream: AirbyteStreamNameNamespacePair{name='invoice', namespace='public'}. Cursor Field: updated Value: 2022-05-11T10:46:03.905894Z 2022-05-12 07:00:52 source > 2022-05-12 07:00:52 INFO i.a.i.s.r.StateManager(createCursorInfoForStream):108 - Found matching cursor in state. Stream: AirbyteStreamNameNamespacePair{name='company', namespace='public'}. Cursor Field: updated Value: 2022-05-10T15:57:27.405572Z 2022-05-12 07:00:52 source > 2022-05-12 07:00:52 INFO i.a.i.s.r.StateManager(createCursorInfoForStream):108 - Found matching cursor in state. Stream: AirbyteStreamNameNamespacePair{name='psp_interface', namespace='public'}. Cursor Field: updated Value: 2022-02-24T14:32:40.501118Z 2022-05-12 07:00:52 source > 2022-05-12 07:00:52 INFO i.a.i.s.r.StateManager(createCursorInfoForStream):108 - Found matching cursor in state. Stream: AirbyteStreamNameNamespacePair{name='virtual_card', namespace='public'}. Cursor Field: updated Value: 2022-05-12T06:17:59.280664Z 2022-05-12 07:00:52 source > 2022-05-12 07:00:52 INFO i.a.i.s.r.StateManager(createCursorInfoForStream):108 - Found matching cursor in state. Stream: AirbyteStreamNameNamespacePair{name='agir_mandate', namespace='public'}. Cursor Field: updated Value: 2021-07-27T07:49:16.296492Z 2022-05-12 07:00:52 source > 2022-05-12 07:00:52 INFO i.a.i.s.r.StateManager(createCursorInfoForStream):108 - Found matching cursor in state. Stream: AirbyteStreamNameNamespacePair{name='merchant', namespace='public'}. Cursor Field: updated Value: 2022-05-11T13:45:41.140098Z 2022-05-12 07:00:52 source > 2022-05-12 07:00:52 INFO i.a.i.s.r.StateManager(createCursorInfoForStream):108 - Found matching cursor in state. Stream: AirbyteStreamNameNamespacePair{name='refund_by_transfer', namespace='public'}. Cursor Field: updated Value: 2021-12-13T09:04:42.988895Z 2022-05-12 07:00:52 source > 2022-05-12 07:00:52 INFO i.a.i.s.r.StateManager(createCursorInfoForStream):108 - Found matching cursor in state. Stream: AirbyteStreamNameNamespacePair{name='psp_source', namespace='public'}. Cursor Field: updated Value: 2022-05-12T06:16:28.033863Z 2022-05-12 07:00:52 source > 2022-05-12 07:00:52 INFO i.a.i.s.r.StateManager(createCursorInfoForStream):108 - Found matching cursor in state. Stream: AirbyteStreamNameNamespacePair{name='purchase', namespace='public'}. Cursor Field: updated Value: 2022-05-12T06:18:01.495572Z 2022-05-12 07:00:52 source > 2022-05-12 07:00:52 INFO i.a.i.s.r.StateManager(createCursorInfoForStream):108 - Found matching cursor in state. Stream: AirbyteStreamNameNamespacePair{name='payment_by_transfer', namespace='public'}. Cursor Field: updated Value: 2022-05-11T13:08:31.772532Z 2022-05-12 07:00:52 source > 2022-05-12 07:00:52 INFO i.a.i.s.r.StateManager(createCursorInfoForStream):108 - Found matching cursor in state. Stream: AirbyteStreamNameNamespacePair{name='payment_flow', namespace='public'}. Cursor Field: updated Value: 2022-02-03T14:41:29.403033Z 2022-05-12 07:00:52 source > 2022-05-12 07:00:52 INFO i.a.i.s.p.PostgresSource(discoverInternal):148 - No schemas explicitly set on UI to process, so will process all of existing schemas in DB 2022-05-12 07:00:52 source > 2022-05-12 07:00:52 INFO i.a.i.s.j.AbstractJdbcSource(discoverInternal):117 - Internal schemas to exclude: [catalog_history, information_schema, pg_catalog, pg_internal] 2022-05-12 07:00:52 source > 2022-05-12 07:00:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(initialize):32 - Set initial fetch size: 10 rows 2022-05-12 07:00:52 source > 2022-05-12 07:00:52 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 100000 rows 2022-05-12 07:00:53 destination > 2022-05-12 07:00:53 INFO i.a.i.d.b.BigQueryUtils(createPartitionedTable):124 - Partitioned Table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_xrl_account}} created successfully 2022-05-12 07:00:53 destination > 2022-05-12 07:00:53 INFO i.a.i.d.b.BigQueryUtils(getLoadingMethod):284 - Selected loading method is set to: STANDARD 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table cetelem_refund column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table cetelem_refund column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table cetelem_refund column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table cetelem_refund column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table cetelem_refund column purchase_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table cetelem_refund column is_success (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table cetelem_refund column amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table bi_token column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table bi_token column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table bi_token column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table bi_token column token (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table bi_token column account_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table bi_token column provider (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table bi_token column connection_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer_order_item column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer_order_item column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer_order_item column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer_order_item column purchase_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer_order_item column transfer_order_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer_order_item column amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer_order_item column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer_order_item column payout_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer_order_item column debit_order_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column currency (type varchar[3]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column share_type (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column purchase_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column state (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column account_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column psp_source_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column reminder_sending_date (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column bank_card_error (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column bearer (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column expiration_date (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column fees_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column decline_code (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column not_charged_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column charge_updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column psp_capture_psp_uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column psp_charge_psp_uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column preauth_cancellation_date (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column apply_penalties (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column refunded_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column charge_retries_counter (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column adjustment_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column overdue_warning_sending_date (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column overdue_warnings_counter (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column penalties_applicable (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column front_state (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column penalties_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column not_charged_fees_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column refunded_fees_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column initial_expiration_date (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column refunded_penalties_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column moto_enabled (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column double_payment_in_stripe (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column not_charged_penalties_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column refunded_lost_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column refunded_lost_fees_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column refunded_lost_penalties_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column not_charged_lost_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column not_charged_lost_penalties_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column not_charged_lost_fees_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column buyback_enabled (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column psp_charge_data (type jsonb[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column expecting_transfer (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column closed_by_dca (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column penalties_origination_datetime (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table share column is_penalties_origination_reported (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table company column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table company column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table company column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table company column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table company column name (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table company column invoice_payment_method_params (type jsonb[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table company column tax_rate (type numeric[4]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table company column invoice_client_refs (type jsonb[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table company column invoice_payment_method (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table company column pipedrive_organisation_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table company column chat_allowed (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table company column role_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table activity column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table activity column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table activity column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table activity column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table activity column amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table activity column event_date (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table activity column payout_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table activity column event_type (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table activity column share_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table activity column transaction_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table activity column transfer_order_item_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table activity column payment_by_transfer_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table refund_by_transfer column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table refund_by_transfer column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table refund_by_transfer column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table refund_by_transfer column currency (type varchar[3]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table refund_by_transfer column amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table refund_by_transfer column purchase_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table refund_by_transfer column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table refund_by_transfer column reconciliation_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table role column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table role column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table role column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table role column name (type varchar[80]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table role column description (type varchar[255]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_company_report column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_company_report column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_company_report column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_company_report column datetime (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_company_report column company_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_company_report column merchant_name (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_company_report column invoice_payment_method (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_company_report column report_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column company_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column merchant_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column merchant_name (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column merchant_type (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column merchant_details (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column merchant_fees_payment_date (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column merchant_fees_amount_cents (type float8[17]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column merchant_fees_percentage (type float8[17]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column buyer_fees_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column buyer_fees_percentage (type float8[17]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column loan_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column loan_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column loan_origination_datetime (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column loan_term_num_of_days (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column buyer_score (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column buyer_civility (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column buyer_first_name (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column buyer_last_name (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column buyer_address_street (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column buyer_address_city (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column buyer_address_zipcode (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column buyer_address_country (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column buyer_phone_number (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column buyer_email (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column buyer_birth_date (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column buyer_birth_city (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column buyer_birth_zipcode (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column buyer_birth_country (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column buyer_bank_name (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column buyer_bank_country (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column virtual_card_type (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_origination_report column report_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table user column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table user column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table user column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table user column email (type varchar[255]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table user column username (type varchar[255]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table user column password (type varchar[255]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table user column last_login_at (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table user column current_login_at (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table user column last_login_ip (type varchar[100]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table user column current_login_ip (type varchar[100]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table user column login_count (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table user column active (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table user column confirmed_at (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table user column fs_uniquifier (type varchar[255]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table user column operator (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table operation column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table operation column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table operation column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table operation column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table operation column amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table operation column type (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table operation column share_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table operation column psp_uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table operation column fees_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table operation column penalties_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table operation column imported (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table operation column payout_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table operation column payment_method (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table operation column is_reported (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table operation column debit_order_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table operation column payment_by_transfer_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table operation column buyback_refund_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column first_name (type varchar[255]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column last_name (type varchar[255]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column email (type varchar[255]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column phone_number (type varchar[50]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column merchant_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column birth_city (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column birth_country (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column birth_date (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column civility (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column fingerprint (type uuid[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column phone_number_validation (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column birth_zipcode (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column bi_scoring_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column is_valid_email (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column identification_id (type uuid[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column blacklisting_type (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column otp_params (type jsonb[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column identification_params (type jsonb[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column worldcheck_validated (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column is_pep (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column b2b_store_name (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column b2b_external_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column b2b_external_id_type (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table account column b2b_sic_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table report column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table report column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table report column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table report column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table report column report_date (type date[13]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table report column type (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table report column filenames (type jsonb[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table report column lender (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payment_by_transfer column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payment_by_transfer column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payment_by_transfer column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payment_by_transfer column currency (type varchar[3]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payment_by_transfer column amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payment_by_transfer column share_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payment_by_transfer column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payment_by_transfer column reconciliation_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payment_by_transfer column double_payment_in_stripe (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payment_by_transfer column anticipated_payment (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payment_by_transfer column invoice_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_status_report column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_status_report column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_status_report column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_status_report column report_date (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_status_report column loan_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_status_report column company_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_status_report column last_payment_date (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_status_report column principal_outstanding_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_status_report column cumulative_principal_paid_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_status_report column cumulative_principal_not_charged_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_status_report column cumulative_principal_refunded_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_status_report column cumulative_buyer_fees_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_status_report column cumulative_buyer_penalties_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_status_report column past_due_num_of_days (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_status_report column status (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_status_report column report_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_status_report column cumulative_buyer_fees_not_charged_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_status_report column cumulative_buyer_fees_refunded_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_status_report column cumulative_buyer_penalties_not_charged_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_status_report column cumulative_buyer_penalties_refunded_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_status_report column cumulative_buyer_lost_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_status_report column cumulative_buyer_fees_lost_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_status_report column cumulative_buyer_penalties_lost_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table invoice column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table invoice column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table invoice column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table invoice column language (type varchar[6]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table invoice column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table invoice column company_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table invoice column invoice_ref (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table invoice column invoice_number (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table invoice column amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table invoice column taxed_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table invoice column invoice_account (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table invoice column invoice_payment_method (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table invoice column invoice_payment_method_params (type jsonb[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table invoice column adjustment_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_penalties_origination_report column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_penalties_origination_report column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_penalties_origination_report column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_penalties_origination_report column company_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_penalties_origination_report column merchant_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_penalties_origination_report column loan_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_penalties_origination_report column installment_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_penalties_origination_report column penalties_origination_datetime (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_penalties_origination_report column penalties_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_penalties_origination_report column report_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table buyback_refund column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table buyback_refund column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table buyback_refund column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table buyback_refund column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table buyback_refund column share_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table buyback_refund column reconciliation_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table buyback_refund column currency (type varchar[3]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table buyback_refund column amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column cover_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column status (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column cover_price_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column service_fee_rate (type float8[17]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column service_fee_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column service_fee_vat_rate (type float8[17]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column service_fee_vat_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column collection_fee_rate (type float8[17]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column collection_fee_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column collection_fee_vat_rate (type float8[17]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column collection_fee_vat_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column insurance_tax_rate (type float8[17]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column insurance_tax_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column covered_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column valid_until (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column seller_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column buyer_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column invoice_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column invoice_issued_at (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column invoice_due_at (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column claim_limit_at (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column rejected_by (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column rejection_reason (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column purchase_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column claim_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table coverage column claim_status (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table message column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table message column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table message column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table message column message_type (type varchar[255]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table message column share_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table message column state (type varchar[10]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_dispute column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_dispute column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_dispute column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_dispute column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_dispute column status (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_dispute column reason (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_dispute column psp_charge_psp_uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_dispute column psp_dispute_uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_dispute column amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_dispute column currency (type varchar[3]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_dispute column net_balance_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_dispute column share_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_dispute column psp_interface_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table reconciliation column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table reconciliation column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table reconciliation column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table reconciliation column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table reconciliation column reconciliation_type (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table reconciliation column delta_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table reconciliation column lost_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table reconciliation column is_reported (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table debit_order_params column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table debit_order_params column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table debit_order_params column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table debit_order_params column purchase_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table debit_order_params column iban (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table debit_order_params column bic (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table debit_order_params column agreement_uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column currency (type varchar[3]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column merchant_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column state (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column subtitle (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column title (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column language (type varchar[6]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column reference (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column address_street (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column address_city (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column address_zipcode (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column address_state_province (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column address_country (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column payment_notification_url (type varchar[300]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column shipping_address_city (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column shipping_address_country (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column shipping_address_state_province (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column shipping_address_street (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column shipping_address_zipcode (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column redirect_url (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column cancel_url (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column balance_payment_date (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column deferred_payment_date (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column second_installment_payment_date (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column invoice_item_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column country_code (type varchar[2]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column removable_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column send_refund_email (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column error_message (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column merchant_fees (type float8[17]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column address_validation (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column merchant_fees_amount_cents (type numeric[12]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column report_status (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column report_status_updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column is_report_status_closed (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column fraud_types (type _varchar[2147483647]) -> JsonSchemaType({type=array}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column is_purchase_link (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column error_notification_url (type varchar[300]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column is_origination_reported (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column is_fraud_confirmed (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column fraud_state (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column bank_insight_url (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column overdue_type (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column payment_flow_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column payment_params (type jsonb[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column meta_data (type jsonb[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column redirection_data (type jsonb[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column scoring (type jsonb[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column payment_method_params (type jsonb[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column worldcheck_case_system_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column worldcheck_case_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column worldcheck_ongoing_screening_enabled (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table purchase column threatmetrix_request_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_cumulated_authorization column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_cumulated_authorization column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_cumulated_authorization column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_cumulated_authorization column file_name (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_cumulated_authorization column raw_content (type bytea[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_cumulated_authorization column line_number (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_cumulated_authorization column virtual_card_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:53 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_cumulated_authorization column state (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:53 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_cumulated_authorization column total_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_cumulated_authorization column creation_date (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_cumulated_authorization column authorizations_number (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_cumulated_authorization column authorized_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_cumulated_authorization column vcp_merchant_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_cumulated_authorization column vcp_merchant_name (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_cumulated_authorization column last_authorization_date (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table notification column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table notification column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table notification column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table notification column purchase_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table notification column state (type varchar[10]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table notification column notification_format (type varchar[10]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table notification column retries_counter (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table notification column sending_date (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table notification column type (type varchar[10]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table notification column content (type jsonb[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table roles_users column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table roles_users column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table roles_users column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table roles_users column user_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table roles_users column role_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table alembic_version column version_num (type varchar[32]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_event column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_event column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_event column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_event column psp_uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_event column event_transmitter (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_compensation column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_compensation column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_compensation column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_compensation column file_name (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_compensation column raw_content (type bytea[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_compensation column line_number (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_compensation column virtual_card_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_compensation column compensation_date (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_compensation column operation_type (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_compensation column amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_compensation column creation_date (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payment_flow column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payment_flow column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payment_flow column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payment_flow column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payment_flow column name (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payment_flow column payment_method (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payment_flow column currency (type varchar[3]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payment_flow column psp_interface_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payment_flow column operator (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payment_flow column disabled (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payment_flow column payment_method_params (type jsonb[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table edenred_transfer_payee column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table edenred_transfer_payee column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table edenred_transfer_payee column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table edenred_transfer_payee column iban (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table edenred_transfer_payee column name (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table edenred_transfer_payee column ref (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table edenred_transfer_payee column external_ref (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table bi_data column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table bi_data column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table bi_data column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table bi_data column type (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table bi_data column token_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table bi_data column purchase_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table bi_data column data (type jsonb[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table virtual_card column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table virtual_card column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table virtual_card column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table virtual_card column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table virtual_card column currency (type varchar[3]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table virtual_card column amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table virtual_card column expiration_date (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table virtual_card column purchase_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table virtual_card column card_number (type bytea[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table virtual_card column cvc (type bytea[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table virtual_card column vcp_reference (type bytea[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table virtual_card column last_report (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table virtual_card column state (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table virtual_card column psp_connector_result (type bytea[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table virtual_card column payment_method (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table virtual_card column polling_state (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table virtual_card column blocked (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table virtual_card column is_consumer (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table virtual_card column funds_recovered (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_authorization column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_authorization column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_authorization column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_authorization column file_name (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_authorization column raw_content (type bytea[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_authorization column line_number (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_authorization column virtual_card_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_authorization column vcp_authorization_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_authorization column authorization_date (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_authorization column response_code (type varchar[3]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_authorization column operation_type (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_authorization column currency (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_authorization column amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_authorization column mcc (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table vcpr_authorization column vcp_merchant_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table funnel column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table funnel column target_uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table funnel column is_iframe (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table funnel column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table funnel column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table funnel column params (type jsonb[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table shortened_url column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table shortened_url column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table shortened_url column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table shortened_url column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table shortened_url column url (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table shortened_url column disabled (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table shortened_url column click_count (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table shortened_url column share_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table shortened_url column token (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table shortened_url column destination (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table shortened_url column purchase_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_fees_report column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_fees_report column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_fees_report column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_fees_report column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_fees_report column psp_report_uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_fees_report column start_date (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_fees_report column end_date (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_fees_report column network_cost_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_fees_report column stripe_fees_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_fees_report column state (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_fees_report column psp_interface_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_fees_report column charge_fees_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_fees_report column dispute_fees_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_fees_report column dispute_lost_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table stripe_fees_report column dispute_not_charged_lost_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer_order column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer_order column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer_order column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer_order column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer_order column statement_descriptor (type varchar[35]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer_order column amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer_order column s3_url (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer_order column state (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer_order column reconciliation_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer_order column sent_at (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer_order column meta_data (type jsonb[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table reports_check column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table reports_check column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table reports_check column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table reports_check column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table reports_check column report_date (type date[13]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table reports_check column is_valid (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table reports_check column lender (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_customer column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_customer column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_customer column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_customer column psp_uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_customer column psp_interface_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_customer column account_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_customer column company_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_bought_back_transaction_report column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_bought_back_transaction_report column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_bought_back_transaction_report column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_bought_back_transaction_report column transaction_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_bought_back_transaction_report column transaction_datetime (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_bought_back_transaction_report column direction (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_bought_back_transaction_report column amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_bought_back_transaction_report column loan_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_bought_back_transaction_report column installment_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_bought_back_transaction_report column company_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_bought_back_transaction_report column merchant_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_bought_back_transaction_report column report_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payout column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payout column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payout column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payout column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payout column amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payout column source_payout_uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payout column company_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payout column psp_interface_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payout column fund_type (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payout column source_type (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table payout column adjustment_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table invoice_item column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table invoice_item column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table invoice_item column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table invoice_item column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table invoice_item column merchant_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table invoice_item column amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table invoice_item column merchant_fees (type float8[17]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table invoice_item column s3_url (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table invoice_item column commission_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table invoice_item column invoice_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer column date (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer column amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer column description (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer column reconciliation_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer column provider (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer column statement_descriptor (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer column account_number (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer column orphan (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer column bank_code (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer column imported (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table transfer column provider_reference (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_buyer_transaction_report column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_buyer_transaction_report column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_buyer_transaction_report column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_buyer_transaction_report column transaction_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_buyer_transaction_report column transaction_datetime (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_buyer_transaction_report column direction (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_buyer_transaction_report column amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_buyer_transaction_report column principal_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_buyer_transaction_report column buyer_fees_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_buyer_transaction_report column buyer_penalties_amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_buyer_transaction_report column loan_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_buyer_transaction_report column installment_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_buyer_transaction_report column company_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_buyer_transaction_report column merchant_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_buyer_transaction_report column buyer_bank_name (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_buyer_transaction_report column buyer_bank_country (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_buyer_transaction_report column report_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table daily_buyer_transaction_report column operation_payment_method (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table export_file column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table export_file column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table export_file column entity_type (type varchar[20]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table export_file column state (type varchar[20]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table export_file column merchant_ids (type _int4[10]) -> JsonSchemaType({type=array}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table export_file column user_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table export_file column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table export_file column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table debit_order column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table debit_order column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table debit_order column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table debit_order column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table debit_order column statement_descriptor (type varchar[35]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table debit_order column s3_url (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table debit_order column state (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table debit_order column reconciliation_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table debit_order column amount_cents (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table debit_order column psp_charge_psp_uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table debit_order column psp_source_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table debit_order column share_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table debit_order column invoice_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table debit_order column stripe_fees_report_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table debit_order column psp_charge_data (type jsonb[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_interface column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_interface column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_interface column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_interface column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_interface column name (type varchar[80]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_interface column type (type varchar[25]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_interface column interface (type bytea[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_interface column disabled (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_interface column buyback_psp_interface_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_interface column buyback_psp_connect_uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_interface column rib_picture_url (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_interface column lender (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_interface column currency (type varchar[3]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_interface column stripe_fees_payment (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_interface column stripe_fees_debit_account_number (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table modification column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table modification column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table modification column value (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table modification column table (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table modification column field (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table modification column target_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table modification column target_uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table modification column user (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table modification column sid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_source column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_source column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_source column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_source column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_source column psp_card_fingerprint (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_source column source_type (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_source column psp_card_bank_name (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_source column psp_card_bin (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_source column psp_card_country (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_source column psp_card_funding (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_source column psp_interface_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_source column blacklisting_type (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_source column psp_uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_source column psp_card_source_uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table psp_source column psp_reusable_uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table global_variable column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table global_variable column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table global_variable column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table global_variable column name (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table global_variable column value (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column id (type serial[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column name (type varchar[80]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column uid (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column picture_url (type varchar[180]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column created (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column updated (type timestamp[29]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column css_url (type varchar[300]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column alias (type varchar[10]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column cgu_url (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column psp_connector (type bytea[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column info (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column language (type varchar[6]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column timezone (type varchar[30]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column notes (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column country_code (type varchar[2]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column mocked_ecard (type jsonb[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column payment_params (type jsonb[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column capture_on_debit (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column allow_deferred_purchases (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column payment_type (type varchar[20]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column filters (type jsonb[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column address_is_mandatory (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column address_must_be_valid (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column secret (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column bank_insight (type jsonb[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column payment_method_params (type jsonb[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column send_confirmation_email (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column disabled (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column billable (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column phone_number_is_mandatory (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column full_name_is_mandatory (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column notify (type varchar[20]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column phone_number_verification_params (type jsonb[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column penalties_tolerance_delay_in_days (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column business_details (type jsonb[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column email_must_be_valid (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column refund_fees (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column birth_infos_are_mandatory (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column company_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column birth_address_must_be_valid (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column identity_verification_params (type jsonb[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column payment_flow_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column reseller (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column secret_is_mandatory (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column role_id (type int4[10]) -> JsonSchemaType({type=number}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column is_b2b (type bool[1]) -> JsonSchemaType({type=boolean}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column b2b_external_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column b2b_external_id_type (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column b2b_sic_id (type varchar[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):139 - Table merchant column fees (type jsonb[2147483647]) -> JsonSchemaType({type=string}) 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.p.PostgresSource(isCdc):253 - using CDC: false 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(queryTableIncremental):264 - Queueing query for table: account 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.r.AbstractDbSource(getSelectedIterators):180 - Skipping stream public.agir_mandate because it is not in the source 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(queryTableIncremental):264 - Queueing query for table: bi_data 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(queryTableIncremental):264 - Queueing query for table: company 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(queryTableIncremental):264 - Queueing query for table: invoice 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(queryTableIncremental):264 - Queueing query for table: merchant 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(queryTableIncremental):264 - Queueing query for table: modification 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(queryTableIncremental):264 - Queueing query for table: payment_by_transfer 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(queryTableIncremental):264 - Queueing query for table: payment_flow 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(queryTableIncremental):264 - Queueing query for table: psp_interface 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(queryTableIncremental):264 - Queueing query for table: psp_source 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(queryTableIncremental):264 - Queueing query for table: purchase 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(queryTableIncremental):264 - Queueing query for table: reconciliation 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(queryTableIncremental):264 - Queueing query for table: refund_by_transfer 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(queryTableIncremental):264 - Queueing query for table: share 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(queryTableIncremental):264 - Queueing query for table: transfer 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(queryTableIncremental):264 - Queueing query for table: transfer_order 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(queryTableIncremental):264 - Queueing query for table: transfer_order_item 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(queryTableIncremental):264 - Queueing query for table: virtual_card 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):269 - Preparing query for table: account 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):278 - Executing query for table: account 2022-05-12 07:00:54 source > 2022-05-12 07:00:54 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(initialize):32 - Set initial fetch size: 10 rows 2022-05-12 07:00:54 destination > 2022-05-12 07:00:54 INFO i.a.i.d.b.BigQueryUtils(createPartitionedTable):124 - Partitioned Table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_cqt_agir_mandate}} created successfully 2022-05-12 07:00:54 destination > 2022-05-12 07:00:54 INFO i.a.i.d.b.BigQueryUtils(getLoadingMethod):284 - Selected loading method is set to: STANDARD 2022-05-12 07:00:55 destination > 2022-05-12 07:00:55 INFO i.a.i.d.b.BigQueryUtils(createPartitionedTable):124 - Partitioned Table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_yqe_bi_data}} created successfully 2022-05-12 07:00:56 destination > 2022-05-12 07:00:56 INFO i.a.i.d.b.BigQueryUtils(getLoadingMethod):284 - Selected loading method is set to: STANDARD 2022-05-12 07:00:56 destination > 2022-05-12 07:00:56 INFO i.a.i.d.b.BigQueryUtils(createPartitionedTable):124 - Partitioned Table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_ckd_company}} created successfully 2022-05-12 07:00:57 destination > 2022-05-12 07:00:57 INFO i.a.i.d.b.BigQueryUtils(getLoadingMethod):284 - Selected loading method is set to: STANDARD 2022-05-12 07:00:58 destination > 2022-05-12 07:00:58 INFO i.a.i.d.b.BigQueryUtils(createPartitionedTable):124 - Partitioned Table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_tuw_invoice}} created successfully 2022-05-12 07:00:58 destination > 2022-05-12 07:00:58 INFO i.a.i.d.b.BigQueryUtils(getLoadingMethod):284 - Selected loading method is set to: STANDARD 2022-05-12 07:00:59 destination > 2022-05-12 07:00:59 INFO i.a.i.d.b.BigQueryUtils(createPartitionedTable):124 - Partitioned Table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_sfd_merchant}} created successfully 2022-05-12 07:00:59 destination > 2022-05-12 07:00:59 INFO i.a.i.d.b.BigQueryUtils(getLoadingMethod):284 - Selected loading method is set to: STANDARD 2022-05-12 07:00:59 source > 2022-05-12 07:00:59 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 66771 rows 2022-05-12 07:01:00 destination > 2022-05-12 07:01:00 INFO i.a.i.d.b.BigQueryUtils(createPartitionedTable):124 - Partitioned Table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_agu_modification}} created successfully 2022-05-12 07:01:00 destination > 2022-05-12 07:01:00 INFO i.a.i.d.b.BigQueryUtils(getLoadingMethod):284 - Selected loading method is set to: STANDARD 2022-05-12 07:01:01 destination > 2022-05-12 07:01:01 INFO i.a.i.d.b.BigQueryUtils(createPartitionedTable):124 - Partitioned Table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_npn_payment_by_transfer}} created successfully 2022-05-12 07:01:01 destination > 2022-05-12 07:01:01 INFO i.a.i.d.b.BigQueryUtils(getLoadingMethod):284 - Selected loading method is set to: STANDARD 2022-05-12 07:01:02 destination > 2022-05-12 07:01:02 INFO i.a.i.d.b.BigQueryUtils(createPartitionedTable):124 - Partitioned Table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_uki_payment_flow}} created successfully 2022-05-12 07:01:04 destination > 2022-05-12 07:01:04 INFO i.a.i.d.b.BigQueryUtils(getLoadingMethod):284 - Selected loading method is set to: STANDARD 2022-05-12 07:01:04 destination > 2022-05-12 07:01:04 INFO i.a.i.d.b.BigQueryUtils(createPartitionedTable):124 - Partitioned Table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_ciu_psp_interface}} created successfully 2022-05-12 07:01:05 destination > 2022-05-12 07:01:05 INFO i.a.i.d.b.BigQueryUtils(getLoadingMethod):284 - Selected loading method is set to: STANDARD 2022-05-12 07:01:06 destination > 2022-05-12 07:01:06 INFO i.a.i.d.b.BigQueryUtils(createPartitionedTable):124 - Partitioned Table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_yrx_psp_source}} created successfully 2022-05-12 07:01:06 destination > 2022-05-12 07:01:06 INFO i.a.i.d.b.BigQueryUtils(getLoadingMethod):284 - Selected loading method is set to: STANDARD 2022-05-12 07:01:07 destination > 2022-05-12 07:01:07 INFO i.a.i.d.b.BigQueryUtils(createPartitionedTable):124 - Partitioned Table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_gjm_purchase}} created successfully 2022-05-12 07:01:07 destination > 2022-05-12 07:01:07 INFO i.a.i.d.b.BigQueryUtils(getLoadingMethod):284 - Selected loading method is set to: STANDARD 2022-05-12 07:01:08 destination > 2022-05-12 07:01:08 INFO i.a.i.d.b.BigQueryUtils(createPartitionedTable):124 - Partitioned Table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_tpx_reconciliation}} created successfully 2022-05-12 07:01:08 destination > 2022-05-12 07:01:08 INFO i.a.i.d.b.BigQueryUtils(getLoadingMethod):284 - Selected loading method is set to: STANDARD 2022-05-12 07:01:08 destination > 2022-05-12 07:01:08 INFO i.a.i.d.b.BigQueryUtils(createPartitionedTable):124 - Partitioned Table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_eks_refund_by_transfer}} created successfully 2022-05-12 07:01:09 destination > 2022-05-12 07:01:09 INFO i.a.i.d.b.BigQueryUtils(getLoadingMethod):284 - Selected loading method is set to: STANDARD 2022-05-12 07:01:10 destination > 2022-05-12 07:01:10 INFO i.a.i.d.b.BigQueryUtils(createPartitionedTable):124 - Partitioned Table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_fdh_share}} created successfully 2022-05-12 07:01:10 destination > 2022-05-12 07:01:10 INFO i.a.i.d.b.BigQueryUtils(getLoadingMethod):284 - Selected loading method is set to: STANDARD 2022-05-12 07:01:11 destination > 2022-05-12 07:01:11 INFO i.a.i.d.b.BigQueryUtils(createPartitionedTable):124 - Partitioned Table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_jen_transfer}} created successfully 2022-05-12 07:01:11 destination > 2022-05-12 07:01:11 INFO i.a.i.d.b.BigQueryUtils(getLoadingMethod):284 - Selected loading method is set to: STANDARD 2022-05-12 07:01:12 destination > 2022-05-12 07:01:12 INFO i.a.i.d.b.BigQueryUtils(createPartitionedTable):124 - Partitioned Table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_tka_transfer_order}} created successfully 2022-05-12 07:01:12 destination > 2022-05-12 07:01:12 INFO i.a.i.d.b.BigQueryUtils(getLoadingMethod):284 - Selected loading method is set to: STANDARD 2022-05-12 07:01:13 destination > 2022-05-12 07:01:13 INFO i.a.i.d.b.BigQueryUtils(createPartitionedTable):124 - Partitioned Table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_qve_transfer_order_item}} created successfully 2022-05-12 07:01:14 destination > 2022-05-12 07:01:14 INFO i.a.i.d.b.BigQueryUtils(getLoadingMethod):284 - Selected loading method is set to: STANDARD 2022-05-12 07:01:14 destination > 2022-05-12 07:01:14 INFO i.a.i.d.b.BigQueryUtils(createPartitionedTable):124 - Partitioned Table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_qic_virtual_card}} created successfully 2022-05-12 07:01:21 source > 2022-05-12 07:01:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 67279 rows 2022-05-12 07:01:21 source > 2022-05-12 07:01:21 INFO i.a.i.s.r.StateDecoratingIterator(computeNext):60 - State Report: stream name: AirbyteStreamNameNamespacePair{name='account', namespace='public'}, original cursor field: updated, original cursor 2022-05-12T05:59:25.919537Z, cursor field: updated, new cursor: 2022-05-12T06:59:59.322496Z 2022-05-12 07:01:21 source > 2022-05-12 07:01:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):269 - Preparing query for table: bi_data 2022-05-12 07:01:21 source > 2022-05-12 07:01:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):278 - Executing query for table: bi_data 2022-05-12 07:01:21 source > 2022-05-12 07:01:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(initialize):32 - Set initial fetch size: 10 rows 2022-05-12 07:01:21 source > 2022-05-12 07:01:21 INFO i.a.i.s.r.StateDecoratingIterator(computeNext):60 - State Report: stream name: AirbyteStreamNameNamespacePair{name='bi_data', namespace='public'}, original cursor field: updated, original cursor 2022-05-11T22:22:36.987828Z, cursor field: updated, new cursor: 2022-05-11T22:22:36.987828Z 2022-05-12 07:01:21 source > 2022-05-12 07:01:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):269 - Preparing query for table: company 2022-05-12 07:01:21 source > 2022-05-12 07:01:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):278 - Executing query for table: company 2022-05-12 07:01:21 source > 2022-05-12 07:01:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(initialize):32 - Set initial fetch size: 10 rows 2022-05-12 07:01:21 source > 2022-05-12 07:01:21 INFO i.a.i.s.r.StateDecoratingIterator(computeNext):60 - State Report: stream name: AirbyteStreamNameNamespacePair{name='company', namespace='public'}, original cursor field: updated, original cursor 2022-05-10T15:57:27.405572Z, cursor field: updated, new cursor: 2022-05-10T15:57:27.405572Z 2022-05-12 07:01:21 source > 2022-05-12 07:01:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):269 - Preparing query for table: invoice 2022-05-12 07:01:21 source > 2022-05-12 07:01:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):278 - Executing query for table: invoice 2022-05-12 07:01:21 source > 2022-05-12 07:01:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(initialize):32 - Set initial fetch size: 10 rows 2022-05-12 07:01:21 source > 2022-05-12 07:01:21 INFO i.a.i.s.r.StateDecoratingIterator(computeNext):60 - State Report: stream name: AirbyteStreamNameNamespacePair{name='invoice', namespace='public'}, original cursor field: updated, original cursor 2022-05-11T10:46:03.905894Z, cursor field: updated, new cursor: 2022-05-11T10:46:03.905894Z 2022-05-12 07:01:21 source > 2022-05-12 07:01:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):269 - Preparing query for table: merchant 2022-05-12 07:01:21 source > 2022-05-12 07:01:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):278 - Executing query for table: merchant 2022-05-12 07:01:21 source > 2022-05-12 07:01:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(initialize):32 - Set initial fetch size: 10 rows 2022-05-12 07:01:21 source > 2022-05-12 07:01:21 INFO i.a.i.s.r.StateDecoratingIterator(computeNext):60 - State Report: stream name: AirbyteStreamNameNamespacePair{name='merchant', namespace='public'}, original cursor field: updated, original cursor 2022-05-11T13:45:41.140098Z, cursor field: updated, new cursor: 2022-05-11T13:45:41.140098Z 2022-05-12 07:01:21 source > 2022-05-12 07:01:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):269 - Preparing query for table: modification 2022-05-12 07:01:21 source > 2022-05-12 07:01:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):278 - Executing query for table: modification 2022-05-12 07:01:21 source > 2022-05-12 07:01:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(initialize):32 - Set initial fetch size: 10 rows 2022-05-12 07:01:32 source > 2022-05-12 07:01:32 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 100000 rows 2022-05-12 07:06:02 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$2):216 - Records read: 1000 2022-05-12 07:06:02 source > 2022-05-12 07:06:02 INFO i.a.i.s.r.StateDecoratingIterator(computeNext):60 - State Report: stream name: AirbyteStreamNameNamespacePair{name='modification', namespace='public'}, original cursor field: created, original cursor 2022-05-12T06:06:22.381248Z, cursor field: created, new cursor: 2022-05-12T07:01:16.022519Z 2022-05-12 07:06:02 source > 2022-05-12 07:06:02 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):269 - Preparing query for table: payment_by_transfer 2022-05-12 07:06:02 source > 2022-05-12 07:06:02 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):278 - Executing query for table: payment_by_transfer 2022-05-12 07:06:02 source > 2022-05-12 07:06:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(initialize):32 - Set initial fetch size: 10 rows 2022-05-12 07:06:02 source > 2022-05-12 07:06:02 INFO i.a.i.s.r.StateDecoratingIterator(computeNext):60 - State Report: stream name: AirbyteStreamNameNamespacePair{name='payment_by_transfer', namespace='public'}, original cursor field: updated, original cursor 2022-05-11T13:08:31.772532Z, cursor field: updated, new cursor: 2022-05-11T13:08:31.772532Z 2022-05-12 07:06:02 source > 2022-05-12 07:06:02 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):269 - Preparing query for table: payment_flow 2022-05-12 07:06:02 source > 2022-05-12 07:06:02 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):278 - Executing query for table: payment_flow 2022-05-12 07:06:02 source > 2022-05-12 07:06:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(initialize):32 - Set initial fetch size: 10 rows 2022-05-12 07:06:02 source > 2022-05-12 07:06:02 INFO i.a.i.s.r.StateDecoratingIterator(computeNext):60 - State Report: stream name: AirbyteStreamNameNamespacePair{name='payment_flow', namespace='public'}, original cursor field: updated, original cursor 2022-02-03T14:41:29.403033Z, cursor field: updated, new cursor: 2022-02-03T14:41:29.403033Z 2022-05-12 07:06:02 source > 2022-05-12 07:06:02 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):269 - Preparing query for table: psp_interface 2022-05-12 07:06:02 source > 2022-05-12 07:06:02 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):278 - Executing query for table: psp_interface 2022-05-12 07:06:02 source > 2022-05-12 07:06:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(initialize):32 - Set initial fetch size: 10 rows 2022-05-12 07:06:02 source > 2022-05-12 07:06:02 INFO i.a.i.s.r.StateDecoratingIterator(computeNext):60 - State Report: stream name: AirbyteStreamNameNamespacePair{name='psp_interface', namespace='public'}, original cursor field: updated, original cursor 2022-02-24T14:32:40.501118Z, cursor field: updated, new cursor: 2022-02-24T14:32:40.501118Z 2022-05-12 07:06:02 source > 2022-05-12 07:06:02 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):269 - Preparing query for table: psp_source 2022-05-12 07:06:02 source > 2022-05-12 07:06:02 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):278 - Executing query for table: psp_source 2022-05-12 07:06:02 source > 2022-05-12 07:06:02 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(initialize):32 - Set initial fetch size: 10 rows 2022-05-12 07:06:10 source > 2022-05-12 07:06:10 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 100000 rows 2022-05-12 07:06:13 source > 2022-05-12 07:06:13 INFO i.a.i.s.r.StateDecoratingIterator(computeNext):60 - State Report: stream name: AirbyteStreamNameNamespacePair{name='psp_source', namespace='public'}, original cursor field: updated, original cursor 2022-05-12T06:16:28.033863Z, cursor field: updated, new cursor: 2022-05-12T07:05:43.643369Z 2022-05-12 07:06:13 source > 2022-05-12 07:06:13 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):269 - Preparing query for table: purchase 2022-05-12 07:06:13 source > 2022-05-12 07:06:13 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):278 - Executing query for table: purchase 2022-05-12 07:06:13 source > 2022-05-12 07:06:13 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(initialize):32 - Set initial fetch size: 10 rows 2022-05-12 07:06:23 source > 2022-05-12 07:06:23 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 19177 rows 2022-05-12 07:09:25 source > 2022-05-12 07:09:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 19057 rows 2022-05-12 07:09:25 source > 2022-05-12 07:09:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 19490 rows 2022-05-12 07:09:25 source > 2022-05-12 07:09:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 19403 rows 2022-05-12 07:09:25 source > 2022-05-12 07:09:25 INFO i.a.i.s.r.StateDecoratingIterator(computeNext):60 - State Report: stream name: AirbyteStreamNameNamespacePair{name='purchase', namespace='public'}, original cursor field: updated, original cursor 2022-05-12T06:18:01.495572Z, cursor field: updated, new cursor: 2022-05-12T07:05:52.691155Z 2022-05-12 07:09:25 source > 2022-05-12 07:09:25 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):269 - Preparing query for table: reconciliation 2022-05-12 07:09:25 source > 2022-05-12 07:09:25 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):278 - Executing query for table: reconciliation 2022-05-12 07:09:25 source > 2022-05-12 07:09:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(initialize):32 - Set initial fetch size: 10 rows 2022-05-12 07:09:25 source > 2022-05-12 07:09:25 INFO i.a.i.s.r.StateDecoratingIterator(computeNext):60 - State Report: stream name: AirbyteStreamNameNamespacePair{name='reconciliation', namespace='public'}, original cursor field: updated, original cursor 2022-05-12T04:19:18.310052Z, cursor field: updated, new cursor: 2022-05-12T04:19:18.310052Z 2022-05-12 07:09:25 source > 2022-05-12 07:09:25 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):269 - Preparing query for table: refund_by_transfer 2022-05-12 07:09:25 source > 2022-05-12 07:09:25 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):278 - Executing query for table: refund_by_transfer 2022-05-12 07:09:25 source > 2022-05-12 07:09:25 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(initialize):32 - Set initial fetch size: 10 rows 2022-05-12 07:09:25 source > 2022-05-12 07:09:25 INFO i.a.i.s.r.StateDecoratingIterator(computeNext):60 - State Report: stream name: AirbyteStreamNameNamespacePair{name='refund_by_transfer', namespace='public'}, original cursor field: updated, original cursor 2021-12-13T09:04:42.988895Z, cursor field: updated, new cursor: 2021-12-13T09:04:42.988895Z 2022-05-12 07:09:26 source > 2022-05-12 07:09:26 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):269 - Preparing query for table: share 2022-05-12 07:09:26 source > 2022-05-12 07:09:26 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):278 - Executing query for table: share 2022-05-12 07:09:26 source > 2022-05-12 07:09:26 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(initialize):32 - Set initial fetch size: 10 rows 2022-05-12 07:11:21 source > 2022-05-12 07:11:21 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 29826 rows 2022-05-12 07:11:35 source > 2022-05-12 07:11:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 30466 rows 2022-05-12 07:11:35 source > 2022-05-12 07:11:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 31057 rows 2022-05-12 07:11:35 source > 2022-05-12 07:11:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 31616 rows 2022-05-12 07:11:35 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$2):216 - Records read: 2000 2022-05-12 07:11:35 source > 2022-05-12 07:11:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 32130 rows 2022-05-12 07:11:35 source > 2022-05-12 07:11:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 32615 rows 2022-05-12 07:11:35 source > 2022-05-12 07:11:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 31064 rows 2022-05-12 07:11:35 source > 2022-05-12 07:11:35 INFO i.a.i.s.r.StateDecoratingIterator(computeNext):60 - State Report: stream name: AirbyteStreamNameNamespacePair{name='share', namespace='public'}, original cursor field: updated, original cursor 2022-05-12T06:18:02.083013Z, cursor field: updated, new cursor: 2022-05-12T07:09:25.740917Z 2022-05-12 07:11:35 source > 2022-05-12 07:11:35 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):269 - Preparing query for table: transfer 2022-05-12 07:11:35 source > 2022-05-12 07:11:35 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):278 - Executing query for table: transfer 2022-05-12 07:11:35 source > 2022-05-12 07:11:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(initialize):32 - Set initial fetch size: 10 rows 2022-05-12 07:11:35 source > 2022-05-12 07:11:35 INFO i.a.i.s.r.StateDecoratingIterator(computeNext):60 - State Report: stream name: AirbyteStreamNameNamespacePair{name='transfer', namespace='public'}, original cursor field: updated, original cursor 2022-05-12T04:19:18.277565Z, cursor field: updated, new cursor: 2022-05-12T07:11:03.029316Z 2022-05-12 07:11:35 source > 2022-05-12 07:11:35 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):269 - Preparing query for table: transfer_order 2022-05-12 07:11:35 source > 2022-05-12 07:11:35 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):278 - Executing query for table: transfer_order 2022-05-12 07:11:35 source > 2022-05-12 07:11:35 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(initialize):32 - Set initial fetch size: 10 rows 2022-05-12 07:11:35 source > 2022-05-12 07:11:35 INFO i.a.i.s.r.StateDecoratingIterator(computeNext):60 - State Report: stream name: AirbyteStreamNameNamespacePair{name='transfer_order', namespace='public'}, original cursor field: updated, original cursor 2022-05-12T05:01:15.603413Z, cursor field: updated, new cursor: 2022-05-12T05:01:15.603413Z 2022-05-12 07:11:36 source > 2022-05-12 07:11:36 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):269 - Preparing query for table: transfer_order_item 2022-05-12 07:11:36 source > 2022-05-12 07:11:36 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):278 - Executing query for table: transfer_order_item 2022-05-12 07:11:36 source > 2022-05-12 07:11:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(initialize):32 - Set initial fetch size: 10 rows 2022-05-12 07:11:36 source > 2022-05-12 07:11:36 INFO i.a.i.s.r.StateDecoratingIterator(computeNext):60 - State Report: stream name: AirbyteStreamNameNamespacePair{name='transfer_order_item', namespace='public'}, original cursor field: updated, original cursor 2022-05-12T06:08:13.419840Z, cursor field: updated, new cursor: 2022-05-12T07:02:19.767183Z 2022-05-12 07:11:36 source > 2022-05-12 07:11:36 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):269 - Preparing query for table: virtual_card 2022-05-12 07:11:36 source > 2022-05-12 07:11:36 INFO i.a.i.s.j.AbstractJdbcSource(lambda$queryTableIncremental$16):278 - Executing query for table: virtual_card 2022-05-12 07:11:36 source > 2022-05-12 07:11:36 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(initialize):32 - Set initial fetch size: 10 rows 2022-05-12 07:11:47 source > 2022-05-12 07:11:47 INFO i.a.d.j.s.AdaptiveStreamingQueryConfig(accept):42 - Updated fetch size: 17659 rows 2022-05-12 07:11:47 source > 2022-05-12 07:11:47 INFO i.a.i.s.r.StateDecoratingIterator(computeNext):60 - State Report: stream name: AirbyteStreamNameNamespacePair{name='virtual_card', namespace='public'}, original cursor field: updated, original cursor 2022-05-12T06:17:59.280664Z, cursor field: updated, new cursor: 2022-05-12T07:11:28.168922Z 2022-05-12 07:11:47 source > 2022-05-12 07:11:47 INFO i.a.i.s.r.AbstractDbSource(lambda$read$2):124 - Closing database connection pool. 2022-05-12 07:11:47 source > 2022-05-12 07:11:47 INFO i.a.i.s.r.AbstractDbSource(lambda$read$2):126 - Closed database connection pool. 2022-05-12 07:11:47 source > 2022-05-12 07:11:47 INFO i.a.i.b.IntegrationRunner(runInternal):169 - Completed integration: io.airbyte.integrations.base.ssh.SshWrappedSource 2022-05-12 07:11:47 source > 2022-05-12 07:11:47 INFO i.a.i.s.p.PostgresSource(main):388 - completed source: class io.airbyte.integrations.source.postgres.PostgresSource 2022-05-12 07:11:47 INFO i.a.w.DefaultReplicationWorker(run):135 - One of source or destination thread complete. Waiting on the other. 2022-05-12 07:11:47 destination > 2022-05-12 07:11:47 INFO i.a.i.b.FailureTrackingAirbyteMessageConsumer(close):65 - Airbyte message consumer: succeeded. 2022-05-12 07:11:47 destination > 2022-05-12 07:11:47 INFO i.a.i.d.b.BigQueryRecordConsumer(close):58 - Started closing all connections 2022-05-12 07:11:47 destination > 2022-05-12 07:11:47 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):76 - Field fails during format : 2022-05-12 07:11:47 destination > 2022-05-12 07:11:47 INFO i.a.i.d.b.f.BigQueryRecordFormatter(printAndCleanFieldFails):70 - No field fails during record format. 2022-05-12 07:11:47 destination > 2022-05-12 07:11:47 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):79 - Closing connector:AbstractBigQueryUploader{table=_airbyte_raw_share, tmpTable=_airbyte_tmp_fdh_share, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:11:47 destination > 2022-05-12 07:11:47 ERROR i.a.i.d.b.u.AbstractBigQueryUploader(close):88 - Failed to close AbstractBigQueryUploader{table=_airbyte_raw_share, tmpTable=_airbyte_tmp_fdh_share, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} writer, 2022-05-12 07:11:47 destination > details: 400 Bad Request 2022-05-12 07:11:47 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdunLfqkHWdP_UZh-Q0LXk3lM9w5rUHgHWHMGnc5EkdiipsboxXyXnoEUXsoGpIzVP7bmERHWuzuiaN72d3E4l3u_Q 2022-05-12 07:11:47 destination > { 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:11:47 destination > { 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:11:47 destination > } 2022-05-12 07:11:47 destination > ], 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:11:47 destination > } 2022-05-12 07:11:47 destination > } 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:11:47 destination > 2022-05-12 07:11:47 INFO i.a.i.d.b.h.LoggerHelper(printHeapMemoryConsumption):28 - Initial Memory (xms) mb = 128 2022-05-12 07:11:47 destination > 2022-05-12 07:11:47 INFO i.a.i.d.b.h.LoggerHelper(printHeapMemoryConsumption):29 - Max Memory (xmx) : mb = 5964 2022-05-12 07:11:47 destination > 2022-05-12 07:11:47 ERROR i.a.i.d.b.BigQueryRecordConsumer(lambda$close$0):65 - Exception while closing uploader AbstractBigQueryUploader{table=_airbyte_raw_share, tmpTable=_airbyte_tmp_fdh_share, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:11:47 destination > java.lang.RuntimeException: com.google.cloud.bigquery.BigQueryException: 400 Bad Request 2022-05-12 07:11:47 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdunLfqkHWdP_UZh-Q0LXk3lM9w5rUHgHWHMGnc5EkdiipsboxXyXnoEUXsoGpIzVP7bmERHWuzuiaN72d3E4l3u_Q 2022-05-12 07:11:47 destination > { 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:11:47 destination > { 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:11:47 destination > } 2022-05-12 07:11:47 destination > ], 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:11:47 destination > } 2022-05-12 07:11:47 destination > } 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:11:47 destination > at io.airbyte.integrations.destination.bigquery.uploader.AbstractBigQueryUploader.close(AbstractBigQueryUploader.java:90) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:11:47 destination > at io.airbyte.integrations.destination.bigquery.BigQueryRecordConsumer.lambda$close$0(BigQueryRecordConsumer.java:62) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:11:47 destination > at java.util.HashMap$Values.forEach(HashMap.java:1065) ~[?:?] 2022-05-12 07:11:47 destination > at io.airbyte.integrations.destination.bigquery.BigQueryRecordConsumer.close(BigQueryRecordConsumer.java:60) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:11:47 destination > at io.airbyte.integrations.base.FailureTrackingAirbyteMessageConsumer.lambda$close$0(FailureTrackingAirbyteMessageConsumer.java:67) ~[io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:11:47 destination > at io.airbyte.integrations.base.sentry.AirbyteSentry.executeWithTracing(AirbyteSentry.java:54) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:11:47 destination > at io.airbyte.integrations.base.FailureTrackingAirbyteMessageConsumer.close(FailureTrackingAirbyteMessageConsumer.java:67) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:11:47 destination > at io.airbyte.integrations.base.IntegrationRunner.runInternal(IntegrationRunner.java:164) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:11:47 destination > at io.airbyte.integrations.base.IntegrationRunner.run(IntegrationRunner.java:105) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:11:47 destination > at io.airbyte.integrations.destination.bigquery.BigQueryDestination.main(BigQueryDestination.java:262) [io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:11:47 destination > Caused by: com.google.cloud.bigquery.BigQueryException: 400 Bad Request 2022-05-12 07:11:47 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdunLfqkHWdP_UZh-Q0LXk3lM9w5rUHgHWHMGnc5EkdiipsboxXyXnoEUXsoGpIzVP7bmERHWuzuiaN72d3E4l3u_Q 2022-05-12 07:11:47 destination > { 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:11:47 destination > { 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:11:47 destination > } 2022-05-12 07:11:47 destination > ], 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:11:47 destination > } 2022-05-12 07:11:47 destination > } 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:11:47 destination > at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.translate(HttpBigQueryRpc.java:115) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:11:47 destination > at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.write(HttpBigQueryRpc.java:708) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:11:47 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:59) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:11:47 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:54) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:11:47 destination > at com.google.api.gax.retrying.DirectRetryingExecutor.submit(DirectRetryingExecutor.java:105) ~[gax-2.12.2.jar:2.12.2] 2022-05-12 07:11:47 destination > at com.google.cloud.RetryHelper.run(RetryHelper.java:76) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:11:47 destination > at com.google.cloud.RetryHelper.runWithRetries(RetryHelper.java:50) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:11:47 destination > at com.google.cloud.bigquery.TableDataWriteChannel.flushBuffer(TableDataWriteChannel.java:53) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:11:47 destination > at com.google.cloud.BaseWriteChannel.close(BaseWriteChannel.java:151) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:11:47 destination > at io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter.close(BigQueryTableWriter.java:44) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:11:47 destination > at io.airbyte.integrations.destination.bigquery.uploader.AbstractBigQueryUploader.close(AbstractBigQueryUploader.java:80) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:11:47 destination > ... 9 more 2022-05-12 07:11:47 destination > Caused by: com.google.api.client.http.HttpResponseException: 400 Bad Request 2022-05-12 07:11:47 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdunLfqkHWdP_UZh-Q0LXk3lM9w5rUHgHWHMGnc5EkdiipsboxXyXnoEUXsoGpIzVP7bmERHWuzuiaN72d3E4l3u_Q 2022-05-12 07:11:47 destination > { 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:47 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:11:47 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:11:48 destination > { 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:11:48 destination > } 2022-05-12 07:11:48 destination > ], 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:11:48 destination > } 2022-05-12 07:11:48 destination > } 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:11:48 destination > at com.google.api.client.http.HttpResponseException$Builder.build(HttpResponseException.java:293) ~[google-http-client-1.41.4.jar:1.41.4] 2022-05-12 07:11:48 destination > at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1118) ~[google-http-client-1.41.4.jar:1.41.4] 2022-05-12 07:11:48 destination > at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.write(HttpBigQueryRpc.java:691) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:11:48 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:59) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:11:48 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:54) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:11:48 destination > at com.google.api.gax.retrying.DirectRetryingExecutor.submit(DirectRetryingExecutor.java:105) ~[gax-2.12.2.jar:2.12.2] 2022-05-12 07:11:48 destination > at com.google.cloud.RetryHelper.run(RetryHelper.java:76) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:11:48 destination > at com.google.cloud.RetryHelper.runWithRetries(RetryHelper.java:50) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:11:48 destination > at com.google.cloud.bigquery.TableDataWriteChannel.flushBuffer(TableDataWriteChannel.java:53) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:11:48 destination > at com.google.cloud.BaseWriteChannel.close(BaseWriteChannel.java:151) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:11:48 destination > at io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter.close(BigQueryTableWriter.java:44) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:11:48 destination > at io.airbyte.integrations.destination.bigquery.uploader.AbstractBigQueryUploader.close(AbstractBigQueryUploader.java:80) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:11:48 destination > ... 9 more 2022-05-12 07:11:48 destination > 2022-05-12 07:11:47 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):76 - Field fails during format : 2022-05-12 07:11:48 destination > 2022-05-12 07:11:47 INFO i.a.i.d.b.f.BigQueryRecordFormatter(printAndCleanFieldFails):70 - No field fails during record format. 2022-05-12 07:11:48 destination > 2022-05-12 07:11:47 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):79 - Closing connector:AbstractBigQueryUploader{table=_airbyte_raw_modification, tmpTable=_airbyte_tmp_agu_modification, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:11:48 destination > 2022-05-12 07:11:48 ERROR i.a.i.d.b.u.AbstractBigQueryUploader(close):88 - Failed to close AbstractBigQueryUploader{table=_airbyte_raw_modification, tmpTable=_airbyte_tmp_agu_modification, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} writer, 2022-05-12 07:11:48 destination > details: 400 Bad Request 2022-05-12 07:11:48 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdtx2HgVl1VGLLlcMW8xT6Q7wK1DuOqamK00yRBsAX0PgwiSceBE7czvwjpAHsgezeVTLqK2AQx-fw8xU-ZljnaGOw 2022-05-12 07:11:48 destination > { 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:11:48 destination > { 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:11:48 destination > } 2022-05-12 07:11:48 destination > ], 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:11:48 destination > } 2022-05-12 07:11:48 destination > } 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:11:48 destination > 2022-05-12 07:11:48 INFO i.a.i.d.b.h.LoggerHelper(printHeapMemoryConsumption):28 - Initial Memory (xms) mb = 128 2022-05-12 07:11:48 destination > 2022-05-12 07:11:48 INFO i.a.i.d.b.h.LoggerHelper(printHeapMemoryConsumption):29 - Max Memory (xmx) : mb = 5964 2022-05-12 07:11:48 destination > 2022-05-12 07:11:48 ERROR i.a.i.d.b.BigQueryRecordConsumer(lambda$close$0):65 - Exception while closing uploader AbstractBigQueryUploader{table=_airbyte_raw_modification, tmpTable=_airbyte_tmp_agu_modification, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:11:48 destination > java.lang.RuntimeException: com.google.cloud.bigquery.BigQueryException: 400 Bad Request 2022-05-12 07:11:48 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdtx2HgVl1VGLLlcMW8xT6Q7wK1DuOqamK00yRBsAX0PgwiSceBE7czvwjpAHsgezeVTLqK2AQx-fw8xU-ZljnaGOw 2022-05-12 07:11:48 destination > { 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:11:48 destination > { 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:11:48 destination > } 2022-05-12 07:11:48 destination > ], 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:11:48 destination > } 2022-05-12 07:11:48 destination > } 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:11:48 destination > at io.airbyte.integrations.destination.bigquery.uploader.AbstractBigQueryUploader.close(AbstractBigQueryUploader.java:90) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:11:48 destination > at io.airbyte.integrations.destination.bigquery.BigQueryRecordConsumer.lambda$close$0(BigQueryRecordConsumer.java:62) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:11:48 destination > at java.util.HashMap$Values.forEach(HashMap.java:1065) ~[?:?] 2022-05-12 07:11:48 destination > at io.airbyte.integrations.destination.bigquery.BigQueryRecordConsumer.close(BigQueryRecordConsumer.java:60) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:11:48 destination > at io.airbyte.integrations.base.FailureTrackingAirbyteMessageConsumer.lambda$close$0(FailureTrackingAirbyteMessageConsumer.java:67) ~[io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:11:48 destination > at io.airbyte.integrations.base.sentry.AirbyteSentry.executeWithTracing(AirbyteSentry.java:54) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:11:48 destination > at io.airbyte.integrations.base.FailureTrackingAirbyteMessageConsumer.close(FailureTrackingAirbyteMessageConsumer.java:67) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:11:48 destination > at io.airbyte.integrations.base.IntegrationRunner.runInternal(IntegrationRunner.java:164) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:11:48 destination > at io.airbyte.integrations.base.IntegrationRunner.run(IntegrationRunner.java:105) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:11:48 destination > at io.airbyte.integrations.destination.bigquery.BigQueryDestination.main(BigQueryDestination.java:262) [io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:11:48 destination > Caused by: com.google.cloud.bigquery.BigQueryException: 400 Bad Request 2022-05-12 07:11:48 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdtx2HgVl1VGLLlcMW8xT6Q7wK1DuOqamK00yRBsAX0PgwiSceBE7czvwjpAHsgezeVTLqK2AQx-fw8xU-ZljnaGOw 2022-05-12 07:11:48 destination > { 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:11:48 destination > { 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:11:48 destination > } 2022-05-12 07:11:48 destination > ], 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:11:48 destination > } 2022-05-12 07:11:48 destination > } 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:11:48 destination > at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.translate(HttpBigQueryRpc.java:115) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:11:48 destination > at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.write(HttpBigQueryRpc.java:708) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:11:48 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:59) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:11:48 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:54) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:11:48 destination > at com.google.api.gax.retrying.DirectRetryingExecutor.submit(DirectRetryingExecutor.java:105) ~[gax-2.12.2.jar:2.12.2] 2022-05-12 07:11:48 destination > at com.google.cloud.RetryHelper.run(RetryHelper.java:76) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:11:48 destination > at com.google.cloud.RetryHelper.runWithRetries(RetryHelper.java:50) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:11:48 destination > at com.google.cloud.bigquery.TableDataWriteChannel.flushBuffer(TableDataWriteChannel.java:53) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:11:48 destination > at com.google.cloud.BaseWriteChannel.close(BaseWriteChannel.java:151) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:11:48 destination > at io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter.close(BigQueryTableWriter.java:44) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:11:48 destination > at io.airbyte.integrations.destination.bigquery.uploader.AbstractBigQueryUploader.close(AbstractBigQueryUploader.java:80) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:11:48 destination > ... 9 more 2022-05-12 07:11:48 destination > Caused by: com.google.api.client.http.HttpResponseException: 400 Bad Request 2022-05-12 07:11:48 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdtx2HgVl1VGLLlcMW8xT6Q7wK1DuOqamK00yRBsAX0PgwiSceBE7czvwjpAHsgezeVTLqK2AQx-fw8xU-ZljnaGOw 2022-05-12 07:11:48 destination > { 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:11:48 destination > { 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:11:48 destination > } 2022-05-12 07:11:48 destination > ], 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:11:48 destination > } 2022-05-12 07:11:48 destination > } 2022-05-12 07:11:48 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:11:48 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:11:48 destination > at com.google.api.client.http.HttpResponseException$Builder.build(HttpResponseException.java:293) ~[google-http-client-1.41.4.jar:1.41.4] 2022-05-12 07:11:48 destination > at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1118) ~[google-http-client-1.41.4.jar:1.41.4] 2022-05-12 07:11:48 destination > at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.write(HttpBigQueryRpc.java:691) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:11:48 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:59) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:11:48 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:54) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:11:48 destination > at com.google.api.gax.retrying.DirectRetryingExecutor.submit(DirectRetryingExecutor.java:105) ~[gax-2.12.2.jar:2.12.2] 2022-05-12 07:11:48 destination > at com.google.cloud.RetryHelper.run(RetryHelper.java:76) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:11:48 destination > at com.google.cloud.RetryHelper.runWithRetries(RetryHelper.java:50) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:11:48 destination > at com.google.cloud.bigquery.TableDataWriteChannel.flushBuffer(TableDataWriteChannel.java:53) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:11:48 destination > at com.google.cloud.BaseWriteChannel.close(BaseWriteChannel.java:151) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:11:48 destination > at io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter.close(BigQueryTableWriter.java:44) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:11:48 destination > at io.airbyte.integrations.destination.bigquery.uploader.AbstractBigQueryUploader.close(AbstractBigQueryUploader.java:80) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:11:48 destination > ... 9 more 2022-05-12 07:11:48 destination > 2022-05-12 07:11:48 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):76 - Field fails during format : 2022-05-12 07:11:48 destination > 2022-05-12 07:11:48 INFO i.a.i.d.b.f.BigQueryRecordFormatter(printAndCleanFieldFails):70 - No field fails during record format. 2022-05-12 07:11:48 destination > 2022-05-12 07:11:48 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):79 - Closing connector:AbstractBigQueryUploader{table=_airbyte_raw_payment_flow, tmpTable=_airbyte_tmp_uki_payment_flow, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:11:48 destination > 2022-05-12 07:11:48 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):96 - Uploading data from the tmp table _airbyte_tmp_uki_payment_flow to the source table _airbyte_raw_payment_flow. 2022-05-12 07:11:48 destination > 2022-05-12 07:11:48 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadDataToTableFromTmpTable):121 - Replication finished with no explicit errors. Copying data from tmp tables to permanent 2022-05-12 07:11:51 destination > 2022-05-12 07:11:51 INFO i.a.i.d.b.u.AbstractBigQueryUploader(copyTable):187 - successfully copied table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_uki_payment_flow}} to table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_raw_payment_flow}} 2022-05-12 07:11:51 destination > 2022-05-12 07:11:51 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):98 - Data is successfully loaded to the source table _airbyte_raw_payment_flow! 2022-05-12 07:11:51 INFO i.a.w.DefaultReplicationWorker(lambda$getDestinationOutputRunnable$3):247 - state in DefaultReplicationWorker from Destination: io.airbyte.protocol.models.AirbyteMessage@501f06ab[type=STATE,log=,spec=,connectionStatus=,catalog=,record=,state=io.airbyte.protocol.models.AirbyteStateMessage@5ed8e2d8[data={"cdc":false,"streams":[{"stream_name":"account","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T06:59:59.322496Z"},{"stream_name":"agir_mandate","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-07-27T07:49:16.296492Z"},{"stream_name":"bi_data","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T22:22:36.987828Z"},{"stream_name":"company","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-10T15:57:27.405572Z"},{"stream_name":"invoice","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T10:46:03.905894Z"},{"stream_name":"merchant","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:45:41.140098Z"},{"stream_name":"modification","stream_namespace":"public","cursor_field":["created"],"cursor":"2022-05-12T07:01:16.022519Z"},{"stream_name":"payment_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:08:31.772532Z"},{"stream_name":"payment_flow","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-03T14:41:29.403033Z"},{"stream_name":"psp_interface","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-24T14:32:40.501118Z"},{"stream_name":"psp_source","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:43.643369Z"},{"stream_name":"purchase","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:52.691155Z"},{"stream_name":"reconciliation","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T04:19:18.310052Z"},{"stream_name":"refund_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-12-13T09:04:42.988895Z"},{"stream_name":"share","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:09:25.740917Z"},{"stream_name":"transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:03.029316Z"},{"stream_name":"transfer_order","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T05:01:15.603413Z"},{"stream_name":"transfer_order_item","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:02:19.767183Z"},{"stream_name":"virtual_card","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:28.168922Z"}]},additionalProperties={}],additionalProperties={}] 2022-05-12 07:11:51 destination > 2022-05-12 07:11:51 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):100 - Final state message is accepted. 2022-05-12 07:11:51 destination > 2022-05-12 07:11:51 INFO i.a.i.d.b.u.AbstractBigQueryUploader(dropTmpTable):112 - Removing tmp tables... 2022-05-12 07:11:51 destination > 2022-05-12 07:11:51 INFO i.a.i.d.b.u.AbstractBigQueryUploader(dropTmpTable):114 - Finishing destination process...completed 2022-05-12 07:11:51 destination > 2022-05-12 07:11:51 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):86 - Closed connector:AbstractBigQueryUploader{table=_airbyte_raw_payment_flow, tmpTable=_airbyte_tmp_uki_payment_flow, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:11:51 destination > 2022-05-12 07:11:51 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):76 - Field fails during format : 2022-05-12 07:11:51 destination > 2022-05-12 07:11:51 INFO i.a.i.d.b.f.BigQueryRecordFormatter(printAndCleanFieldFails):70 - No field fails during record format. 2022-05-12 07:11:51 destination > 2022-05-12 07:11:51 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):79 - Closing connector:AbstractBigQueryUploader{table=_airbyte_raw_invoice, tmpTable=_airbyte_tmp_tuw_invoice, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:11:51 destination > 2022-05-12 07:11:51 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):96 - Uploading data from the tmp table _airbyte_tmp_tuw_invoice to the source table _airbyte_raw_invoice. 2022-05-12 07:11:51 destination > 2022-05-12 07:11:51 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadDataToTableFromTmpTable):121 - Replication finished with no explicit errors. Copying data from tmp tables to permanent 2022-05-12 07:11:53 destination > 2022-05-12 07:11:53 INFO i.a.i.d.b.u.AbstractBigQueryUploader(copyTable):187 - successfully copied table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_tuw_invoice}} to table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_raw_invoice}} 2022-05-12 07:11:53 destination > 2022-05-12 07:11:53 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):98 - Data is successfully loaded to the source table _airbyte_raw_invoice! 2022-05-12 07:11:53 INFO i.a.w.DefaultReplicationWorker(lambda$getDestinationOutputRunnable$3):247 - state in DefaultReplicationWorker from Destination: io.airbyte.protocol.models.AirbyteMessage@5ae76ddb[type=STATE,log=,spec=,connectionStatus=,catalog=,record=,state=io.airbyte.protocol.models.AirbyteStateMessage@1fe5e8e3[data={"cdc":false,"streams":[{"stream_name":"account","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T06:59:59.322496Z"},{"stream_name":"agir_mandate","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-07-27T07:49:16.296492Z"},{"stream_name":"bi_data","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T22:22:36.987828Z"},{"stream_name":"company","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-10T15:57:27.405572Z"},{"stream_name":"invoice","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T10:46:03.905894Z"},{"stream_name":"merchant","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:45:41.140098Z"},{"stream_name":"modification","stream_namespace":"public","cursor_field":["created"],"cursor":"2022-05-12T07:01:16.022519Z"},{"stream_name":"payment_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:08:31.772532Z"},{"stream_name":"payment_flow","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-03T14:41:29.403033Z"},{"stream_name":"psp_interface","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-24T14:32:40.501118Z"},{"stream_name":"psp_source","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:43.643369Z"},{"stream_name":"purchase","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:52.691155Z"},{"stream_name":"reconciliation","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T04:19:18.310052Z"},{"stream_name":"refund_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-12-13T09:04:42.988895Z"},{"stream_name":"share","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:09:25.740917Z"},{"stream_name":"transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:03.029316Z"},{"stream_name":"transfer_order","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T05:01:15.603413Z"},{"stream_name":"transfer_order_item","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:02:19.767183Z"},{"stream_name":"virtual_card","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:28.168922Z"}]},additionalProperties={}],additionalProperties={}] 2022-05-12 07:11:53 destination > 2022-05-12 07:11:53 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):100 - Final state message is accepted. 2022-05-12 07:11:53 destination > 2022-05-12 07:11:53 INFO i.a.i.d.b.u.AbstractBigQueryUploader(dropTmpTable):112 - Removing tmp tables... 2022-05-12 07:11:53 destination > 2022-05-12 07:11:53 INFO i.a.i.d.b.u.AbstractBigQueryUploader(dropTmpTable):114 - Finishing destination process...completed 2022-05-12 07:11:53 destination > 2022-05-12 07:11:53 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):86 - Closed connector:AbstractBigQueryUploader{table=_airbyte_raw_invoice, tmpTable=_airbyte_tmp_tuw_invoice, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:11:53 destination > 2022-05-12 07:11:53 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):76 - Field fails during format : 2022-05-12 07:11:53 destination > 2022-05-12 07:11:53 INFO i.a.i.d.b.f.BigQueryRecordFormatter(printAndCleanFieldFails):70 - No field fails during record format. 2022-05-12 07:11:53 destination > 2022-05-12 07:11:53 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):79 - Closing connector:AbstractBigQueryUploader{table=_airbyte_raw_transfer_order, tmpTable=_airbyte_tmp_tka_transfer_order, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:11:53 destination > 2022-05-12 07:11:53 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):96 - Uploading data from the tmp table _airbyte_tmp_tka_transfer_order to the source table _airbyte_raw_transfer_order. 2022-05-12 07:11:53 destination > 2022-05-12 07:11:53 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadDataToTableFromTmpTable):121 - Replication finished with no explicit errors. Copying data from tmp tables to permanent 2022-05-12 07:11:55 destination > 2022-05-12 07:11:55 INFO i.a.i.d.b.u.AbstractBigQueryUploader(copyTable):187 - successfully copied table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_tka_transfer_order}} to table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_raw_transfer_order}} 2022-05-12 07:11:55 destination > 2022-05-12 07:11:55 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):98 - Data is successfully loaded to the source table _airbyte_raw_transfer_order! 2022-05-12 07:11:55 INFO i.a.w.DefaultReplicationWorker(lambda$getDestinationOutputRunnable$3):247 - state in DefaultReplicationWorker from Destination: io.airbyte.protocol.models.AirbyteMessage@37e79fea[type=STATE,log=,spec=,connectionStatus=,catalog=,record=,state=io.airbyte.protocol.models.AirbyteStateMessage@2eb075ec[data={"cdc":false,"streams":[{"stream_name":"account","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T06:59:59.322496Z"},{"stream_name":"agir_mandate","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-07-27T07:49:16.296492Z"},{"stream_name":"bi_data","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T22:22:36.987828Z"},{"stream_name":"company","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-10T15:57:27.405572Z"},{"stream_name":"invoice","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T10:46:03.905894Z"},{"stream_name":"merchant","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:45:41.140098Z"},{"stream_name":"modification","stream_namespace":"public","cursor_field":["created"],"cursor":"2022-05-12T07:01:16.022519Z"},{"stream_name":"payment_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:08:31.772532Z"},{"stream_name":"payment_flow","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-03T14:41:29.403033Z"},{"stream_name":"psp_interface","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-24T14:32:40.501118Z"},{"stream_name":"psp_source","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:43.643369Z"},{"stream_name":"purchase","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:52.691155Z"},{"stream_name":"reconciliation","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T04:19:18.310052Z"},{"stream_name":"refund_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-12-13T09:04:42.988895Z"},{"stream_name":"share","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:09:25.740917Z"},{"stream_name":"transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:03.029316Z"},{"stream_name":"transfer_order","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T05:01:15.603413Z"},{"stream_name":"transfer_order_item","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:02:19.767183Z"},{"stream_name":"virtual_card","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:28.168922Z"}]},additionalProperties={}],additionalProperties={}] 2022-05-12 07:11:55 destination > 2022-05-12 07:11:55 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):100 - Final state message is accepted. 2022-05-12 07:11:55 destination > 2022-05-12 07:11:55 INFO i.a.i.d.b.u.AbstractBigQueryUploader(dropTmpTable):112 - Removing tmp tables... 2022-05-12 07:11:55 destination > 2022-05-12 07:11:55 INFO i.a.i.d.b.u.AbstractBigQueryUploader(dropTmpTable):114 - Finishing destination process...completed 2022-05-12 07:11:55 destination > 2022-05-12 07:11:55 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):86 - Closed connector:AbstractBigQueryUploader{table=_airbyte_raw_transfer_order, tmpTable=_airbyte_tmp_tka_transfer_order, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:11:55 destination > 2022-05-12 07:11:55 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):76 - Field fails during format : 2022-05-12 07:11:55 destination > 2022-05-12 07:11:55 INFO i.a.i.d.b.f.BigQueryRecordFormatter(printAndCleanFieldFails):70 - No field fails during record format. 2022-05-12 07:11:55 destination > 2022-05-12 07:11:55 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):79 - Closing connector:AbstractBigQueryUploader{table=_airbyte_raw_company, tmpTable=_airbyte_tmp_ckd_company, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:11:55 destination > 2022-05-12 07:11:55 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):96 - Uploading data from the tmp table _airbyte_tmp_ckd_company to the source table _airbyte_raw_company. 2022-05-12 07:11:55 destination > 2022-05-12 07:11:55 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadDataToTableFromTmpTable):121 - Replication finished with no explicit errors. Copying data from tmp tables to permanent 2022-05-12 07:11:58 destination > 2022-05-12 07:11:58 INFO i.a.i.d.b.u.AbstractBigQueryUploader(copyTable):187 - successfully copied table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_ckd_company}} to table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_raw_company}} 2022-05-12 07:11:58 destination > 2022-05-12 07:11:58 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):98 - Data is successfully loaded to the source table _airbyte_raw_company! 2022-05-12 07:11:58 INFO i.a.w.DefaultReplicationWorker(lambda$getDestinationOutputRunnable$3):247 - state in DefaultReplicationWorker from Destination: io.airbyte.protocol.models.AirbyteMessage@4f585c54[type=STATE,log=,spec=,connectionStatus=,catalog=,record=,state=io.airbyte.protocol.models.AirbyteStateMessage@7fca17ac[data={"cdc":false,"streams":[{"stream_name":"account","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T06:59:59.322496Z"},{"stream_name":"agir_mandate","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-07-27T07:49:16.296492Z"},{"stream_name":"bi_data","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T22:22:36.987828Z"},{"stream_name":"company","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-10T15:57:27.405572Z"},{"stream_name":"invoice","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T10:46:03.905894Z"},{"stream_name":"merchant","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:45:41.140098Z"},{"stream_name":"modification","stream_namespace":"public","cursor_field":["created"],"cursor":"2022-05-12T07:01:16.022519Z"},{"stream_name":"payment_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:08:31.772532Z"},{"stream_name":"payment_flow","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-03T14:41:29.403033Z"},{"stream_name":"psp_interface","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-24T14:32:40.501118Z"},{"stream_name":"psp_source","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:43.643369Z"},{"stream_name":"purchase","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:52.691155Z"},{"stream_name":"reconciliation","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T04:19:18.310052Z"},{"stream_name":"refund_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-12-13T09:04:42.988895Z"},{"stream_name":"share","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:09:25.740917Z"},{"stream_name":"transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:03.029316Z"},{"stream_name":"transfer_order","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T05:01:15.603413Z"},{"stream_name":"transfer_order_item","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:02:19.767183Z"},{"stream_name":"virtual_card","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:28.168922Z"}]},additionalProperties={}],additionalProperties={}] 2022-05-12 07:11:58 destination > 2022-05-12 07:11:58 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):100 - Final state message is accepted. 2022-05-12 07:11:58 destination > 2022-05-12 07:11:58 INFO i.a.i.d.b.u.AbstractBigQueryUploader(dropTmpTable):112 - Removing tmp tables... 2022-05-12 07:11:58 destination > 2022-05-12 07:11:58 INFO i.a.i.d.b.u.AbstractBigQueryUploader(dropTmpTable):114 - Finishing destination process...completed 2022-05-12 07:11:58 destination > 2022-05-12 07:11:58 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):86 - Closed connector:AbstractBigQueryUploader{table=_airbyte_raw_company, tmpTable=_airbyte_tmp_ckd_company, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:11:58 destination > 2022-05-12 07:11:58 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):76 - Field fails during format : 2022-05-12 07:11:58 destination > 2022-05-12 07:11:58 INFO i.a.i.d.b.f.BigQueryRecordFormatter(printAndCleanFieldFails):70 - No field fails during record format. 2022-05-12 07:11:58 destination > 2022-05-12 07:11:58 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):79 - Closing connector:AbstractBigQueryUploader{table=_airbyte_raw_refund_by_transfer, tmpTable=_airbyte_tmp_eks_refund_by_transfer, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:11:58 destination > 2022-05-12 07:11:58 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):96 - Uploading data from the tmp table _airbyte_tmp_eks_refund_by_transfer to the source table _airbyte_raw_refund_by_transfer. 2022-05-12 07:11:58 destination > 2022-05-12 07:11:58 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadDataToTableFromTmpTable):121 - Replication finished with no explicit errors. Copying data from tmp tables to permanent 2022-05-12 07:12:02 destination > 2022-05-12 07:12:02 INFO i.a.i.d.b.u.AbstractBigQueryUploader(copyTable):187 - successfully copied table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_eks_refund_by_transfer}} to table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_raw_refund_by_transfer}} 2022-05-12 07:12:02 destination > 2022-05-12 07:12:02 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):98 - Data is successfully loaded to the source table _airbyte_raw_refund_by_transfer! 2022-05-12 07:12:02 INFO i.a.w.DefaultReplicationWorker(lambda$getDestinationOutputRunnable$3):247 - state in DefaultReplicationWorker from Destination: io.airbyte.protocol.models.AirbyteMessage@74d9df70[type=STATE,log=,spec=,connectionStatus=,catalog=,record=,state=io.airbyte.protocol.models.AirbyteStateMessage@59ebcb12[data={"cdc":false,"streams":[{"stream_name":"account","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T06:59:59.322496Z"},{"stream_name":"agir_mandate","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-07-27T07:49:16.296492Z"},{"stream_name":"bi_data","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T22:22:36.987828Z"},{"stream_name":"company","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-10T15:57:27.405572Z"},{"stream_name":"invoice","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T10:46:03.905894Z"},{"stream_name":"merchant","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:45:41.140098Z"},{"stream_name":"modification","stream_namespace":"public","cursor_field":["created"],"cursor":"2022-05-12T07:01:16.022519Z"},{"stream_name":"payment_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:08:31.772532Z"},{"stream_name":"payment_flow","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-03T14:41:29.403033Z"},{"stream_name":"psp_interface","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-24T14:32:40.501118Z"},{"stream_name":"psp_source","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:43.643369Z"},{"stream_name":"purchase","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:52.691155Z"},{"stream_name":"reconciliation","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T04:19:18.310052Z"},{"stream_name":"refund_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-12-13T09:04:42.988895Z"},{"stream_name":"share","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:09:25.740917Z"},{"stream_name":"transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:03.029316Z"},{"stream_name":"transfer_order","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T05:01:15.603413Z"},{"stream_name":"transfer_order_item","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:02:19.767183Z"},{"stream_name":"virtual_card","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:28.168922Z"}]},additionalProperties={}],additionalProperties={}] 2022-05-12 07:12:02 destination > 2022-05-12 07:12:02 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):100 - Final state message is accepted. 2022-05-12 07:12:02 destination > 2022-05-12 07:12:02 INFO i.a.i.d.b.u.AbstractBigQueryUploader(dropTmpTable):112 - Removing tmp tables... 2022-05-12 07:12:02 destination > 2022-05-12 07:12:02 INFO i.a.i.d.b.u.AbstractBigQueryUploader(dropTmpTable):114 - Finishing destination process...completed 2022-05-12 07:12:02 destination > 2022-05-12 07:12:02 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):86 - Closed connector:AbstractBigQueryUploader{table=_airbyte_raw_refund_by_transfer, tmpTable=_airbyte_tmp_eks_refund_by_transfer, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:12:02 destination > 2022-05-12 07:12:02 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):76 - Field fails during format : 2022-05-12 07:12:02 destination > 2022-05-12 07:12:02 INFO i.a.i.d.b.f.BigQueryRecordFormatter(printAndCleanFieldFails):70 - No field fails during record format. 2022-05-12 07:12:02 destination > 2022-05-12 07:12:02 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):79 - Closing connector:AbstractBigQueryUploader{table=_airbyte_raw_reconciliation, tmpTable=_airbyte_tmp_tpx_reconciliation, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:12:02 destination > 2022-05-12 07:12:02 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):96 - Uploading data from the tmp table _airbyte_tmp_tpx_reconciliation to the source table _airbyte_raw_reconciliation. 2022-05-12 07:12:02 destination > 2022-05-12 07:12:02 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadDataToTableFromTmpTable):121 - Replication finished with no explicit errors. Copying data from tmp tables to permanent 2022-05-12 07:12:03 destination > 2022-05-12 07:12:03 INFO i.a.i.d.b.u.AbstractBigQueryUploader(copyTable):187 - successfully copied table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_tpx_reconciliation}} to table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_raw_reconciliation}} 2022-05-12 07:12:03 destination > 2022-05-12 07:12:03 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):98 - Data is successfully loaded to the source table _airbyte_raw_reconciliation! 2022-05-12 07:12:03 INFO i.a.w.DefaultReplicationWorker(lambda$getDestinationOutputRunnable$3):247 - state in DefaultReplicationWorker from Destination: io.airbyte.protocol.models.AirbyteMessage@545c9687[type=STATE,log=,spec=,connectionStatus=,catalog=,record=,state=io.airbyte.protocol.models.AirbyteStateMessage@7b848cd7[data={"cdc":false,"streams":[{"stream_name":"account","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T06:59:59.322496Z"},{"stream_name":"agir_mandate","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-07-27T07:49:16.296492Z"},{"stream_name":"bi_data","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T22:22:36.987828Z"},{"stream_name":"company","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-10T15:57:27.405572Z"},{"stream_name":"invoice","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T10:46:03.905894Z"},{"stream_name":"merchant","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:45:41.140098Z"},{"stream_name":"modification","stream_namespace":"public","cursor_field":["created"],"cursor":"2022-05-12T07:01:16.022519Z"},{"stream_name":"payment_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:08:31.772532Z"},{"stream_name":"payment_flow","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-03T14:41:29.403033Z"},{"stream_name":"psp_interface","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-24T14:32:40.501118Z"},{"stream_name":"psp_source","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:43.643369Z"},{"stream_name":"purchase","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:52.691155Z"},{"stream_name":"reconciliation","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T04:19:18.310052Z"},{"stream_name":"refund_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-12-13T09:04:42.988895Z"},{"stream_name":"share","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:09:25.740917Z"},{"stream_name":"transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:03.029316Z"},{"stream_name":"transfer_order","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T05:01:15.603413Z"},{"stream_name":"transfer_order_item","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:02:19.767183Z"},{"stream_name":"virtual_card","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:28.168922Z"}]},additionalProperties={}],additionalProperties={}] 2022-05-12 07:12:03 destination > 2022-05-12 07:12:03 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):100 - Final state message is accepted. 2022-05-12 07:12:03 destination > 2022-05-12 07:12:03 INFO i.a.i.d.b.u.AbstractBigQueryUploader(dropTmpTable):112 - Removing tmp tables... 2022-05-12 07:12:03 destination > 2022-05-12 07:12:03 INFO i.a.i.d.b.u.AbstractBigQueryUploader(dropTmpTable):114 - Finishing destination process...completed 2022-05-12 07:12:03 destination > 2022-05-12 07:12:03 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):86 - Closed connector:AbstractBigQueryUploader{table=_airbyte_raw_reconciliation, tmpTable=_airbyte_tmp_tpx_reconciliation, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:12:03 destination > 2022-05-12 07:12:03 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):76 - Field fails during format : 2022-05-12 07:12:03 destination > 2022-05-12 07:12:03 INFO i.a.i.d.b.f.BigQueryRecordFormatter(printAndCleanFieldFails):70 - No field fails during record format. 2022-05-12 07:12:03 destination > 2022-05-12 07:12:03 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):79 - Closing connector:AbstractBigQueryUploader{table=_airbyte_raw_psp_interface, tmpTable=_airbyte_tmp_ciu_psp_interface, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:12:03 destination > 2022-05-12 07:12:03 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):96 - Uploading data from the tmp table _airbyte_tmp_ciu_psp_interface to the source table _airbyte_raw_psp_interface. 2022-05-12 07:12:03 destination > 2022-05-12 07:12:03 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadDataToTableFromTmpTable):121 - Replication finished with no explicit errors. Copying data from tmp tables to permanent 2022-05-12 07:12:05 destination > 2022-05-12 07:12:05 INFO i.a.i.d.b.u.AbstractBigQueryUploader(copyTable):187 - successfully copied table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_ciu_psp_interface}} to table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_raw_psp_interface}} 2022-05-12 07:12:05 destination > 2022-05-12 07:12:05 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):98 - Data is successfully loaded to the source table _airbyte_raw_psp_interface! 2022-05-12 07:12:05 INFO i.a.w.DefaultReplicationWorker(lambda$getDestinationOutputRunnable$3):247 - state in DefaultReplicationWorker from Destination: io.airbyte.protocol.models.AirbyteMessage@419cfe88[type=STATE,log=,spec=,connectionStatus=,catalog=,record=,state=io.airbyte.protocol.models.AirbyteStateMessage@46a81ef2[data={"cdc":false,"streams":[{"stream_name":"account","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T06:59:59.322496Z"},{"stream_name":"agir_mandate","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-07-27T07:49:16.296492Z"},{"stream_name":"bi_data","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T22:22:36.987828Z"},{"stream_name":"company","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-10T15:57:27.405572Z"},{"stream_name":"invoice","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T10:46:03.905894Z"},{"stream_name":"merchant","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:45:41.140098Z"},{"stream_name":"modification","stream_namespace":"public","cursor_field":["created"],"cursor":"2022-05-12T07:01:16.022519Z"},{"stream_name":"payment_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:08:31.772532Z"},{"stream_name":"payment_flow","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-03T14:41:29.403033Z"},{"stream_name":"psp_interface","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-24T14:32:40.501118Z"},{"stream_name":"psp_source","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:43.643369Z"},{"stream_name":"purchase","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:52.691155Z"},{"stream_name":"reconciliation","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T04:19:18.310052Z"},{"stream_name":"refund_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-12-13T09:04:42.988895Z"},{"stream_name":"share","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:09:25.740917Z"},{"stream_name":"transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:03.029316Z"},{"stream_name":"transfer_order","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T05:01:15.603413Z"},{"stream_name":"transfer_order_item","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:02:19.767183Z"},{"stream_name":"virtual_card","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:28.168922Z"}]},additionalProperties={}],additionalProperties={}] 2022-05-12 07:12:05 destination > 2022-05-12 07:12:05 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):100 - Final state message is accepted. 2022-05-12 07:12:05 destination > 2022-05-12 07:12:05 INFO i.a.i.d.b.u.AbstractBigQueryUploader(dropTmpTable):112 - Removing tmp tables... 2022-05-12 07:12:05 destination > 2022-05-12 07:12:05 INFO i.a.i.d.b.u.AbstractBigQueryUploader(dropTmpTable):114 - Finishing destination process...completed 2022-05-12 07:12:05 destination > 2022-05-12 07:12:05 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):86 - Closed connector:AbstractBigQueryUploader{table=_airbyte_raw_psp_interface, tmpTable=_airbyte_tmp_ciu_psp_interface, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:12:05 destination > 2022-05-12 07:12:05 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):76 - Field fails during format : 2022-05-12 07:12:05 destination > 2022-05-12 07:12:05 INFO i.a.i.d.b.f.BigQueryRecordFormatter(printAndCleanFieldFails):70 - No field fails during record format. 2022-05-12 07:12:05 destination > 2022-05-12 07:12:05 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):79 - Closing connector:AbstractBigQueryUploader{table=_airbyte_raw_psp_source, tmpTable=_airbyte_tmp_yrx_psp_source, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:12:06 destination > 2022-05-12 07:12:06 ERROR i.a.i.d.b.u.AbstractBigQueryUploader(close):88 - Failed to close AbstractBigQueryUploader{table=_airbyte_raw_psp_source, tmpTable=_airbyte_tmp_yrx_psp_source, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} writer, 2022-05-12 07:12:06 destination > details: 400 Bad Request 2022-05-12 07:12:06 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdsWbhMvLzh82W8JXaFqP0vkrTln1qCVwtIBrI7zwlFqvBpi-PC5W-gb2LbJj2kfdjXq12m5sb5-S4_RfwS8gJgiaA 2022-05-12 07:12:06 destination > { 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:12:06 destination > { 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:12:06 destination > } 2022-05-12 07:12:06 destination > ], 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:12:06 destination > } 2022-05-12 07:12:06 destination > } 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:12:06 destination > 2022-05-12 07:12:06 INFO i.a.i.d.b.h.LoggerHelper(printHeapMemoryConsumption):28 - Initial Memory (xms) mb = 128 2022-05-12 07:12:06 destination > 2022-05-12 07:12:06 INFO i.a.i.d.b.h.LoggerHelper(printHeapMemoryConsumption):29 - Max Memory (xmx) : mb = 5964 2022-05-12 07:12:06 destination > 2022-05-12 07:12:06 ERROR i.a.i.d.b.BigQueryRecordConsumer(lambda$close$0):65 - Exception while closing uploader AbstractBigQueryUploader{table=_airbyte_raw_psp_source, tmpTable=_airbyte_tmp_yrx_psp_source, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:12:06 destination > java.lang.RuntimeException: com.google.cloud.bigquery.BigQueryException: 400 Bad Request 2022-05-12 07:12:06 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdsWbhMvLzh82W8JXaFqP0vkrTln1qCVwtIBrI7zwlFqvBpi-PC5W-gb2LbJj2kfdjXq12m5sb5-S4_RfwS8gJgiaA 2022-05-12 07:12:06 destination > { 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:12:06 destination > { 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:12:06 destination > } 2022-05-12 07:12:06 destination > ], 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:12:06 destination > } 2022-05-12 07:12:06 destination > } 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:12:06 destination > at io.airbyte.integrations.destination.bigquery.uploader.AbstractBigQueryUploader.close(AbstractBigQueryUploader.java:90) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:06 destination > at io.airbyte.integrations.destination.bigquery.BigQueryRecordConsumer.lambda$close$0(BigQueryRecordConsumer.java:62) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:06 destination > at java.util.HashMap$Values.forEach(HashMap.java:1065) ~[?:?] 2022-05-12 07:12:06 destination > at io.airbyte.integrations.destination.bigquery.BigQueryRecordConsumer.close(BigQueryRecordConsumer.java:60) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:06 destination > at io.airbyte.integrations.base.FailureTrackingAirbyteMessageConsumer.lambda$close$0(FailureTrackingAirbyteMessageConsumer.java:67) ~[io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:06 destination > at io.airbyte.integrations.base.sentry.AirbyteSentry.executeWithTracing(AirbyteSentry.java:54) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:06 destination > at io.airbyte.integrations.base.FailureTrackingAirbyteMessageConsumer.close(FailureTrackingAirbyteMessageConsumer.java:67) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:06 destination > at io.airbyte.integrations.base.IntegrationRunner.runInternal(IntegrationRunner.java:164) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:06 destination > at io.airbyte.integrations.base.IntegrationRunner.run(IntegrationRunner.java:105) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:06 destination > at io.airbyte.integrations.destination.bigquery.BigQueryDestination.main(BigQueryDestination.java:262) [io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:06 destination > Caused by: com.google.cloud.bigquery.BigQueryException: 400 Bad Request 2022-05-12 07:12:06 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdsWbhMvLzh82W8JXaFqP0vkrTln1qCVwtIBrI7zwlFqvBpi-PC5W-gb2LbJj2kfdjXq12m5sb5-S4_RfwS8gJgiaA 2022-05-12 07:12:06 destination > { 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:12:06 destination > { 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:12:06 destination > } 2022-05-12 07:12:06 destination > ], 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:12:06 destination > } 2022-05-12 07:12:06 destination > } 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:12:06 destination > at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.translate(HttpBigQueryRpc.java:115) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:06 destination > at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.write(HttpBigQueryRpc.java:708) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:06 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:59) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:06 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:54) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:06 destination > at com.google.api.gax.retrying.DirectRetryingExecutor.submit(DirectRetryingExecutor.java:105) ~[gax-2.12.2.jar:2.12.2] 2022-05-12 07:12:06 destination > at com.google.cloud.RetryHelper.run(RetryHelper.java:76) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:06 destination > at com.google.cloud.RetryHelper.runWithRetries(RetryHelper.java:50) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:06 destination > at com.google.cloud.bigquery.TableDataWriteChannel.flushBuffer(TableDataWriteChannel.java:53) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:06 destination > at com.google.cloud.BaseWriteChannel.close(BaseWriteChannel.java:151) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:06 destination > at io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter.close(BigQueryTableWriter.java:44) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:06 destination > at io.airbyte.integrations.destination.bigquery.uploader.AbstractBigQueryUploader.close(AbstractBigQueryUploader.java:80) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:06 destination > ... 9 more 2022-05-12 07:12:06 destination > Caused by: com.google.api.client.http.HttpResponseException: 400 Bad Request 2022-05-12 07:12:06 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdsWbhMvLzh82W8JXaFqP0vkrTln1qCVwtIBrI7zwlFqvBpi-PC5W-gb2LbJj2kfdjXq12m5sb5-S4_RfwS8gJgiaA 2022-05-12 07:12:06 destination > { 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:12:06 destination > { 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:12:06 destination > } 2022-05-12 07:12:06 destination > ], 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:12:06 destination > } 2022-05-12 07:12:06 destination > } 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:12:06 destination > at com.google.api.client.http.HttpResponseException$Builder.build(HttpResponseException.java:293) ~[google-http-client-1.41.4.jar:1.41.4] 2022-05-12 07:12:06 destination > at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1118) ~[google-http-client-1.41.4.jar:1.41.4] 2022-05-12 07:12:06 destination > at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.write(HttpBigQueryRpc.java:691) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:06 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:59) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:06 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:54) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:06 destination > at com.google.api.gax.retrying.DirectRetryingExecutor.submit(DirectRetryingExecutor.java:105) ~[gax-2.12.2.jar:2.12.2] 2022-05-12 07:12:06 destination > at com.google.cloud.RetryHelper.run(RetryHelper.java:76) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:06 destination > at com.google.cloud.RetryHelper.runWithRetries(RetryHelper.java:50) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:06 destination > at com.google.cloud.bigquery.TableDataWriteChannel.flushBuffer(TableDataWriteChannel.java:53) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:06 destination > at com.google.cloud.BaseWriteChannel.close(BaseWriteChannel.java:151) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:06 destination > at io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter.close(BigQueryTableWriter.java:44) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:06 destination > at io.airbyte.integrations.destination.bigquery.uploader.AbstractBigQueryUploader.close(AbstractBigQueryUploader.java:80) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:06 destination > ... 9 more 2022-05-12 07:12:06 destination > 2022-05-12 07:12:06 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):76 - Field fails during format : 2022-05-12 07:12:06 destination > 2022-05-12 07:12:06 INFO i.a.i.d.b.f.BigQueryRecordFormatter(printAndCleanFieldFails):70 - No field fails during record format. 2022-05-12 07:12:06 destination > 2022-05-12 07:12:06 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):79 - Closing connector:AbstractBigQueryUploader{table=_airbyte_raw_transfer_order_item, tmpTable=_airbyte_tmp_qve_transfer_order_item, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:12:06 destination > 2022-05-12 07:12:06 ERROR i.a.i.d.b.u.AbstractBigQueryUploader(close):88 - Failed to close AbstractBigQueryUploader{table=_airbyte_raw_transfer_order_item, tmpTable=_airbyte_tmp_qve_transfer_order_item, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} writer, 2022-05-12 07:12:06 destination > details: 400 Bad Request 2022-05-12 07:12:06 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdsuRa4dM6oonM-J4hzucX7tRjSWQrPNvVCpXZLT2RdWd04Qj3VbejE62ZAcMzYXD6D1OAwT_9HKjdWplOmBGnBkZQ 2022-05-12 07:12:06 destination > { 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:12:06 destination > { 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:12:06 destination > } 2022-05-12 07:12:06 destination > ], 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:12:06 destination > } 2022-05-12 07:12:06 destination > } 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:12:06 destination > 2022-05-12 07:12:06 INFO i.a.i.d.b.h.LoggerHelper(printHeapMemoryConsumption):28 - Initial Memory (xms) mb = 128 2022-05-12 07:12:06 destination > 2022-05-12 07:12:06 INFO i.a.i.d.b.h.LoggerHelper(printHeapMemoryConsumption):29 - Max Memory (xmx) : mb = 5964 2022-05-12 07:12:06 destination > 2022-05-12 07:12:06 ERROR i.a.i.d.b.BigQueryRecordConsumer(lambda$close$0):65 - Exception while closing uploader AbstractBigQueryUploader{table=_airbyte_raw_transfer_order_item, tmpTable=_airbyte_tmp_qve_transfer_order_item, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:12:06 destination > java.lang.RuntimeException: com.google.cloud.bigquery.BigQueryException: 400 Bad Request 2022-05-12 07:12:06 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdsuRa4dM6oonM-J4hzucX7tRjSWQrPNvVCpXZLT2RdWd04Qj3VbejE62ZAcMzYXD6D1OAwT_9HKjdWplOmBGnBkZQ 2022-05-12 07:12:06 destination > { 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:12:06 destination > { 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:12:06 destination > } 2022-05-12 07:12:06 destination > ], 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:12:06 destination > } 2022-05-12 07:12:06 destination > } 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:12:06 destination > at io.airbyte.integrations.destination.bigquery.uploader.AbstractBigQueryUploader.close(AbstractBigQueryUploader.java:90) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:06 destination > at io.airbyte.integrations.destination.bigquery.BigQueryRecordConsumer.lambda$close$0(BigQueryRecordConsumer.java:62) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:06 destination > at java.util.HashMap$Values.forEach(HashMap.java:1065) ~[?:?] 2022-05-12 07:12:06 destination > at io.airbyte.integrations.destination.bigquery.BigQueryRecordConsumer.close(BigQueryRecordConsumer.java:60) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:06 destination > at io.airbyte.integrations.base.FailureTrackingAirbyteMessageConsumer.lambda$close$0(FailureTrackingAirbyteMessageConsumer.java:67) ~[io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:06 destination > at io.airbyte.integrations.base.sentry.AirbyteSentry.executeWithTracing(AirbyteSentry.java:54) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:06 destination > at io.airbyte.integrations.base.FailureTrackingAirbyteMessageConsumer.close(FailureTrackingAirbyteMessageConsumer.java:67) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:06 destination > at io.airbyte.integrations.base.IntegrationRunner.runInternal(IntegrationRunner.java:164) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:06 destination > at io.airbyte.integrations.base.IntegrationRunner.run(IntegrationRunner.java:105) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:06 destination > at io.airbyte.integrations.destination.bigquery.BigQueryDestination.main(BigQueryDestination.java:262) [io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:06 destination > Caused by: com.google.cloud.bigquery.BigQueryException: 400 Bad Request 2022-05-12 07:12:06 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdsuRa4dM6oonM-J4hzucX7tRjSWQrPNvVCpXZLT2RdWd04Qj3VbejE62ZAcMzYXD6D1OAwT_9HKjdWplOmBGnBkZQ 2022-05-12 07:12:06 destination > { 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:12:06 destination > { 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:12:06 destination > } 2022-05-12 07:12:06 destination > ], 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:12:06 destination > } 2022-05-12 07:12:06 destination > } 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:12:06 destination > at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.translate(HttpBigQueryRpc.java:115) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:06 destination > at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.write(HttpBigQueryRpc.java:708) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:06 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:59) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:06 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:54) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:06 destination > at com.google.api.gax.retrying.DirectRetryingExecutor.submit(DirectRetryingExecutor.java:105) ~[gax-2.12.2.jar:2.12.2] 2022-05-12 07:12:06 destination > at com.google.cloud.RetryHelper.run(RetryHelper.java:76) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:06 destination > at com.google.cloud.RetryHelper.runWithRetries(RetryHelper.java:50) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:06 destination > at com.google.cloud.bigquery.TableDataWriteChannel.flushBuffer(TableDataWriteChannel.java:53) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:06 destination > at com.google.cloud.BaseWriteChannel.close(BaseWriteChannel.java:151) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:06 destination > at io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter.close(BigQueryTableWriter.java:44) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:06 destination > at io.airbyte.integrations.destination.bigquery.uploader.AbstractBigQueryUploader.close(AbstractBigQueryUploader.java:80) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:06 destination > ... 9 more 2022-05-12 07:12:06 destination > Caused by: com.google.api.client.http.HttpResponseException: 400 Bad Request 2022-05-12 07:12:06 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdsuRa4dM6oonM-J4hzucX7tRjSWQrPNvVCpXZLT2RdWd04Qj3VbejE62ZAcMzYXD6D1OAwT_9HKjdWplOmBGnBkZQ 2022-05-12 07:12:06 destination > { 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:12:06 destination > { 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:12:06 destination > } 2022-05-12 07:12:06 destination > ], 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:12:06 destination > } 2022-05-12 07:12:06 destination > } 2022-05-12 07:12:06 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:12:06 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:12:06 destination > at com.google.api.client.http.HttpResponseException$Builder.build(HttpResponseException.java:293) ~[google-http-client-1.41.4.jar:1.41.4] 2022-05-12 07:12:06 destination > at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1118) ~[google-http-client-1.41.4.jar:1.41.4] 2022-05-12 07:12:06 destination > at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.write(HttpBigQueryRpc.java:691) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:06 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:59) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:06 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:54) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:06 destination > at com.google.api.gax.retrying.DirectRetryingExecutor.submit(DirectRetryingExecutor.java:105) ~[gax-2.12.2.jar:2.12.2] 2022-05-12 07:12:06 destination > at com.google.cloud.RetryHelper.run(RetryHelper.java:76) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:06 destination > at com.google.cloud.RetryHelper.runWithRetries(RetryHelper.java:50) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:06 destination > at com.google.cloud.bigquery.TableDataWriteChannel.flushBuffer(TableDataWriteChannel.java:53) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:06 destination > at com.google.cloud.BaseWriteChannel.close(BaseWriteChannel.java:151) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:06 destination > at io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter.close(BigQueryTableWriter.java:44) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:06 destination > at io.airbyte.integrations.destination.bigquery.uploader.AbstractBigQueryUploader.close(AbstractBigQueryUploader.java:80) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:06 destination > ... 9 more 2022-05-12 07:12:06 destination > 2022-05-12 07:12:06 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):76 - Field fails during format : 2022-05-12 07:12:06 destination > 2022-05-12 07:12:06 INFO i.a.i.d.b.f.BigQueryRecordFormatter(printAndCleanFieldFails):70 - No field fails during record format. 2022-05-12 07:12:06 destination > 2022-05-12 07:12:06 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):79 - Closing connector:AbstractBigQueryUploader{table=_airbyte_raw_bi_data, tmpTable=_airbyte_tmp_yqe_bi_data, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:12:06 destination > 2022-05-12 07:12:06 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):96 - Uploading data from the tmp table _airbyte_tmp_yqe_bi_data to the source table _airbyte_raw_bi_data. 2022-05-12 07:12:06 destination > 2022-05-12 07:12:06 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadDataToTableFromTmpTable):121 - Replication finished with no explicit errors. Copying data from tmp tables to permanent 2022-05-12 07:12:08 destination > 2022-05-12 07:12:08 INFO i.a.i.d.b.u.AbstractBigQueryUploader(copyTable):187 - successfully copied table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_yqe_bi_data}} to table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_raw_bi_data}} 2022-05-12 07:12:08 destination > 2022-05-12 07:12:08 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):98 - Data is successfully loaded to the source table _airbyte_raw_bi_data! 2022-05-12 07:12:08 INFO i.a.w.DefaultReplicationWorker(lambda$getDestinationOutputRunnable$3):247 - state in DefaultReplicationWorker from Destination: io.airbyte.protocol.models.AirbyteMessage@7670400e[type=STATE,log=,spec=,connectionStatus=,catalog=,record=,state=io.airbyte.protocol.models.AirbyteStateMessage@29cd8823[data={"cdc":false,"streams":[{"stream_name":"account","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T06:59:59.322496Z"},{"stream_name":"agir_mandate","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-07-27T07:49:16.296492Z"},{"stream_name":"bi_data","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T22:22:36.987828Z"},{"stream_name":"company","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-10T15:57:27.405572Z"},{"stream_name":"invoice","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T10:46:03.905894Z"},{"stream_name":"merchant","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:45:41.140098Z"},{"stream_name":"modification","stream_namespace":"public","cursor_field":["created"],"cursor":"2022-05-12T07:01:16.022519Z"},{"stream_name":"payment_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:08:31.772532Z"},{"stream_name":"payment_flow","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-03T14:41:29.403033Z"},{"stream_name":"psp_interface","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-24T14:32:40.501118Z"},{"stream_name":"psp_source","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:43.643369Z"},{"stream_name":"purchase","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:52.691155Z"},{"stream_name":"reconciliation","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T04:19:18.310052Z"},{"stream_name":"refund_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-12-13T09:04:42.988895Z"},{"stream_name":"share","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:09:25.740917Z"},{"stream_name":"transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:03.029316Z"},{"stream_name":"transfer_order","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T05:01:15.603413Z"},{"stream_name":"transfer_order_item","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:02:19.767183Z"},{"stream_name":"virtual_card","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:28.168922Z"}]},additionalProperties={}],additionalProperties={}] 2022-05-12 07:12:08 destination > 2022-05-12 07:12:08 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):100 - Final state message is accepted. 2022-05-12 07:12:08 destination > 2022-05-12 07:12:08 INFO i.a.i.d.b.u.AbstractBigQueryUploader(dropTmpTable):112 - Removing tmp tables... 2022-05-12 07:12:08 destination > 2022-05-12 07:12:08 INFO i.a.i.d.b.u.AbstractBigQueryUploader(dropTmpTable):114 - Finishing destination process...completed 2022-05-12 07:12:08 destination > 2022-05-12 07:12:08 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):86 - Closed connector:AbstractBigQueryUploader{table=_airbyte_raw_bi_data, tmpTable=_airbyte_tmp_yqe_bi_data, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:12:08 destination > 2022-05-12 07:12:08 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):76 - Field fails during format : 2022-05-12 07:12:08 destination > 2022-05-12 07:12:08 INFO i.a.i.d.b.f.BigQueryRecordFormatter(printAndCleanFieldFails):70 - No field fails during record format. 2022-05-12 07:12:08 destination > 2022-05-12 07:12:08 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):79 - Closing connector:AbstractBigQueryUploader{table=_airbyte_raw_virtual_card, tmpTable=_airbyte_tmp_qic_virtual_card, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:12:08 destination > 2022-05-12 07:12:08 ERROR i.a.i.d.b.u.AbstractBigQueryUploader(close):88 - Failed to close AbstractBigQueryUploader{table=_airbyte_raw_virtual_card, tmpTable=_airbyte_tmp_qic_virtual_card, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} writer, 2022-05-12 07:12:08 destination > details: 400 Bad Request 2022-05-12 07:12:08 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdt_jyNuKBFisqt1mFyPNUsJFY0zrtWlVvwW25P42706HFHIoDgtYuDyxUR4J6LdqWR6n8HxXq10OvKEbO8fvxxioQ 2022-05-12 07:12:08 destination > { 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:12:08 destination > { 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:12:08 destination > } 2022-05-12 07:12:08 destination > ], 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:12:08 destination > } 2022-05-12 07:12:08 destination > } 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:12:08 destination > 2022-05-12 07:12:08 INFO i.a.i.d.b.h.LoggerHelper(printHeapMemoryConsumption):28 - Initial Memory (xms) mb = 128 2022-05-12 07:12:08 destination > 2022-05-12 07:12:08 INFO i.a.i.d.b.h.LoggerHelper(printHeapMemoryConsumption):29 - Max Memory (xmx) : mb = 5964 2022-05-12 07:12:08 destination > 2022-05-12 07:12:08 ERROR i.a.i.d.b.BigQueryRecordConsumer(lambda$close$0):65 - Exception while closing uploader AbstractBigQueryUploader{table=_airbyte_raw_virtual_card, tmpTable=_airbyte_tmp_qic_virtual_card, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:12:08 destination > java.lang.RuntimeException: com.google.cloud.bigquery.BigQueryException: 400 Bad Request 2022-05-12 07:12:08 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdt_jyNuKBFisqt1mFyPNUsJFY0zrtWlVvwW25P42706HFHIoDgtYuDyxUR4J6LdqWR6n8HxXq10OvKEbO8fvxxioQ 2022-05-12 07:12:08 destination > { 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:12:08 destination > { 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:12:08 destination > } 2022-05-12 07:12:08 destination > ], 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:12:08 destination > } 2022-05-12 07:12:08 destination > } 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:12:08 destination > at io.airbyte.integrations.destination.bigquery.uploader.AbstractBigQueryUploader.close(AbstractBigQueryUploader.java:90) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:08 destination > at io.airbyte.integrations.destination.bigquery.BigQueryRecordConsumer.lambda$close$0(BigQueryRecordConsumer.java:62) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:08 destination > at java.util.HashMap$Values.forEach(HashMap.java:1065) ~[?:?] 2022-05-12 07:12:08 destination > at io.airbyte.integrations.destination.bigquery.BigQueryRecordConsumer.close(BigQueryRecordConsumer.java:60) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:08 destination > at io.airbyte.integrations.base.FailureTrackingAirbyteMessageConsumer.lambda$close$0(FailureTrackingAirbyteMessageConsumer.java:67) ~[io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:08 destination > at io.airbyte.integrations.base.sentry.AirbyteSentry.executeWithTracing(AirbyteSentry.java:54) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:08 destination > at io.airbyte.integrations.base.FailureTrackingAirbyteMessageConsumer.close(FailureTrackingAirbyteMessageConsumer.java:67) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:08 destination > at io.airbyte.integrations.base.IntegrationRunner.runInternal(IntegrationRunner.java:164) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:08 destination > at io.airbyte.integrations.base.IntegrationRunner.run(IntegrationRunner.java:105) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:08 destination > at io.airbyte.integrations.destination.bigquery.BigQueryDestination.main(BigQueryDestination.java:262) [io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:08 destination > Caused by: com.google.cloud.bigquery.BigQueryException: 400 Bad Request 2022-05-12 07:12:08 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdt_jyNuKBFisqt1mFyPNUsJFY0zrtWlVvwW25P42706HFHIoDgtYuDyxUR4J6LdqWR6n8HxXq10OvKEbO8fvxxioQ 2022-05-12 07:12:08 destination > { 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:12:08 destination > { 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:12:08 destination > } 2022-05-12 07:12:08 destination > ], 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:12:08 destination > } 2022-05-12 07:12:08 destination > } 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:12:08 destination > at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.translate(HttpBigQueryRpc.java:115) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:08 destination > at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.write(HttpBigQueryRpc.java:708) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:08 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:59) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:08 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:54) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:08 destination > at com.google.api.gax.retrying.DirectRetryingExecutor.submit(DirectRetryingExecutor.java:105) ~[gax-2.12.2.jar:2.12.2] 2022-05-12 07:12:08 destination > at com.google.cloud.RetryHelper.run(RetryHelper.java:76) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:08 destination > at com.google.cloud.RetryHelper.runWithRetries(RetryHelper.java:50) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:08 destination > at com.google.cloud.bigquery.TableDataWriteChannel.flushBuffer(TableDataWriteChannel.java:53) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:08 destination > at com.google.cloud.BaseWriteChannel.close(BaseWriteChannel.java:151) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:08 destination > at io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter.close(BigQueryTableWriter.java:44) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:08 destination > at io.airbyte.integrations.destination.bigquery.uploader.AbstractBigQueryUploader.close(AbstractBigQueryUploader.java:80) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:08 destination > ... 9 more 2022-05-12 07:12:08 destination > Caused by: com.google.api.client.http.HttpResponseException: 400 Bad Request 2022-05-12 07:12:08 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdt_jyNuKBFisqt1mFyPNUsJFY0zrtWlVvwW25P42706HFHIoDgtYuDyxUR4J6LdqWR6n8HxXq10OvKEbO8fvxxioQ 2022-05-12 07:12:08 destination > { 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:12:08 destination > { 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:12:08 destination > } 2022-05-12 07:12:08 destination > ], 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:12:08 destination > } 2022-05-12 07:12:08 destination > } 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:12:08 destination > at com.google.api.client.http.HttpResponseException$Builder.build(HttpResponseException.java:293) ~[google-http-client-1.41.4.jar:1.41.4] 2022-05-12 07:12:08 destination > at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1118) ~[google-http-client-1.41.4.jar:1.41.4] 2022-05-12 07:12:08 destination > at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.write(HttpBigQueryRpc.java:691) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:08 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:59) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:08 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:54) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:08 destination > at com.google.api.gax.retrying.DirectRetryingExecutor.submit(DirectRetryingExecutor.java:105) ~[gax-2.12.2.jar:2.12.2] 2022-05-12 07:12:08 destination > at com.google.cloud.RetryHelper.run(RetryHelper.java:76) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:08 destination > at com.google.cloud.RetryHelper.runWithRetries(RetryHelper.java:50) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:08 destination > at com.google.cloud.bigquery.TableDataWriteChannel.flushBuffer(TableDataWriteChannel.java:53) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:08 destination > at com.google.cloud.BaseWriteChannel.close(BaseWriteChannel.java:151) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:08 destination > at io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter.close(BigQueryTableWriter.java:44) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:08 destination > at io.airbyte.integrations.destination.bigquery.uploader.AbstractBigQueryUploader.close(AbstractBigQueryUploader.java:80) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:08 destination > ... 9 more 2022-05-12 07:12:08 destination > 2022-05-12 07:12:08 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):76 - Field fails during format : 2022-05-12 07:12:08 destination > 2022-05-12 07:12:08 INFO i.a.i.d.b.f.BigQueryRecordFormatter(printAndCleanFieldFails):70 - No field fails during record format. 2022-05-12 07:12:08 destination > 2022-05-12 07:12:08 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):79 - Closing connector:AbstractBigQueryUploader{table=_airbyte_raw_account, tmpTable=_airbyte_tmp_xrl_account, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:12:08 destination > 2022-05-12 07:12:08 ERROR i.a.i.d.b.u.AbstractBigQueryUploader(close):88 - Failed to close AbstractBigQueryUploader{table=_airbyte_raw_account, tmpTable=_airbyte_tmp_xrl_account, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} writer, 2022-05-12 07:12:08 destination > details: 400 Bad Request 2022-05-12 07:12:08 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdu8vw4pKePXDtdtE0QodOv74oT3DlqZcwwy4n5YSoOvHLGLd13A3tJT7Hg1w-fCS1Mt6baV9_ePrFtA2ar590ru7Q 2022-05-12 07:12:08 destination > { 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:12:08 destination > { 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:12:08 destination > } 2022-05-12 07:12:08 destination > ], 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:12:08 destination > } 2022-05-12 07:12:08 destination > } 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:12:08 destination > 2022-05-12 07:12:08 INFO i.a.i.d.b.h.LoggerHelper(printHeapMemoryConsumption):28 - Initial Memory (xms) mb = 128 2022-05-12 07:12:08 destination > 2022-05-12 07:12:08 INFO i.a.i.d.b.h.LoggerHelper(printHeapMemoryConsumption):29 - Max Memory (xmx) : mb = 5964 2022-05-12 07:12:08 destination > 2022-05-12 07:12:08 ERROR i.a.i.d.b.BigQueryRecordConsumer(lambda$close$0):65 - Exception while closing uploader AbstractBigQueryUploader{table=_airbyte_raw_account, tmpTable=_airbyte_tmp_xrl_account, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:12:08 destination > java.lang.RuntimeException: com.google.cloud.bigquery.BigQueryException: 400 Bad Request 2022-05-12 07:12:08 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdu8vw4pKePXDtdtE0QodOv74oT3DlqZcwwy4n5YSoOvHLGLd13A3tJT7Hg1w-fCS1Mt6baV9_ePrFtA2ar590ru7Q 2022-05-12 07:12:08 destination > { 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:12:08 destination > { 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:12:08 destination > } 2022-05-12 07:12:08 destination > ], 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:12:08 destination > } 2022-05-12 07:12:08 destination > } 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:12:08 destination > at io.airbyte.integrations.destination.bigquery.uploader.AbstractBigQueryUploader.close(AbstractBigQueryUploader.java:90) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:08 destination > at io.airbyte.integrations.destination.bigquery.BigQueryRecordConsumer.lambda$close$0(BigQueryRecordConsumer.java:62) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:08 destination > at java.util.HashMap$Values.forEach(HashMap.java:1065) ~[?:?] 2022-05-12 07:12:08 destination > at io.airbyte.integrations.destination.bigquery.BigQueryRecordConsumer.close(BigQueryRecordConsumer.java:60) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:08 destination > at io.airbyte.integrations.base.FailureTrackingAirbyteMessageConsumer.lambda$close$0(FailureTrackingAirbyteMessageConsumer.java:67) ~[io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:08 destination > at io.airbyte.integrations.base.sentry.AirbyteSentry.executeWithTracing(AirbyteSentry.java:54) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:08 destination > at io.airbyte.integrations.base.FailureTrackingAirbyteMessageConsumer.close(FailureTrackingAirbyteMessageConsumer.java:67) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:08 destination > at io.airbyte.integrations.base.IntegrationRunner.runInternal(IntegrationRunner.java:164) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:08 destination > at io.airbyte.integrations.base.IntegrationRunner.run(IntegrationRunner.java:105) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:08 destination > at io.airbyte.integrations.destination.bigquery.BigQueryDestination.main(BigQueryDestination.java:262) [io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:08 destination > Caused by: com.google.cloud.bigquery.BigQueryException: 400 Bad Request 2022-05-12 07:12:08 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdu8vw4pKePXDtdtE0QodOv74oT3DlqZcwwy4n5YSoOvHLGLd13A3tJT7Hg1w-fCS1Mt6baV9_ePrFtA2ar590ru7Q 2022-05-12 07:12:08 destination > { 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:12:08 destination > { 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:12:08 destination > } 2022-05-12 07:12:08 destination > ], 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:12:08 destination > } 2022-05-12 07:12:08 destination > } 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:12:08 destination > at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.translate(HttpBigQueryRpc.java:115) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:08 destination > at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.write(HttpBigQueryRpc.java:708) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:08 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:59) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:08 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:54) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:08 destination > at com.google.api.gax.retrying.DirectRetryingExecutor.submit(DirectRetryingExecutor.java:105) ~[gax-2.12.2.jar:2.12.2] 2022-05-12 07:12:08 destination > at com.google.cloud.RetryHelper.run(RetryHelper.java:76) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:08 destination > at com.google.cloud.RetryHelper.runWithRetries(RetryHelper.java:50) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:08 destination > at com.google.cloud.bigquery.TableDataWriteChannel.flushBuffer(TableDataWriteChannel.java:53) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:08 destination > at com.google.cloud.BaseWriteChannel.close(BaseWriteChannel.java:151) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:08 destination > at io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter.close(BigQueryTableWriter.java:44) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:08 destination > at io.airbyte.integrations.destination.bigquery.uploader.AbstractBigQueryUploader.close(AbstractBigQueryUploader.java:80) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:08 destination > ... 9 more 2022-05-12 07:12:08 destination > Caused by: com.google.api.client.http.HttpResponseException: 400 Bad Request 2022-05-12 07:12:08 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdu8vw4pKePXDtdtE0QodOv74oT3DlqZcwwy4n5YSoOvHLGLd13A3tJT7Hg1w-fCS1Mt6baV9_ePrFtA2ar590ru7Q 2022-05-12 07:12:08 destination > { 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:12:08 destination > { 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:12:08 destination > } 2022-05-12 07:12:08 destination > ], 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:12:08 destination > } 2022-05-12 07:12:08 destination > } 2022-05-12 07:12:08 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:12:08 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:12:08 destination > at com.google.api.client.http.HttpResponseException$Builder.build(HttpResponseException.java:293) ~[google-http-client-1.41.4.jar:1.41.4] 2022-05-12 07:12:08 destination > at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1118) ~[google-http-client-1.41.4.jar:1.41.4] 2022-05-12 07:12:08 destination > at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.write(HttpBigQueryRpc.java:691) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:08 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:59) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:08 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:54) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:08 destination > at com.google.api.gax.retrying.DirectRetryingExecutor.submit(DirectRetryingExecutor.java:105) ~[gax-2.12.2.jar:2.12.2] 2022-05-12 07:12:08 destination > at com.google.cloud.RetryHelper.run(RetryHelper.java:76) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:08 destination > at com.google.cloud.RetryHelper.runWithRetries(RetryHelper.java:50) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:08 destination > at com.google.cloud.bigquery.TableDataWriteChannel.flushBuffer(TableDataWriteChannel.java:53) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:08 destination > at com.google.cloud.BaseWriteChannel.close(BaseWriteChannel.java:151) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:08 destination > at io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter.close(BigQueryTableWriter.java:44) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:08 destination > at io.airbyte.integrations.destination.bigquery.uploader.AbstractBigQueryUploader.close(AbstractBigQueryUploader.java:80) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:08 destination > ... 9 more 2022-05-12 07:12:08 destination > 2022-05-12 07:12:08 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):76 - Field fails during format : 2022-05-12 07:12:08 destination > 2022-05-12 07:12:08 INFO i.a.i.d.b.f.BigQueryRecordFormatter(printAndCleanFieldFails):70 - No field fails during record format. 2022-05-12 07:12:08 destination > 2022-05-12 07:12:08 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):79 - Closing connector:AbstractBigQueryUploader{table=_airbyte_raw_payment_by_transfer, tmpTable=_airbyte_tmp_npn_payment_by_transfer, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:12:08 destination > 2022-05-12 07:12:08 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):96 - Uploading data from the tmp table _airbyte_tmp_npn_payment_by_transfer to the source table _airbyte_raw_payment_by_transfer. 2022-05-12 07:12:08 destination > 2022-05-12 07:12:08 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadDataToTableFromTmpTable):121 - Replication finished with no explicit errors. Copying data from tmp tables to permanent 2022-05-12 07:12:11 destination > 2022-05-12 07:12:11 INFO i.a.i.d.b.u.AbstractBigQueryUploader(copyTable):187 - successfully copied table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_npn_payment_by_transfer}} to table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_raw_payment_by_transfer}} 2022-05-12 07:12:11 destination > 2022-05-12 07:12:11 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):98 - Data is successfully loaded to the source table _airbyte_raw_payment_by_transfer! 2022-05-12 07:12:11 INFO i.a.w.DefaultReplicationWorker(lambda$getDestinationOutputRunnable$3):247 - state in DefaultReplicationWorker from Destination: io.airbyte.protocol.models.AirbyteMessage@f034b2c[type=STATE,log=,spec=,connectionStatus=,catalog=,record=,state=io.airbyte.protocol.models.AirbyteStateMessage@9da9bb0[data={"cdc":false,"streams":[{"stream_name":"account","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T06:59:59.322496Z"},{"stream_name":"agir_mandate","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-07-27T07:49:16.296492Z"},{"stream_name":"bi_data","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T22:22:36.987828Z"},{"stream_name":"company","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-10T15:57:27.405572Z"},{"stream_name":"invoice","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T10:46:03.905894Z"},{"stream_name":"merchant","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:45:41.140098Z"},{"stream_name":"modification","stream_namespace":"public","cursor_field":["created"],"cursor":"2022-05-12T07:01:16.022519Z"},{"stream_name":"payment_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:08:31.772532Z"},{"stream_name":"payment_flow","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-03T14:41:29.403033Z"},{"stream_name":"psp_interface","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-24T14:32:40.501118Z"},{"stream_name":"psp_source","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:43.643369Z"},{"stream_name":"purchase","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:52.691155Z"},{"stream_name":"reconciliation","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T04:19:18.310052Z"},{"stream_name":"refund_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-12-13T09:04:42.988895Z"},{"stream_name":"share","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:09:25.740917Z"},{"stream_name":"transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:03.029316Z"},{"stream_name":"transfer_order","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T05:01:15.603413Z"},{"stream_name":"transfer_order_item","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:02:19.767183Z"},{"stream_name":"virtual_card","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:28.168922Z"}]},additionalProperties={}],additionalProperties={}] 2022-05-12 07:12:11 destination > 2022-05-12 07:12:11 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):100 - Final state message is accepted. 2022-05-12 07:12:11 destination > 2022-05-12 07:12:11 INFO i.a.i.d.b.u.AbstractBigQueryUploader(dropTmpTable):112 - Removing tmp tables... 2022-05-12 07:12:11 destination > 2022-05-12 07:12:11 INFO i.a.i.d.b.u.AbstractBigQueryUploader(dropTmpTable):114 - Finishing destination process...completed 2022-05-12 07:12:11 destination > 2022-05-12 07:12:11 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):86 - Closed connector:AbstractBigQueryUploader{table=_airbyte_raw_payment_by_transfer, tmpTable=_airbyte_tmp_npn_payment_by_transfer, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:12:11 destination > 2022-05-12 07:12:11 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):76 - Field fails during format : 2022-05-12 07:12:11 destination > 2022-05-12 07:12:11 INFO i.a.i.d.b.f.BigQueryRecordFormatter(printAndCleanFieldFails):70 - No field fails during record format. 2022-05-12 07:12:11 destination > 2022-05-12 07:12:11 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):79 - Closing connector:AbstractBigQueryUploader{table=_airbyte_raw_agir_mandate, tmpTable=_airbyte_tmp_cqt_agir_mandate, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:12:11 destination > 2022-05-12 07:12:11 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):96 - Uploading data from the tmp table _airbyte_tmp_cqt_agir_mandate to the source table _airbyte_raw_agir_mandate. 2022-05-12 07:12:11 destination > 2022-05-12 07:12:11 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadDataToTableFromTmpTable):121 - Replication finished with no explicit errors. Copying data from tmp tables to permanent 2022-05-12 07:12:15 destination > 2022-05-12 07:12:15 INFO i.a.i.d.b.u.AbstractBigQueryUploader(copyTable):187 - successfully copied table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_cqt_agir_mandate}} to table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_raw_agir_mandate}} 2022-05-12 07:12:15 destination > 2022-05-12 07:12:15 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):98 - Data is successfully loaded to the source table _airbyte_raw_agir_mandate! 2022-05-12 07:12:15 INFO i.a.w.DefaultReplicationWorker(lambda$getDestinationOutputRunnable$3):247 - state in DefaultReplicationWorker from Destination: io.airbyte.protocol.models.AirbyteMessage@7ddecab5[type=STATE,log=,spec=,connectionStatus=,catalog=,record=,state=io.airbyte.protocol.models.AirbyteStateMessage@3897c9bd[data={"cdc":false,"streams":[{"stream_name":"account","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T06:59:59.322496Z"},{"stream_name":"agir_mandate","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-07-27T07:49:16.296492Z"},{"stream_name":"bi_data","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T22:22:36.987828Z"},{"stream_name":"company","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-10T15:57:27.405572Z"},{"stream_name":"invoice","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T10:46:03.905894Z"},{"stream_name":"merchant","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:45:41.140098Z"},{"stream_name":"modification","stream_namespace":"public","cursor_field":["created"],"cursor":"2022-05-12T07:01:16.022519Z"},{"stream_name":"payment_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:08:31.772532Z"},{"stream_name":"payment_flow","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-03T14:41:29.403033Z"},{"stream_name":"psp_interface","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-24T14:32:40.501118Z"},{"stream_name":"psp_source","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:43.643369Z"},{"stream_name":"purchase","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:52.691155Z"},{"stream_name":"reconciliation","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T04:19:18.310052Z"},{"stream_name":"refund_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-12-13T09:04:42.988895Z"},{"stream_name":"share","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:09:25.740917Z"},{"stream_name":"transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:03.029316Z"},{"stream_name":"transfer_order","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T05:01:15.603413Z"},{"stream_name":"transfer_order_item","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:02:19.767183Z"},{"stream_name":"virtual_card","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:28.168922Z"}]},additionalProperties={}],additionalProperties={}] 2022-05-12 07:12:15 destination > 2022-05-12 07:12:15 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):100 - Final state message is accepted. 2022-05-12 07:12:15 destination > 2022-05-12 07:12:15 INFO i.a.i.d.b.u.AbstractBigQueryUploader(dropTmpTable):112 - Removing tmp tables... 2022-05-12 07:12:15 destination > 2022-05-12 07:12:15 INFO i.a.i.d.b.u.AbstractBigQueryUploader(dropTmpTable):114 - Finishing destination process...completed 2022-05-12 07:12:15 destination > 2022-05-12 07:12:15 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):86 - Closed connector:AbstractBigQueryUploader{table=_airbyte_raw_agir_mandate, tmpTable=_airbyte_tmp_cqt_agir_mandate, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:12:15 destination > 2022-05-12 07:12:15 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):76 - Field fails during format : 2022-05-12 07:12:15 destination > 2022-05-12 07:12:15 INFO i.a.i.d.b.f.BigQueryRecordFormatter(printAndCleanFieldFails):70 - No field fails during record format. 2022-05-12 07:12:15 destination > 2022-05-12 07:12:15 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):79 - Closing connector:AbstractBigQueryUploader{table=_airbyte_raw_purchase, tmpTable=_airbyte_tmp_gjm_purchase, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:12:15 destination > 2022-05-12 07:12:15 ERROR i.a.i.d.b.u.AbstractBigQueryUploader(close):88 - Failed to close AbstractBigQueryUploader{table=_airbyte_raw_purchase, tmpTable=_airbyte_tmp_gjm_purchase, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} writer, 2022-05-12 07:12:15 destination > details: 400 Bad Request 2022-05-12 07:12:15 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdteYZG2EuIktc4wnEzmgLi6pEbKjf5cOQNYFJXLFCV8ZA11kSiDcrayt06wpxtWzTDUUu_bJHi2Wf5SF5xT1UbgCw 2022-05-12 07:12:15 destination > { 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:12:15 destination > { 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:12:15 destination > } 2022-05-12 07:12:15 destination > ], 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:12:15 destination > } 2022-05-12 07:12:15 destination > } 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:12:15 destination > 2022-05-12 07:12:15 INFO i.a.i.d.b.h.LoggerHelper(printHeapMemoryConsumption):28 - Initial Memory (xms) mb = 128 2022-05-12 07:12:15 destination > 2022-05-12 07:12:15 INFO i.a.i.d.b.h.LoggerHelper(printHeapMemoryConsumption):29 - Max Memory (xmx) : mb = 5964 2022-05-12 07:12:15 destination > 2022-05-12 07:12:15 ERROR i.a.i.d.b.BigQueryRecordConsumer(lambda$close$0):65 - Exception while closing uploader AbstractBigQueryUploader{table=_airbyte_raw_purchase, tmpTable=_airbyte_tmp_gjm_purchase, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:12:15 destination > java.lang.RuntimeException: com.google.cloud.bigquery.BigQueryException: 400 Bad Request 2022-05-12 07:12:15 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdteYZG2EuIktc4wnEzmgLi6pEbKjf5cOQNYFJXLFCV8ZA11kSiDcrayt06wpxtWzTDUUu_bJHi2Wf5SF5xT1UbgCw 2022-05-12 07:12:15 destination > { 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:12:15 destination > { 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:12:15 destination > } 2022-05-12 07:12:15 destination > ], 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:12:15 destination > } 2022-05-12 07:12:15 destination > } 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:12:15 destination > at io.airbyte.integrations.destination.bigquery.uploader.AbstractBigQueryUploader.close(AbstractBigQueryUploader.java:90) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:15 destination > at io.airbyte.integrations.destination.bigquery.BigQueryRecordConsumer.lambda$close$0(BigQueryRecordConsumer.java:62) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:15 destination > at java.util.HashMap$Values.forEach(HashMap.java:1065) ~[?:?] 2022-05-12 07:12:15 destination > at io.airbyte.integrations.destination.bigquery.BigQueryRecordConsumer.close(BigQueryRecordConsumer.java:60) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:15 destination > at io.airbyte.integrations.base.FailureTrackingAirbyteMessageConsumer.lambda$close$0(FailureTrackingAirbyteMessageConsumer.java:67) ~[io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:15 destination > at io.airbyte.integrations.base.sentry.AirbyteSentry.executeWithTracing(AirbyteSentry.java:54) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:15 destination > at io.airbyte.integrations.base.FailureTrackingAirbyteMessageConsumer.close(FailureTrackingAirbyteMessageConsumer.java:67) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:15 destination > at io.airbyte.integrations.base.IntegrationRunner.runInternal(IntegrationRunner.java:164) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:15 destination > at io.airbyte.integrations.base.IntegrationRunner.run(IntegrationRunner.java:105) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:15 destination > at io.airbyte.integrations.destination.bigquery.BigQueryDestination.main(BigQueryDestination.java:262) [io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:15 destination > Caused by: com.google.cloud.bigquery.BigQueryException: 400 Bad Request 2022-05-12 07:12:15 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdteYZG2EuIktc4wnEzmgLi6pEbKjf5cOQNYFJXLFCV8ZA11kSiDcrayt06wpxtWzTDUUu_bJHi2Wf5SF5xT1UbgCw 2022-05-12 07:12:15 destination > { 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:12:15 destination > { 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:12:15 destination > } 2022-05-12 07:12:15 destination > ], 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:12:15 destination > } 2022-05-12 07:12:15 destination > } 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:12:15 destination > at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.translate(HttpBigQueryRpc.java:115) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:15 destination > at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.write(HttpBigQueryRpc.java:708) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:15 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:59) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:15 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:54) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:15 destination > at com.google.api.gax.retrying.DirectRetryingExecutor.submit(DirectRetryingExecutor.java:105) ~[gax-2.12.2.jar:2.12.2] 2022-05-12 07:12:15 destination > at com.google.cloud.RetryHelper.run(RetryHelper.java:76) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:15 destination > at com.google.cloud.RetryHelper.runWithRetries(RetryHelper.java:50) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:15 destination > at com.google.cloud.bigquery.TableDataWriteChannel.flushBuffer(TableDataWriteChannel.java:53) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:15 destination > at com.google.cloud.BaseWriteChannel.close(BaseWriteChannel.java:151) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:15 destination > at io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter.close(BigQueryTableWriter.java:44) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:15 destination > at io.airbyte.integrations.destination.bigquery.uploader.AbstractBigQueryUploader.close(AbstractBigQueryUploader.java:80) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:15 destination > ... 9 more 2022-05-12 07:12:15 destination > Caused by: com.google.api.client.http.HttpResponseException: 400 Bad Request 2022-05-12 07:12:15 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdteYZG2EuIktc4wnEzmgLi6pEbKjf5cOQNYFJXLFCV8ZA11kSiDcrayt06wpxtWzTDUUu_bJHi2Wf5SF5xT1UbgCw 2022-05-12 07:12:15 destination > { 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:12:15 destination > { 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:12:15 destination > } 2022-05-12 07:12:15 destination > ], 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:12:15 destination > } 2022-05-12 07:12:15 destination > } 2022-05-12 07:12:15 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:12:15 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:12:15 destination > at com.google.api.client.http.HttpResponseException$Builder.build(HttpResponseException.java:293) ~[google-http-client-1.41.4.jar:1.41.4] 2022-05-12 07:12:15 destination > at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1118) ~[google-http-client-1.41.4.jar:1.41.4] 2022-05-12 07:12:15 destination > at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.write(HttpBigQueryRpc.java:691) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:15 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:59) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:15 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:54) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:15 destination > at com.google.api.gax.retrying.DirectRetryingExecutor.submit(DirectRetryingExecutor.java:105) ~[gax-2.12.2.jar:2.12.2] 2022-05-12 07:12:15 destination > at com.google.cloud.RetryHelper.run(RetryHelper.java:76) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:15 destination > at com.google.cloud.RetryHelper.runWithRetries(RetryHelper.java:50) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:15 destination > at com.google.cloud.bigquery.TableDataWriteChannel.flushBuffer(TableDataWriteChannel.java:53) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:15 destination > at com.google.cloud.BaseWriteChannel.close(BaseWriteChannel.java:151) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:15 destination > at io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter.close(BigQueryTableWriter.java:44) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:15 destination > at io.airbyte.integrations.destination.bigquery.uploader.AbstractBigQueryUploader.close(AbstractBigQueryUploader.java:80) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:15 destination > ... 9 more 2022-05-12 07:12:15 destination > 2022-05-12 07:12:15 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):76 - Field fails during format : 2022-05-12 07:12:15 destination > 2022-05-12 07:12:15 INFO i.a.i.d.b.f.BigQueryRecordFormatter(printAndCleanFieldFails):70 - No field fails during record format. 2022-05-12 07:12:15 destination > 2022-05-12 07:12:15 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):79 - Closing connector:AbstractBigQueryUploader{table=_airbyte_raw_merchant, tmpTable=_airbyte_tmp_sfd_merchant, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:12:15 destination > 2022-05-12 07:12:15 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):96 - Uploading data from the tmp table _airbyte_tmp_sfd_merchant to the source table _airbyte_raw_merchant. 2022-05-12 07:12:15 destination > 2022-05-12 07:12:15 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadDataToTableFromTmpTable):121 - Replication finished with no explicit errors. Copying data from tmp tables to permanent 2022-05-12 07:12:17 destination > 2022-05-12 07:12:17 INFO i.a.i.d.b.u.AbstractBigQueryUploader(copyTable):187 - successfully copied table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_tmp_sfd_merchant}} to table: GenericData{classInfo=[datasetId, projectId, tableId], {datasetId=prod, tableId=_airbyte_raw_merchant}} 2022-05-12 07:12:17 destination > 2022-05-12 07:12:17 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):98 - Data is successfully loaded to the source table _airbyte_raw_merchant! 2022-05-12 07:12:17 INFO i.a.w.DefaultReplicationWorker(lambda$getDestinationOutputRunnable$3):247 - state in DefaultReplicationWorker from Destination: io.airbyte.protocol.models.AirbyteMessage@2dd8bfa8[type=STATE,log=,spec=,connectionStatus=,catalog=,record=,state=io.airbyte.protocol.models.AirbyteStateMessage@7082a6b8[data={"cdc":false,"streams":[{"stream_name":"account","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T06:59:59.322496Z"},{"stream_name":"agir_mandate","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-07-27T07:49:16.296492Z"},{"stream_name":"bi_data","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T22:22:36.987828Z"},{"stream_name":"company","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-10T15:57:27.405572Z"},{"stream_name":"invoice","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T10:46:03.905894Z"},{"stream_name":"merchant","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:45:41.140098Z"},{"stream_name":"modification","stream_namespace":"public","cursor_field":["created"],"cursor":"2022-05-12T07:01:16.022519Z"},{"stream_name":"payment_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:08:31.772532Z"},{"stream_name":"payment_flow","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-03T14:41:29.403033Z"},{"stream_name":"psp_interface","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-24T14:32:40.501118Z"},{"stream_name":"psp_source","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:43.643369Z"},{"stream_name":"purchase","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:52.691155Z"},{"stream_name":"reconciliation","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T04:19:18.310052Z"},{"stream_name":"refund_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-12-13T09:04:42.988895Z"},{"stream_name":"share","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:09:25.740917Z"},{"stream_name":"transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:03.029316Z"},{"stream_name":"transfer_order","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T05:01:15.603413Z"},{"stream_name":"transfer_order_item","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:02:19.767183Z"},{"stream_name":"virtual_card","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:28.168922Z"}]},additionalProperties={}],additionalProperties={}] 2022-05-12 07:12:17 destination > 2022-05-12 07:12:17 INFO i.a.i.d.b.u.AbstractBigQueryUploader(uploadData):100 - Final state message is accepted. 2022-05-12 07:12:17 destination > 2022-05-12 07:12:17 INFO i.a.i.d.b.u.AbstractBigQueryUploader(dropTmpTable):112 - Removing tmp tables... 2022-05-12 07:12:17 destination > 2022-05-12 07:12:17 INFO i.a.i.d.b.u.AbstractBigQueryUploader(dropTmpTable):114 - Finishing destination process...completed 2022-05-12 07:12:17 destination > 2022-05-12 07:12:17 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):86 - Closed connector:AbstractBigQueryUploader{table=_airbyte_raw_merchant, tmpTable=_airbyte_tmp_sfd_merchant, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:12:17 destination > 2022-05-12 07:12:17 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):76 - Field fails during format : 2022-05-12 07:12:17 destination > 2022-05-12 07:12:17 INFO i.a.i.d.b.f.BigQueryRecordFormatter(printAndCleanFieldFails):70 - No field fails during record format. 2022-05-12 07:12:17 destination > 2022-05-12 07:12:17 INFO i.a.i.d.b.u.AbstractBigQueryUploader(close):79 - Closing connector:AbstractBigQueryUploader{table=_airbyte_raw_transfer, tmpTable=_airbyte_tmp_jen_transfer, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:12:17 destination > 2022-05-12 07:12:17 ERROR i.a.i.d.b.u.AbstractBigQueryUploader(close):88 - Failed to close AbstractBigQueryUploader{table=_airbyte_raw_transfer, tmpTable=_airbyte_tmp_jen_transfer, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} writer, 2022-05-12 07:12:17 destination > details: 400 Bad Request 2022-05-12 07:12:17 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycds6IAqugz6gIBgJ72NzR4k-HSclLcVhGAFnsYyQmy45LT2IuMhJdxQI0EwczYAHIoYoF3TL0fDrHdG0zkge6DaR_g 2022-05-12 07:12:17 destination > { 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:12:17 destination > { 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:17 destination > Exception in thread "main" java.lang.RuntimeException: Exceptions thrown while closing consumer: java.lang.RuntimeException: com.google.cloud.bigquery.BigQueryException: 400 Bad Request 2022-05-12 07:12:17 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdunLfqkHWdP_UZh-Q0LXk3lM9w5rUHgHWHMGnc5EkdiipsboxXyXnoEUXsoGpIzVP7bmERHWuzuiaN72d3E4l3u_Q 2022-05-12 07:12:17 destination > { 2022-05-12 07:12:17 destination > "error": { 2022-05-12 07:12:17 destination > "code": 400, 2022-05-12 07:12:17 destination > "message": "Invalid credential", 2022-05-12 07:12:17 destination > "errors": [ 2022-05-12 07:12:17 destination > { 2022-05-12 07:12:17 destination > "message": "Invalid credential", 2022-05-12 07:12:17 destination > "domain": "global", 2022-05-12 07:12:17 destination > "reason": "invalid" 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > ], 2022-05-12 07:12:17 destination > "status": "INVALID_ARGUMENT" 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 destination > 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:12:17 destination > java.lang.RuntimeException: com.google.cloud.bigquery.BigQueryException: 400 Bad Request 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:12:17 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdtx2HgVl1VGLLlcMW8xT6Q7wK1DuOqamK00yRBsAX0PgwiSceBE7czvwjpAHsgezeVTLqK2AQx-fw8xU-ZljnaGOw 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > { 2022-05-12 07:12:17 destination > ], 2022-05-12 07:12:17 destination > "error": { 2022-05-12 07:12:17 destination > "code": 400, 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > "message": "Invalid credential", 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > "errors": [ 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:12:17 destination > { 2022-05-12 07:12:17 destination > 2022-05-12 07:12:17 INFO i.a.i.d.b.h.LoggerHelper(printHeapMemoryConsumption):28 - Initial Memory (xms) mb = 128 2022-05-12 07:12:17 destination > 2022-05-12 07:12:17 INFO i.a.i.d.b.h.LoggerHelper(printHeapMemoryConsumption):29 - Max Memory (xmx) : mb = 5964 2022-05-12 07:12:17 destination > "message": "Invalid credential", 2022-05-12 07:12:17 destination > 2022-05-12 07:12:17 ERROR i.a.i.d.b.BigQueryRecordConsumer(lambda$close$0):65 - Exception while closing uploader AbstractBigQueryUploader{table=_airbyte_raw_transfer, tmpTable=_airbyte_tmp_jen_transfer, syncMode=WRITE_APPEND, writer=class io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter, recordFormatter=class io.airbyte.integrations.destination.bigquery.formatter.DefaultBigQueryRecordFormatter} 2022-05-12 07:12:17 destination > "domain": "global", 2022-05-12 07:12:17 destination > java.lang.RuntimeException: com.google.cloud.bigquery.BigQueryException: 400 Bad Request 2022-05-12 07:12:17 destination > "reason": "invalid" 2022-05-12 07:12:17 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycds6IAqugz6gIBgJ72NzR4k-HSclLcVhGAFnsYyQmy45LT2IuMhJdxQI0EwczYAHIoYoF3TL0fDrHdG0zkge6DaR_g 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > { 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 destination > ], 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:12:17 destination > "status": "INVALID_ARGUMENT" 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:12:17 destination > { 2022-05-12 07:12:17 destination > 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:17 destination > java.lang.RuntimeException: com.google.cloud.bigquery.BigQueryException: 400 Bad Request 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdsWbhMvLzh82W8JXaFqP0vkrTln1qCVwtIBrI7zwlFqvBpi-PC5W-gb2LbJj2kfdjXq12m5sb5-S4_RfwS8gJgiaA 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:12:17 destination > { 2022-05-12 07:12:17 destination > "error": { 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > ], 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:12:17 destination > "code": 400, 2022-05-12 07:12:17 destination > at io.airbyte.integrations.destination.bigquery.uploader.AbstractBigQueryUploader.close(AbstractBigQueryUploader.java:90) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:17 destination > at io.airbyte.integrations.destination.bigquery.BigQueryRecordConsumer.lambda$close$0(BigQueryRecordConsumer.java:62) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:17 destination > "message": "Invalid credential", 2022-05-12 07:12:17 destination > at java.util.HashMap$Values.forEach(HashMap.java:1065) ~[?:?] 2022-05-12 07:12:17 destination > "errors": [ 2022-05-12 07:12:17 destination > at io.airbyte.integrations.destination.bigquery.BigQueryRecordConsumer.close(BigQueryRecordConsumer.java:60) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:17 destination > { 2022-05-12 07:12:17 destination > "message": "Invalid credential", 2022-05-12 07:12:17 destination > "domain": "global", 2022-05-12 07:12:17 destination > "reason": "invalid" 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > ], 2022-05-12 07:12:17 destination > "status": "INVALID_ARGUMENT" 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > 2022-05-12 07:12:17 destination > java.lang.RuntimeException: com.google.cloud.bigquery.BigQueryException: 400 Bad Request 2022-05-12 07:12:17 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdsuRa4dM6oonM-J4hzucX7tRjSWQrPNvVCpXZLT2RdWd04Qj3VbejE62ZAcMzYXD6D1OAwT_9HKjdWplOmBGnBkZQ 2022-05-12 07:12:17 destination > { 2022-05-12 07:12:17 destination > "error": { 2022-05-12 07:12:17 destination > "code": 400, 2022-05-12 07:12:17 destination > "message": "Invalid credential", 2022-05-12 07:12:17 destination > "errors": [ 2022-05-12 07:12:17 destination > { 2022-05-12 07:12:17 destination > "message": "Invalid credential", 2022-05-12 07:12:17 destination > "domain": "global", 2022-05-12 07:12:17 destination > "reason": "invalid" 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > ], 2022-05-12 07:12:17 destination > at io.airbyte.integrations.base.FailureTrackingAirbyteMessageConsumer.lambda$close$0(FailureTrackingAirbyteMessageConsumer.java:67) ~[io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:17 destination > "status": "INVALID_ARGUMENT" 2022-05-12 07:12:17 destination > at io.airbyte.integrations.base.sentry.AirbyteSentry.executeWithTracing(AirbyteSentry.java:54) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:17 destination > at io.airbyte.integrations.base.FailureTrackingAirbyteMessageConsumer.close(FailureTrackingAirbyteMessageConsumer.java:67) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:17 destination > at io.airbyte.integrations.base.IntegrationRunner.runInternal(IntegrationRunner.java:164) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:17 destination > at io.airbyte.integrations.base.IntegrationRunner.run(IntegrationRunner.java:105) [io.airbyte.airbyte-integrations.bases-base-java-0.35.59-alpha.jar:?] 2022-05-12 07:12:17 destination > at io.airbyte.integrations.destination.bigquery.BigQueryDestination.main(BigQueryDestination.java:262) [io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:17 destination > Caused by: com.google.cloud.bigquery.BigQueryException: 400 Bad Request 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > 2022-05-12 07:12:17 destination > java.lang.RuntimeException: com.google.cloud.bigquery.BigQueryException: 400 Bad Request 2022-05-12 07:12:17 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdt_jyNuKBFisqt1mFyPNUsJFY0zrtWlVvwW25P42706HFHIoDgtYuDyxUR4J6LdqWR6n8HxXq10OvKEbO8fvxxioQ 2022-05-12 07:12:17 destination > { 2022-05-12 07:12:17 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycds6IAqugz6gIBgJ72NzR4k-HSclLcVhGAFnsYyQmy45LT2IuMhJdxQI0EwczYAHIoYoF3TL0fDrHdG0zkge6DaR_g 2022-05-12 07:12:17 destination > "error": { 2022-05-12 07:12:17 destination > "code": 400, 2022-05-12 07:12:17 destination > { 2022-05-12 07:12:17 destination > "message": "Invalid credential", 2022-05-12 07:12:17 destination > "errors": [ 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:12:17 destination > { 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:12:17 destination > "message": "Invalid credential", 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:17 destination > "domain": "global", 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:12:17 destination > "reason": "invalid" 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > { 2022-05-12 07:12:17 destination > ], 2022-05-12 07:12:17 destination > "status": "INVALID_ARGUMENT" 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:12:17 destination > 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > ], 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:12:17 destination > at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.translate(HttpBigQueryRpc.java:115) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:17 destination > at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.write(HttpBigQueryRpc.java:708) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:17 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:59) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:17 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:54) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:17 destination > at com.google.api.gax.retrying.DirectRetryingExecutor.submit(DirectRetryingExecutor.java:105) ~[gax-2.12.2.jar:2.12.2] 2022-05-12 07:12:17 destination > at com.google.cloud.RetryHelper.run(RetryHelper.java:76) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:17 destination > at com.google.cloud.RetryHelper.runWithRetries(RetryHelper.java:50) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:17 destination > at com.google.cloud.bigquery.TableDataWriteChannel.flushBuffer(TableDataWriteChannel.java:53) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:17 destination > at com.google.cloud.BaseWriteChannel.close(BaseWriteChannel.java:151) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:17 destination > at io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter.close(BigQueryTableWriter.java:44) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:17 destination > at io.airbyte.integrations.destination.bigquery.uploader.AbstractBigQueryUploader.close(AbstractBigQueryUploader.java:80) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:17 destination > ... 9 more 2022-05-12 07:12:17 destination > Caused by: com.google.api.client.http.HttpResponseException: 400 Bad Request 2022-05-12 07:12:17 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycds6IAqugz6gIBgJ72NzR4k-HSclLcVhGAFnsYyQmy45LT2IuMhJdxQI0EwczYAHIoYoF3TL0fDrHdG0zkge6DaR_g 2022-05-12 07:12:17 destination > { 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "error" 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "code" 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "errors" 2022-05-12 07:12:17 destination > { 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "message" 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "domain" 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "reason" 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > ], 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: string found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: "status" 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: unknown found, object expected 2022-05-12 07:12:17 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-05-12 07:12:17 destination > at com.google.api.client.http.HttpResponseException$Builder.build(HttpResponseException.java:293) ~[google-http-client-1.41.4.jar:1.41.4] 2022-05-12 07:12:17 destination > at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1118) ~[google-http-client-1.41.4.jar:1.41.4] 2022-05-12 07:12:17 destination > java.lang.RuntimeException: com.google.cloud.bigquery.BigQueryException: 400 Bad Request 2022-05-12 07:12:17 destination > at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.write(HttpBigQueryRpc.java:691) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:17 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdu8vw4pKePXDtdtE0QodOv74oT3DlqZcwwy4n5YSoOvHLGLd13A3tJT7Hg1w-fCS1Mt6baV9_ePrFtA2ar590ru7Q 2022-05-12 07:12:17 destination > { 2022-05-12 07:12:17 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:59) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:17 destination > at com.google.cloud.bigquery.TableDataWriteChannel$1.call(TableDataWriteChannel.java:54) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:17 destination > "error": { 2022-05-12 07:12:17 destination > at com.google.api.gax.retrying.DirectRetryingExecutor.submit(DirectRetryingExecutor.java:105) ~[gax-2.12.2.jar:2.12.2] 2022-05-12 07:12:17 destination > "code": 400, 2022-05-12 07:12:17 destination > at com.google.cloud.RetryHelper.run(RetryHelper.java:76) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:17 destination > at com.google.cloud.RetryHelper.runWithRetries(RetryHelper.java:50) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:17 destination > "message": "Invalid credential", 2022-05-12 07:12:17 destination > "errors": [ 2022-05-12 07:12:17 destination > at com.google.cloud.bigquery.TableDataWriteChannel.flushBuffer(TableDataWriteChannel.java:53) ~[google-cloud-bigquery-1.133.1.jar:1.133.1] 2022-05-12 07:12:17 destination > { 2022-05-12 07:12:17 destination > "message": "Invalid credential", 2022-05-12 07:12:17 destination > "domain": "global", 2022-05-12 07:12:17 destination > "reason": "invalid" 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > ], 2022-05-12 07:12:17 destination > at com.google.cloud.BaseWriteChannel.close(BaseWriteChannel.java:151) ~[google-cloud-core-2.5.6.jar:2.5.6] 2022-05-12 07:12:17 destination > at io.airbyte.integrations.destination.bigquery.writer.BigQueryTableWriter.close(BigQueryTableWriter.java:44) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:17 destination > at io.airbyte.integrations.destination.bigquery.uploader.AbstractBigQueryUploader.close(AbstractBigQueryUploader.java:80) ~[io.airbyte.airbyte-integrations.connectors-destination-bigquery-0.35.59-alpha.jar:?] 2022-05-12 07:12:17 destination > ... 9 more 2022-05-12 07:12:17 destination > "status": "INVALID_ARGUMENT" 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > 2022-05-12 07:12:17 destination > java.lang.RuntimeException: com.google.cloud.bigquery.BigQueryException: 400 Bad Request 2022-05-12 07:12:17 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycdteYZG2EuIktc4wnEzmgLi6pEbKjf5cOQNYFJXLFCV8ZA11kSiDcrayt06wpxtWzTDUUu_bJHi2Wf5SF5xT1UbgCw 2022-05-12 07:12:17 destination > { 2022-05-12 07:12:17 destination > "error": { 2022-05-12 07:12:17 destination > "code": 400, 2022-05-12 07:12:17 destination > "message": "Invalid credential", 2022-05-12 07:12:17 destination > "errors": [ 2022-05-12 07:12:17 destination > { 2022-05-12 07:12:17 destination > "message": "Invalid credential", 2022-05-12 07:12:17 destination > "domain": "global", 2022-05-12 07:12:17 destination > "reason": "invalid" 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > ], 2022-05-12 07:12:17 destination > "status": "INVALID_ARGUMENT" 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > 2022-05-12 07:12:17 destination > java.lang.RuntimeException: com.google.cloud.bigquery.BigQueryException: 400 Bad Request 2022-05-12 07:12:17 destination > PUT https://www.googleapis.com/upload/bigquery/v2/projects/pledg-331014/jobs?uploadType=resumable&upload_id=ADPycds6IAqugz6gIBgJ72NzR4k-HSclLcVhGAFnsYyQmy45LT2IuMhJdxQI0EwczYAHIoYoF3TL0fDrHdG0zkge6DaR_g 2022-05-12 07:12:17 destination > { 2022-05-12 07:12:17 destination > "error": { 2022-05-12 07:12:17 destination > "code": 400, 2022-05-12 07:12:17 destination > "message": "Invalid credential", 2022-05-12 07:12:17 destination > "errors": [ 2022-05-12 07:12:17 destination > { 2022-05-12 07:12:17 destination > "message": "Invalid credential", 2022-05-12 07:12:17 destination > "domain": "global", 2022-05-12 07:12:17 destination > "reason": "invalid" 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > ], 2022-05-12 07:12:17 destination > "status": "INVALID_ARGUMENT" 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > } 2022-05-12 07:12:17 destination > 2022-05-12 07:12:17 destination > at io.airbyte.integrations.destination.bigquery.BigQueryRecordConsumer.close(BigQueryRecordConsumer.java:69) 2022-05-12 07:12:17 destination > at io.airbyte.integrations.base.FailureTrackingAirbyteMessageConsumer.lambda$close$0(FailureTrackingAirbyteMessageConsumer.java:67) 2022-05-12 07:12:17 destination > at io.airbyte.integrations.base.sentry.AirbyteSentry.executeWithTracing(AirbyteSentry.java:54) 2022-05-12 07:12:17 destination > at io.airbyte.integrations.base.FailureTrackingAirbyteMessageConsumer.close(FailureTrackingAirbyteMessageConsumer.java:67) 2022-05-12 07:12:17 destination > at io.airbyte.integrations.base.IntegrationRunner.runInternal(IntegrationRunner.java:164) 2022-05-12 07:12:17 destination > at io.airbyte.integrations.base.IntegrationRunner.run(IntegrationRunner.java:105) 2022-05-12 07:12:17 destination > at io.airbyte.integrations.destination.bigquery.BigQueryDestination.main(BigQueryDestination.java:262) 2022-05-12 07:12:17 ERROR i.a.w.DefaultReplicationWorker(run):141 - Sync worker failed. java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.lang.RuntimeException: Destination process exited with non-zero exit code 1 at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) ~[?:?] at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073) ~[?:?] at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:136) ~[io.airbyte-airbyte-workers-0.35.4-alpha.jar:?] at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:49) ~[io.airbyte-airbyte-workers-0.35.4-alpha.jar:?] at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$2(TemporalAttemptExecution.java:174) ~[io.airbyte-airbyte-workers-0.35.4-alpha.jar:?] at java.lang.Thread.run(Thread.java:833) [?:?] Suppressed: io.airbyte.workers.WorkerException: Destination process exit with code 1. This warning is normal if the job was cancelled. at io.airbyte.workers.protocols.airbyte.DefaultAirbyteDestination.close(DefaultAirbyteDestination.java:119) ~[io.airbyte-airbyte-workers-0.35.4-alpha.jar:?] at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:118) ~[io.airbyte-airbyte-workers-0.35.4-alpha.jar:?] at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:49) ~[io.airbyte-airbyte-workers-0.35.4-alpha.jar:?] at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$2(TemporalAttemptExecution.java:174) ~[io.airbyte-airbyte-workers-0.35.4-alpha.jar:?] at java.lang.Thread.run(Thread.java:833) [?:?] Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Destination process exited with non-zero exit code 1 at io.airbyte.workers.DefaultReplicationWorker.lambda$getDestinationOutputRunnable$3(DefaultReplicationWorker.java:260) ~[io.airbyte-airbyte-workers-0.35.4-alpha.jar:?] at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] ... 1 more Caused by: java.lang.RuntimeException: Destination process exited with non-zero exit code 1 at io.airbyte.workers.DefaultReplicationWorker.lambda$getDestinationOutputRunnable$3(DefaultReplicationWorker.java:252) ~[io.airbyte-airbyte-workers-0.35.4-alpha.jar:?] at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] ... 1 more 2022-05-12 07:12:17 INFO i.a.w.DefaultReplicationWorker(run):165 - sync summary: io.airbyte.config.ReplicationAttemptSummary@79b680c2[status=failed,recordsSynced=2332,bytesSynced=2416422,startTime=1652338847226,endTime=1652339537571] 2022-05-12 07:12:17 INFO i.a.w.DefaultReplicationWorker(run):172 - Source output at least one state message 2022-05-12 07:12:17 INFO i.a.w.DefaultReplicationWorker(run):178 - State capture: Updated state to: Optional[io.airbyte.config.State@7228e295[state={"cdc":false,"streams":[{"stream_name":"account","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T06:59:59.322496Z"},{"stream_name":"agir_mandate","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-07-27T07:49:16.296492Z"},{"stream_name":"bi_data","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T22:22:36.987828Z"},{"stream_name":"company","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-10T15:57:27.405572Z"},{"stream_name":"invoice","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T10:46:03.905894Z"},{"stream_name":"merchant","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:45:41.140098Z"},{"stream_name":"modification","stream_namespace":"public","cursor_field":["created"],"cursor":"2022-05-12T07:01:16.022519Z"},{"stream_name":"payment_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:08:31.772532Z"},{"stream_name":"payment_flow","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-03T14:41:29.403033Z"},{"stream_name":"psp_interface","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-24T14:32:40.501118Z"},{"stream_name":"psp_source","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:43.643369Z"},{"stream_name":"purchase","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:52.691155Z"},{"stream_name":"reconciliation","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T04:19:18.310052Z"},{"stream_name":"refund_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-12-13T09:04:42.988895Z"},{"stream_name":"share","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:09:25.740917Z"},{"stream_name":"transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:03.029316Z"},{"stream_name":"transfer_order","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T05:01:15.603413Z"},{"stream_name":"transfer_order_item","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:02:19.767183Z"},{"stream_name":"virtual_card","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:28.168922Z"}]}]] 2022-05-12 07:12:17 INFO i.a.w.t.TemporalAttemptExecution(get):144 - Stopping cancellation check scheduling... 2022-05-12 07:12:17 INFO i.a.w.t.s.ReplicationActivityImpl(replicate):144 - sync summary: io.airbyte.config.StandardSyncOutput@6a8fccd2[standardSyncSummary=io.airbyte.config.StandardSyncSummary@62314bac[status=failed,recordsSynced=2332,bytesSynced=2416422,startTime=1652338847226,endTime=1652339537571],state=io.airbyte.config.State@7228e295[state={"cdc":false,"streams":[{"stream_name":"account","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T06:59:59.322496Z"},{"stream_name":"agir_mandate","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-07-27T07:49:16.296492Z"},{"stream_name":"bi_data","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T22:22:36.987828Z"},{"stream_name":"company","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-10T15:57:27.405572Z"},{"stream_name":"invoice","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T10:46:03.905894Z"},{"stream_name":"merchant","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:45:41.140098Z"},{"stream_name":"modification","stream_namespace":"public","cursor_field":["created"],"cursor":"2022-05-12T07:01:16.022519Z"},{"stream_name":"payment_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:08:31.772532Z"},{"stream_name":"payment_flow","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-03T14:41:29.403033Z"},{"stream_name":"psp_interface","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-24T14:32:40.501118Z"},{"stream_name":"psp_source","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:43.643369Z"},{"stream_name":"purchase","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:52.691155Z"},{"stream_name":"reconciliation","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T04:19:18.310052Z"},{"stream_name":"refund_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-12-13T09:04:42.988895Z"},{"stream_name":"share","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:09:25.740917Z"},{"stream_name":"transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:03.029316Z"},{"stream_name":"transfer_order","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T05:01:15.603413Z"},{"stream_name":"transfer_order_item","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:02:19.767183Z"},{"stream_name":"virtual_card","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:28.168922Z"}]}],outputCatalog=io.airbyte.protocol.models.ConfiguredAirbyteCatalog@5a99497a[streams=[io.airbyte.protocol.models.ConfiguredAirbyteStream@7a3c7835[stream=io.airbyte.protocol.models.AirbyteStream@6ec1d2fc[name=account,jsonSchema={"type":"object","properties":{"id":{"type":"number"},"uid":{"type":"string"},"email":{"type":"string"},"is_pep":{"type":"boolean"},"created":{"type":"string"},"updated":{"type":"string"},"civility":{"type":"string"},"last_name":{"type":"string"},"b2b_sic_id":{"type":"string"},"birth_city":{"type":"string"},"birth_date":{"type":"string"},"first_name":{"type":"string"},"otp_params":{"type":"string"},"psp_params":{"type":"string"},"fingerprint":{"type":"string"},"merchant_id":{"type":"number"},"pledg_optin":{"type":"boolean"},"phone_number":{"type":"string"},"bi_scoring_id":{"type":"string"},"birth_country":{"type":"string"},"birth_zipcode":{"type":"string"},"b2b_store_name":{"type":"string"},"is_valid_email":{"type":"boolean"},"merchant_optin":{"type":"boolean"},"b2b_external_id":{"type":"string"},"blacklisting_type":{"type":"string"},"identification_id":{"type":"string"},"b2b_external_id_type":{"type":"string"},"worldcheck_validated":{"type":"boolean"},"identification_params":{"type":"string"},"phone_number_validation":{"type":"string"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=prod,additionalProperties={}],syncMode=incremental,cursorField=[updated],destinationSyncMode=append_dedup,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@6c588a3[stream=io.airbyte.protocol.models.AirbyteStream@1607d398[name=agir_mandate,jsonSchema={"type":"object","properties":{"id":{"type":"number"},"uid":{"type":"string"},"state":{"type":"string"},"created":{"type":"string"},"updated":{"type":"string"},"status_id":{"type":"string"},"mandate_uid":{"type":"string"},"purchase_id":{"type":"number"},"status_description":{"type":"string"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=prod,additionalProperties={}],syncMode=incremental,cursorField=[updated],destinationSyncMode=append_dedup,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@fe3ecbd[stream=io.airbyte.protocol.models.AirbyteStream@6f55998f[name=bi_data,jsonSchema={"type":"object","properties":{"id":{"type":"number"},"data":{"type":"string"},"type":{"type":"string"},"created":{"type":"string"},"updated":{"type":"string"},"token_id":{"type":"number"},"purchase_id":{"type":"number"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=prod,additionalProperties={}],syncMode=incremental,cursorField=[updated],destinationSyncMode=append_dedup,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@457f8456[stream=io.airbyte.protocol.models.AirbyteStream@6d4c1472[name=company,jsonSchema={"type":"object","properties":{"id":{"type":"number"},"uid":{"type":"string"},"name":{"type":"string"},"created":{"type":"string"},"role_id":{"type":"number"},"updated":{"type":"string"},"tax_rate":{"type":"number"},"psp_params":{"type":"string"},"chat_allowed":{"type":"boolean"},"invoice_client_refs":{"type":"string"},"invoice_payment_method":{"type":"string"},"pipedrive_organisation_id":{"type":"number"},"invoice_payment_method_params":{"type":"string"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=prod,additionalProperties={}],syncMode=incremental,cursorField=[updated],destinationSyncMode=append_dedup,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@7d5a9b62[stream=io.airbyte.protocol.models.AirbyteStream@3e00fca7[name=invoice,jsonSchema={"type":"object","properties":{"id":{"type":"number"},"uid":{"type":"string"},"created":{"type":"string"},"updated":{"type":"string"},"language":{"type":"string"},"company_id":{"type":"number"},"invoice_ref":{"type":"string"},"amount_cents":{"type":"number"},"invoice_number":{"type":"number"},"invoice_account":{"type":"string"},"taxed_amount_cents":{"type":"number"},"invoice_payment_method":{"type":"string"},"invoice_payment_method_params":{"type":"string"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=prod,additionalProperties={}],syncMode=incremental,cursorField=[updated],destinationSyncMode=append_dedup,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@7649205[stream=io.airbyte.protocol.models.AirbyteStream@a86f91f[name=merchant,jsonSchema={"type":"object","properties":{"id":{"type":"number"},"uid":{"type":"string"},"info":{"type":"string"},"name":{"type":"string"},"alias":{"type":"string"},"notes":{"type":"string"},"is_b2b":{"type":"boolean"},"notify":{"type":"string"},"secret":{"type":"string"},"cgu_url":{"type":"string"},"created":{"type":"string"},"css_url":{"type":"string"},"filters":{"type":"string"},"role_id":{"type":"number"},"updated":{"type":"string"},"billable":{"type":"boolean"},"disabled":{"type":"boolean"},"language":{"type":"string"},"reseller":{"type":"boolean"},"timezone":{"type":"string"},"b2b_sic_id":{"type":"string"},"company_id":{"type":"number"},"picture_url":{"type":"string"},"refund_fees":{"type":"string"},"bank_insight":{"type":"string"},"country_code":{"type":"string"},"mocked_ecard":{"type":"string"},"payment_type":{"type":"string"},"merchant_fees":{"type":"number"},"psp_connector":{"type":"string"},"requested_opt":{"type":"string"},"payment_params":{"type":"string"},"b2b_external_id":{"type":"string"},"payment_flow_id":{"type":"number"},"business_details":{"type":"string"},"capture_on_debit":{"type":"boolean"},"email_must_be_valid":{"type":"boolean"},"secret_is_mandatory":{"type":"boolean"},"address_is_mandatory":{"type":"boolean"},"b2b_external_id_type":{"type":"string"},"address_must_be_valid":{"type":"boolean"},"payment_method_params":{"type":"string"},"full_name_is_mandatory":{"type":"boolean"},"send_confirmation_email":{"type":"string"},"allow_deferred_purchases":{"type":"boolean"},"birth_infos_are_mandatory":{"type":"boolean"},"phone_number_is_mandatory":{"type":"boolean"},"birth_address_must_be_valid":{"type":"boolean"},"identity_verification_params":{"type":"string"},"phone_number_verification_params":{"type":"string"},"penalties_tolerance_delay_in_days":{"type":"number"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=prod,additionalProperties={}],syncMode=incremental,cursorField=[updated],destinationSyncMode=append_dedup,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@232ef2a6[stream=io.airbyte.protocol.models.AirbyteStream@1af2d7a0[name=modification,jsonSchema={"type":"object","properties":{"id":{"type":"number"},"sid":{"type":"string"},"user":{"type":"string"},"field":{"type":"string"},"table":{"type":"string"},"value":{"type":"string"},"created":{"type":"string"},"target_id":{"type":"number"},"target_uid":{"type":"string"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=prod,additionalProperties={}],syncMode=incremental,cursorField=[created],destinationSyncMode=append_dedup,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@39259a41[stream=io.airbyte.protocol.models.AirbyteStream@456d27b[name=payment_by_transfer,jsonSchema={"type":"object","properties":{"id":{"type":"number"},"uid":{"type":"string"},"created":{"type":"string"},"updated":{"type":"string"},"currency":{"type":"string"},"share_id":{"type":"number"},"invoice_id":{"type":"number"},"amount_cents":{"type":"number"},"reconciliation_id":{"type":"number"},"anticipated_payment":{"type":"boolean"},"double_payment_in_stripe":{"type":"boolean"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=prod,additionalProperties={}],syncMode=incremental,cursorField=[updated],destinationSyncMode=append_dedup,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@50b9ab95[stream=io.airbyte.protocol.models.AirbyteStream@5c7a39f5[name=payment_flow,jsonSchema={"type":"object","properties":{"id":{"type":"number"},"uid":{"type":"string"},"name":{"type":"string"},"created":{"type":"string"},"updated":{"type":"string"},"currency":{"type":"string"},"disabled":{"type":"boolean"},"operator":{"type":"string"},"payment_method":{"type":"string"},"psp_interface_id":{"type":"number"},"payment_method_params":{"type":"string"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=prod,additionalProperties={}],syncMode=incremental,cursorField=[updated],destinationSyncMode=append_dedup,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@499847a9[stream=io.airbyte.protocol.models.AirbyteStream@7bef91eb[name=psp_interface,jsonSchema={"type":"object","properties":{"id":{"type":"number"},"uid":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"lender":{"type":"string"},"created":{"type":"string"},"updated":{"type":"string"},"currency":{"type":"string"},"disabled":{"type":"boolean"},"interface":{"type":"string"},"rib_picture_url":{"type":"string"},"stripe_fees_payment":{"type":"boolean"},"buyback_psp_connect_uid":{"type":"string"},"buyback_psp_interface_id":{"type":"number"},"stripe_fees_debit_account_number":{"type":"string"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=prod,additionalProperties={}],syncMode=incremental,cursorField=[updated],destinationSyncMode=append_dedup,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@66977800[stream=io.airbyte.protocol.models.AirbyteStream@6b2f40b6[name=psp_source,jsonSchema={"type":"object","properties":{"id":{"type":"number"},"uid":{"type":"string"},"created":{"type":"string"},"psp_uid":{"type":"string"},"updated":{"type":"string"},"source_type":{"type":"string"},"psp_card_bin":{"type":"string"},"psp_card_country":{"type":"string"},"psp_card_funding":{"type":"string"},"psp_interface_id":{"type":"number"},"blacklisting_type":{"type":"string"},"psp_card_bank_name":{"type":"string"},"psp_card_source_uid":{"type":"string"},"psp_card_fingerprint":{"type":"string"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=prod,additionalProperties={}],syncMode=incremental,cursorField=[updated],destinationSyncMode=append_dedup,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@6081f775[stream=io.airbyte.protocol.models.AirbyteStream@67e64247[name=purchase,jsonSchema={"type":"object","properties":{"id":{"type":"number"},"uid":{"type":"string"},"state":{"type":"string"},"title":{"type":"string"},"created":{"type":"string"},"scoring":{"type":"string"},"updated":{"type":"string"},"currency":{"type":"string"},"language":{"type":"string"},"subtitle":{"type":"string"},"meta_data":{"type":"string"},"reference":{"type":"string"},"cancel_url":{"type":"string"},"fraud_state":{"type":"string"},"fraud_types":{"type":"array"},"merchant_id":{"type":"number"},"address_city":{"type":"string"},"amount_cents":{"type":"number"},"country_code":{"type":"string"},"overdue_type":{"type":"string"},"redirect_url":{"type":"string"},"error_message":{"type":"string"},"merchant_fees":{"type":"number"},"report_status":{"type":"string"},"address_street":{"type":"string"},"payment_params":{"type":"string"},"address_country":{"type":"string"},"address_zipcode":{"type":"string"},"invoice_item_id":{"type":"number"},"payment_flow_id":{"type":"number"},"bank_insight_url":{"type":"string"},"is_purchase_link":{"type":"boolean"},"redirection_data":{"type":"string"},"send_refund_email":{"type":"boolean"},"address_validation":{"type":"string"},"is_fraud_confirmed":{"type":"boolean"},"worldcheck_case_id":{"type":"string"},"balance_payment_date":{"type":"string"},"deferred_payment_date":{"type":"string"},"payment_method_params":{"type":"string"},"report_status_updated":{"type":"string"},"shipping_address_city":{"type":"string"},"address_state_province":{"type":"string"},"error_notification_url":{"type":"string"},"removable_amount_cents":{"type":"number"},"is_origination_reported":{"type":"boolean"},"is_report_status_closed":{"type":"boolean"},"shipping_address_street":{"type":"string"},"payment_notification_url":{"type":"string"},"shipping_address_country":{"type":"string"},"shipping_address_zipcode":{"type":"string"},"worldcheck_case_system_id":{"type":"string"},"merchant_fees_amount_cents":{"type":"number"},"second_installment_payment_date":{"type":"string"},"shipping_address_state_province":{"type":"string"},"worldcheck_ongoing_screening_enabled":{"type":"boolean"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=prod,additionalProperties={}],syncMode=incremental,cursorField=[updated],destinationSyncMode=append_dedup,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@3aec71c3[stream=io.airbyte.protocol.models.AirbyteStream@2b57bcd8[name=reconciliation,jsonSchema={"type":"object","properties":{"id":{"type":"number"},"uid":{"type":"string"},"created":{"type":"string"},"updated":{"type":"string"},"is_reported":{"type":"boolean"},"lost_amount_cents":{"type":"number"},"delta_amount_cents":{"type":"number"},"reconciliation_type":{"type":"string"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=prod,additionalProperties={}],syncMode=incremental,cursorField=[updated],destinationSyncMode=append_dedup,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@4482dc98[stream=io.airbyte.protocol.models.AirbyteStream@11a34a35[name=refund_by_transfer,jsonSchema={"type":"object","properties":{"id":{"type":"number"},"uid":{"type":"string"},"created":{"type":"string"},"updated":{"type":"string"},"currency":{"type":"string"},"purchase_id":{"type":"number"},"amount_cents":{"type":"number"},"reconciliation_id":{"type":"number"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=prod,additionalProperties={}],syncMode=incremental,cursorField=[updated],destinationSyncMode=append_dedup,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@481843ab[stream=io.airbyte.protocol.models.AirbyteStream@5e3f970c[name=share,jsonSchema={"type":"object","properties":{"id":{"type":"number"},"uid":{"type":"string"},"state":{"type":"string"},"bearer":{"type":"string"},"created":{"type":"string"},"updated":{"type":"string"},"currency":{"type":"string"},"account_id":{"type":"number"},"share_type":{"type":"number"},"front_state":{"type":"string"},"purchase_id":{"type":"number"},"amount_cents":{"type":"number"},"decline_code":{"type":"string"},"moto_enabled":{"type":"boolean"},"closed_by_dca":{"type":"boolean"},"psp_source_id":{"type":"number"},"charge_updated":{"type":"string"},"apply_penalties":{"type":"boolean"},"bank_card_error":{"type":"string"},"buyback_enabled":{"type":"boolean"},"expiration_date":{"type":"string"},"psp_charge_data":{"type":"string"},"fees_amount_cents":{"type":"number"},"expecting_transfer":{"type":"boolean"},"psp_charge_psp_uid":{"type":"string"},"psp_capture_psp_uid":{"type":"string"},"penalties_applicable":{"type":"boolean"},"refunded_amount_cents":{"type":"number"},"reminder_sending_date":{"type":"string"},"charge_retries_counter":{"type":"number"},"penalties_amount_cents":{"type":"number"},"adjustment_amount_cents":{"type":"number"},"initial_expiration_date":{"type":"string"},"double_payment_in_stripe":{"type":"boolean"},"not_charged_amount_cents":{"type":"number"},"overdue_warnings_counter":{"type":"number"},"preauth_cancellation_date":{"type":"string"},"refunded_fees_amount_cents":{"type":"number"},"refunded_lost_amount_cents":{"type":"number"},"overdue_warning_sending_date":{"type":"string"},"not_charged_fees_amount_cents":{"type":"number"},"not_charged_lost_amount_cents":{"type":"number"},"refunded_lost_fees_amount_cents":{"type":"number"},"refunded_penalties_amount_cents":{"type":"number"},"not_charged_lost_fees_amount_cents":{"type":"number"},"not_charged_penalties_amount_cents":{"type":"number"},"refunded_lost_penalties_amount_cents":{"type":"number"},"not_charged_lost_penalties_amount_cents":{"type":"number"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=prod,additionalProperties={}],syncMode=incremental,cursorField=[updated],destinationSyncMode=append_dedup,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@c8be64f[stream=io.airbyte.protocol.models.AirbyteStream@772e709[name=transfer,jsonSchema={"type":"object","properties":{"id":{"type":"number"},"uid":{"type":"string"},"date":{"type":"string"},"orphan":{"type":"boolean"},"created":{"type":"string"},"updated":{"type":"string"},"imported":{"type":"boolean"},"provider":{"type":"string"},"bank_code":{"type":"string"},"description":{"type":"string"},"amount_cents":{"type":"number"},"account_number":{"type":"string"},"reconciliation_id":{"type":"number"},"provider_reference":{"type":"string"},"statement_descriptor":{"type":"string"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=prod,additionalProperties={}],syncMode=incremental,cursorField=[updated],destinationSyncMode=append_dedup,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@d7de957[stream=io.airbyte.protocol.models.AirbyteStream@2f588803[name=transfer_order,jsonSchema={"type":"object","properties":{"id":{"type":"number"},"uid":{"type":"string"},"state":{"type":"string"},"s3_url":{"type":"string"},"created":{"type":"string"},"sent_at":{"type":"string"},"updated":{"type":"string"},"meta_data":{"type":"string"},"amount_cents":{"type":"number"},"reconciliation_id":{"type":"number"},"statement_descriptor":{"type":"string"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=prod,additionalProperties={}],syncMode=incremental,cursorField=[updated],destinationSyncMode=append_dedup,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@7c32aa39[stream=io.airbyte.protocol.models.AirbyteStream@6c685019[name=transfer_order_item,jsonSchema={"type":"object","properties":{"id":{"type":"number"},"uid":{"type":"string"},"created":{"type":"string"},"updated":{"type":"string"},"payout_id":{"type":"number"},"purchase_id":{"type":"number"},"amount_cents":{"type":"number"},"debit_order_id":{"type":"number"},"transfer_order_id":{"type":"number"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=prod,additionalProperties={}],syncMode=incremental,cursorField=[updated],destinationSyncMode=append_dedup,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@e3d2b92[stream=io.airbyte.protocol.models.AirbyteStream@65ceb2c6[name=virtual_card,jsonSchema={"type":"object","properties":{"id":{"type":"number"},"cvc":{"type":"string"},"uid":{"type":"string"},"state":{"type":"string"},"blocked":{"type":"boolean"},"created":{"type":"string"},"updated":{"type":"string"},"currency":{"type":"string"},"card_number":{"type":"string"},"is_consumer":{"type":"boolean"},"last_report":{"type":"string"},"purchase_id":{"type":"number"},"amount_cents":{"type":"number"},"polling_state":{"type":"string"},"vcp_reference":{"type":"string"},"payment_method":{"type":"string"},"expiration_date":{"type":"string"},"funds_recovered":{"type":"boolean"},"psp_connector_result":{"type":"string"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=prod,additionalProperties={}],syncMode=incremental,cursorField=[updated],destinationSyncMode=append_dedup,primaryKey=[[id]],additionalProperties={}]],additionalProperties={}]] 2022-05-12 07:12:17 INFO i.a.c.p.ConfigRepository(updateConnectionState):545 - Updating connection a9e31172-b0cc-4fca-9197-bf3a11571733 state: io.airbyte.config.State@45840044[state={"cdc":false,"streams":[{"stream_name":"account","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T06:59:59.322496Z"},{"stream_name":"agir_mandate","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-07-27T07:49:16.296492Z"},{"stream_name":"bi_data","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T22:22:36.987828Z"},{"stream_name":"company","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-10T15:57:27.405572Z"},{"stream_name":"invoice","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T10:46:03.905894Z"},{"stream_name":"merchant","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:45:41.140098Z"},{"stream_name":"modification","stream_namespace":"public","cursor_field":["created"],"cursor":"2022-05-12T07:01:16.022519Z"},{"stream_name":"payment_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-11T13:08:31.772532Z"},{"stream_name":"payment_flow","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-03T14:41:29.403033Z"},{"stream_name":"psp_interface","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-02-24T14:32:40.501118Z"},{"stream_name":"psp_source","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:43.643369Z"},{"stream_name":"purchase","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:05:52.691155Z"},{"stream_name":"reconciliation","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T04:19:18.310052Z"},{"stream_name":"refund_by_transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2021-12-13T09:04:42.988895Z"},{"stream_name":"share","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:09:25.740917Z"},{"stream_name":"transfer","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:03.029316Z"},{"stream_name":"transfer_order","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T05:01:15.603413Z"},{"stream_name":"transfer_order_item","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:02:19.767183Z"},{"stream_name":"virtual_card","stream_namespace":"public","cursor_field":["updated"],"cursor":"2022-05-12T07:11:28.168922Z"}]}] 2022-05-12 07:12:17 INFO i.a.w.t.TemporalAttemptExecution(get):118 - Docker volume job log path: /tmp/workspace/24695/2/logs.log 2022-05-12 07:12:17 INFO i.a.w.t.TemporalAttemptExecution(get):123 - Executing worker wrapper. Airbyte version: version not set 2022-05-12 07:12:17 WARN i.a.d.Databases(createPostgresDatabaseWithRetryTimeout):65 - Waiting for database to become available... 2022-05-12 07:12:17 INFO i.a.d.i.j.JobsDatabaseInstance(lambda$static$2):25 - Testing if jobs database is ready... 2022-05-12 07:12:17 INFO i.a.d.Databases(createPostgresDatabaseWithRetryTimeout):90 - Database available! 2022-05-12 07:12:17 INFO i.a.d.Databases(createPostgresDatabaseWithRetry):48 - Database available! 2022-05-12 07:12:17 INFO i.a.w.DefaultNormalizationWorker(run):46 - Running normalization. 2022-05-12 07:12:17 INFO i.a.w.n.DefaultNormalizationRunner(runProcess):122 - Running with normalization version: airbyte/normalization:0.1.63 2022-05-12 07:12:17 INFO i.a.c.i.LineGobbler(voidCall):82 - Checking if airbyte/normalization:0.1.63 exists... 2022-05-12 07:12:17 INFO i.a.c.i.LineGobbler(voidCall):82 - airbyte/normalization:0.1.63 was found locally. 2022-05-12 07:12:17 INFO i.a.w.p.DockerProcessFactory(create):171 - Preparing command: docker run --rm --init -i -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -w /data/24695/2/normalize --network host --log-driver none airbyte/normalization:0.1.63 run --integration-type bigquery --config destination_config.json --catalog destination_catalog.json 2022-05-12 07:12:18 normalization > Running: transform-config --config destination_config.json --integration-type bigquery --out /data/24695/2/normalize 2022-05-12 07:12:18 normalization > Namespace(config='destination_config.json', integration_type=, out='/data/24695/2/normalize') 2022-05-12 07:12:18 normalization > transform_bigquery 2022-05-12 07:12:18 normalization > Running: transform-catalog --integration-type bigquery --profile-config-dir /data/24695/2/normalize --catalog destination_catalog.json --out /data/24695/2/normalize/models/generated/ --json-column _airbyte_data 2022-05-12 07:12:19 normalization > Processing destination_catalog.json... 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/account_ab1.sql from account 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/account_ab2.sql from account 2022-05-12 07:12:19 normalization > Generating airbyte_views/prod/account_stg.sql from account 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/scd/prod/account_scd.sql from account 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/prod/account.sql from account 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/agir_mandate_ab1.sql from agir_mandate 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/agir_mandate_ab2.sql from agir_mandate 2022-05-12 07:12:19 normalization > Generating airbyte_views/prod/agir_mandate_stg.sql from agir_mandate 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/scd/prod/agir_mandate_scd.sql from agir_mandate 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/prod/agir_mandate.sql from agir_mandate 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/bi_data_ab1.sql from bi_data 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/bi_data_ab2.sql from bi_data 2022-05-12 07:12:19 normalization > Generating airbyte_views/prod/bi_data_stg.sql from bi_data 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/scd/prod/bi_data_scd.sql from bi_data 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/prod/bi_data.sql from bi_data 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/company_ab1.sql from company 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/company_ab2.sql from company 2022-05-12 07:12:19 normalization > Generating airbyte_views/prod/company_stg.sql from company 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/scd/prod/company_scd.sql from company 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/prod/company.sql from company 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/invoice_ab1.sql from invoice 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/invoice_ab2.sql from invoice 2022-05-12 07:12:19 normalization > Generating airbyte_views/prod/invoice_stg.sql from invoice 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/scd/prod/invoice_scd.sql from invoice 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/prod/invoice.sql from invoice 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/merchant_ab1.sql from merchant 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/merchant_ab2.sql from merchant 2022-05-12 07:12:19 normalization > Generating airbyte_views/prod/merchant_stg.sql from merchant 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/scd/prod/merchant_scd.sql from merchant 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/prod/merchant.sql from merchant 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/modification_ab1.sql from modification 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/modification_ab2.sql from modification 2022-05-12 07:12:19 normalization > Generating airbyte_views/prod/modification_stg.sql from modification 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/scd/prod/modification_scd.sql from modification 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/prod/modification.sql from modification 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/payment_by_transfer_ab1.sql from payment_by_transfer 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/payment_by_transfer_ab2.sql from payment_by_transfer 2022-05-12 07:12:19 normalization > Generating airbyte_views/prod/payment_by_transfer_stg.sql from payment_by_transfer 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/scd/prod/payment_by_transfer_scd.sql from payment_by_transfer 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/prod/payment_by_transfer.sql from payment_by_transfer 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/payment_flow_ab1.sql from payment_flow 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/payment_flow_ab2.sql from payment_flow 2022-05-12 07:12:19 normalization > Generating airbyte_views/prod/payment_flow_stg.sql from payment_flow 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/scd/prod/payment_flow_scd.sql from payment_flow 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/prod/payment_flow.sql from payment_flow 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/psp_interface_ab1.sql from psp_interface 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/psp_interface_ab2.sql from psp_interface 2022-05-12 07:12:19 normalization > Generating airbyte_views/prod/psp_interface_stg.sql from psp_interface 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/scd/prod/psp_interface_scd.sql from psp_interface 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/prod/psp_interface.sql from psp_interface 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/psp_source_ab1.sql from psp_source 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/psp_source_ab2.sql from psp_source 2022-05-12 07:12:19 normalization > Generating airbyte_views/prod/psp_source_stg.sql from psp_source 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/scd/prod/psp_source_scd.sql from psp_source 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/prod/psp_source.sql from psp_source 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/purchase_ab1.sql from purchase 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/purchase_ab2.sql from purchase 2022-05-12 07:12:19 normalization > Generating airbyte_views/prod/purchase_stg.sql from purchase 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/scd/prod/purchase_scd.sql from purchase 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/prod/purchase.sql from purchase 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/reconciliation_ab1.sql from reconciliation 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/reconciliation_ab2.sql from reconciliation 2022-05-12 07:12:19 normalization > Generating airbyte_views/prod/reconciliation_stg.sql from reconciliation 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/scd/prod/reconciliation_scd.sql from reconciliation 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/prod/reconciliation.sql from reconciliation 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/refund_by_transfer_ab1.sql from refund_by_transfer 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/refund_by_transfer_ab2.sql from refund_by_transfer 2022-05-12 07:12:19 normalization > Generating airbyte_views/prod/refund_by_transfer_stg.sql from refund_by_transfer 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/scd/prod/refund_by_transfer_scd.sql from refund_by_transfer 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/prod/refund_by_transfer.sql from refund_by_transfer 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/share_ab1.sql from share 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/share_ab2.sql from share 2022-05-12 07:12:19 normalization > Generating airbyte_views/prod/share_stg.sql from share 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/scd/prod/share_scd.sql from share 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/prod/share.sql from share 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/transfer_ab1.sql from transfer 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/transfer_ab2.sql from transfer 2022-05-12 07:12:19 normalization > Generating airbyte_views/prod/transfer_stg.sql from transfer 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/scd/prod/transfer_scd.sql from transfer 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/prod/transfer.sql from transfer 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/transfer_order_ab1.sql from transfer_order 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/transfer_order_ab2.sql from transfer_order 2022-05-12 07:12:19 normalization > Generating airbyte_views/prod/transfer_order_stg.sql from transfer_order 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/scd/prod/transfer_order_scd.sql from transfer_order 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/prod/transfer_order.sql from transfer_order 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/transfer_order_item_ab1.sql from transfer_order_item 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/transfer_order_item_ab2.sql from transfer_order_item 2022-05-12 07:12:19 normalization > Generating airbyte_views/prod/transfer_order_item_stg.sql from transfer_order_item 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/scd/prod/transfer_order_item_scd.sql from transfer_order_item 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/prod/transfer_order_item.sql from transfer_order_item 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/virtual_card_ab1.sql from virtual_card 2022-05-12 07:12:19 normalization > Generating airbyte_ctes/prod/virtual_card_ab2.sql from virtual_card 2022-05-12 07:12:19 normalization > Generating airbyte_views/prod/virtual_card_stg.sql from virtual_card 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/scd/prod/virtual_card_scd.sql from virtual_card 2022-05-12 07:12:19 normalization > Generating airbyte_incremental/prod/virtual_card.sql from virtual_card 2022-05-12 07:12:19 normalization > detected no config file for ssh, assuming ssh is off. 2022-05-12 07:12:21 normalization > Running with dbt=0.21.1 2022-05-12 07:12:21 normalization > Unable to do partial parsing because ../build/partial_parse.msgpack not found 2022-05-12 07:12:25 normalization > [WARNING]: Configuration paths exist in your dbt_project.yml file which do not apply to any resources. 2022-05-12 07:12:25 normalization > There are 1 unused configuration paths: 2022-05-12 07:12:25 normalization > - models.airbyte_utils.generated.airbyte_tables 2022-05-12 07:12:25 normalization > 2022-05-12 07:12:25 normalization > Found 95 models, 0 tests, 0 snapshots, 0 analyses, 516 macros, 0 operations, 0 seed files, 19 sources, 0 exposures 2022-05-12 07:12:25 normalization > 2022-05-12 07:12:26 normalization > 07:12:26 | Concurrency: 32 threads (target='prod') 2022-05-12 07:12:26 normalization > 07:12:26 | 2022-05-12 07:12:27 normalization > 07:12:27 | 1 of 57 START view model _airbyte_prod.agir_mandate_stg...................................................... [RUN] 2022-05-12 07:12:27 normalization > 07:12:27 | 3 of 57 START view model _airbyte_prod.payment_flow_stg...................................................... [RUN] 2022-05-12 07:12:27 normalization > 07:12:27 | 2 of 57 START view model _airbyte_prod.company_stg........................................................... [RUN] 2022-05-12 07:12:27 normalization > 07:12:27 | 4 of 57 START view model _airbyte_prod.bi_data_stg........................................................... [RUN] 2022-05-12 07:12:27 normalization > 07:12:27 | 5 of 57 START view model _airbyte_prod.refund_by_transfer_stg................................................ [RUN] 2022-05-12 07:12:27 normalization > 07:12:27 | 6 of 57 START view model _airbyte_prod.transfer_order_stg.................................................... [RUN] 2022-05-12 07:12:27 normalization > 07:12:27 | 9 of 57 START view model _airbyte_prod.invoice_stg........................................................... [RUN] 2022-05-12 07:12:27 normalization > 07:12:27 | 7 of 57 START view model _airbyte_prod.transfer_order_item_stg............................................... [RUN] 2022-05-12 07:12:27 normalization > 07:12:27 | 11 of 57 START view model _airbyte_prod.modification_stg..................................................... [RUN] 2022-05-12 07:12:27 normalization > 07:12:27 | 12 of 57 START view model _airbyte_prod.psp_interface_stg.................................................... [RUN] 2022-05-12 07:12:27 normalization > 07:12:27 | 13 of 57 START view model _airbyte_prod.psp_source_stg....................................................... [RUN] 2022-05-12 07:12:27 normalization > 07:12:27 | 8 of 57 START view model _airbyte_prod.merchant_stg.......................................................... [RUN] 2022-05-12 07:12:27 normalization > 07:12:27 | 10 of 57 START view model _airbyte_prod.payment_by_transfer_stg.............................................. [RUN] 2022-05-12 07:12:28 normalization > 07:12:27 | 14 of 57 START view model _airbyte_prod.purchase_stg......................................................... [RUN] 2022-05-12 07:12:28 normalization > 07:12:27 | 15 of 57 START view model _airbyte_prod.account_stg.......................................................... [RUN] 2022-05-12 07:12:28 normalization > 07:12:27 | 16 of 57 START view model _airbyte_prod.virtual_card_stg..................................................... [RUN] 2022-05-12 07:12:28 normalization > 07:12:28 | 17 of 57 START view model _airbyte_prod.reconciliation_stg................................................... [RUN] 2022-05-12 07:12:28 normalization > 07:12:28 | 18 of 57 START view model _airbyte_prod.transfer_stg......................................................... [RUN] 2022-05-12 07:12:28 normalization > 07:12:28 | 19 of 57 START view model _airbyte_prod.share_stg............................................................ [RUN] 2022-05-12 07:12:29 normalization > 07:12:29 | 12 of 57 OK created view model _airbyte_prod.psp_interface_stg............................................... [OK in 1.58s] 2022-05-12 07:12:29 normalization > 07:12:29 | 1 of 57 OK created view model _airbyte_prod.agir_mandate_stg................................................. [OK in 1.74s] 2022-05-12 07:12:29 normalization > 07:12:29 | 20 of 57 START incremental model prod.psp_interface_scd...................................................... [RUN] 2022-05-12 07:12:29 normalization > 07:12:29 | 21 of 57 START incremental model prod.agir_mandate_scd....................................................... [RUN] 2022-05-12 07:12:29 normalization > 07:12:29 | 3 of 57 OK created view model _airbyte_prod.payment_flow_stg................................................. [OK in 1.98s] 2022-05-12 07:12:29 normalization > 07:12:29 | 22 of 57 START incremental model prod.payment_flow_scd....................................................... [RUN] 2022-05-12 07:12:29 normalization > 07:12:29 | 4 of 57 OK created view model _airbyte_prod.bi_data_stg...................................................... [OK in 2.13s] 2022-05-12 07:12:29 normalization > 07:12:29 | 23 of 57 START incremental model prod.bi_data_scd............................................................ [RUN] 2022-05-12 07:12:29 normalization > 07:12:29 | 15 of 57 OK created view model _airbyte_prod.account_stg..................................................... [OK in 1.88s] 2022-05-12 07:12:29 normalization > 07:12:29 | 6 of 57 OK created view model _airbyte_prod.transfer_order_stg............................................... [OK in 2.17s] 2022-05-12 07:12:29 normalization > 07:12:29 | 7 of 57 OK created view model _airbyte_prod.transfer_order_item_stg.......................................... [OK in 2.12s] 2022-05-12 07:12:29 normalization > 07:12:29 | 24 of 57 START incremental model prod.account_scd............................................................ [RUN] 2022-05-12 07:12:29 normalization > 07:12:29 | 25 of 57 START incremental model prod.transfer_order_scd..................................................... [RUN] 2022-05-12 07:12:29 normalization > 07:12:29 | 2 of 57 OK created view model _airbyte_prod.company_stg...................................................... [OK in 2.22s] 2022-05-12 07:12:29 normalization > 07:12:29 | 16 of 57 OK created view model _airbyte_prod.virtual_card_stg................................................ [OK in 1.89s] 2022-05-12 07:12:29 normalization > 07:12:29 | 26 of 57 START incremental model prod.transfer_order_item_scd................................................ [RUN] 2022-05-12 07:12:29 normalization > 07:12:29 | 17 of 57 OK created view model _airbyte_prod.reconciliation_stg.............................................. [OK in 1.58s] 2022-05-12 07:12:29 normalization > 07:12:29 | 28 of 57 START incremental model prod.virtual_card_scd....................................................... [RUN] 2022-05-12 07:12:29 normalization > 07:12:29 | 8 of 57 OK created view model _airbyte_prod.merchant_stg..................................................... [OK in 2.09s] 2022-05-12 07:12:29 normalization > 07:12:29 | 27 of 57 START incremental model prod.company_scd............................................................ [RUN] 2022-05-12 07:12:29 normalization > 07:12:29 | 13 of 57 OK created view model _airbyte_prod.psp_source_stg.................................................. [OK in 2.12s] 2022-05-12 07:12:29 normalization > 07:12:29 | 5 of 57 OK created view model _airbyte_prod.refund_by_transfer_stg........................................... [OK in 2.28s] 2022-05-12 07:12:30 normalization > 07:12:29 | 11 of 57 OK created view model _airbyte_prod.modification_stg................................................ [OK in 2.10s] 2022-05-12 07:12:30 normalization > 07:12:29 | 9 of 57 OK created view model _airbyte_prod.invoice_stg...................................................... [OK in 2.25s] 2022-05-12 07:12:30 normalization > 07:12:30 | 29 of 57 START incremental model prod.reconciliation_scd..................................................... [RUN] 2022-05-12 07:12:30 normalization > 07:12:30 | 33 of 57 START incremental model prod.modification_scd....................................................... [RUN] 2022-05-12 07:12:30 normalization > 07:12:30 | 30 of 57 START incremental model prod.merchant_scd........................................................... [RUN] 2022-05-12 07:12:30 normalization > 07:12:30 | 19 of 57 OK created view model _airbyte_prod.share_stg....................................................... [OK in 1.30s] 2022-05-12 07:12:30 normalization > 07:12:30 | 31 of 57 START incremental model prod.psp_source_scd......................................................... [RUN] 2022-05-12 07:12:30 normalization > 07:12:30 | 18 of 57 OK created view model _airbyte_prod.transfer_stg.................................................... [OK in 1.41s] 2022-05-12 07:12:30 normalization > 07:12:30 | 32 of 57 START incremental model prod.refund_by_transfer_scd................................................. [RUN] 2022-05-12 07:12:30 normalization > 07:12:30 | 10 of 57 OK created view model _airbyte_prod.payment_by_transfer_stg......................................... [OK in 2.11s] 2022-05-12 07:12:30 normalization > 07:12:30 | 14 of 57 OK created view model _airbyte_prod.purchase_stg.................................................... [OK in 2.04s] 2022-05-12 07:12:30 normalization > 07:12:30 | 36 of 57 START incremental model prod.transfer_scd........................................................... [RUN] 2022-05-12 07:12:30 normalization > 07:12:30 | 34 of 57 START incremental model prod.invoice_scd............................................................ [RUN] 2022-05-12 07:12:30 normalization > 07:12:30 | 37 of 57 START incremental model prod.payment_by_transfer_scd................................................ [RUN] 2022-05-12 07:12:30 normalization > 07:12:30 | 38 of 57 START incremental model prod.purchase_scd........................................................... [RUN] 2022-05-12 07:12:30 normalization > 07:12:30 | 35 of 57 START incremental model prod.share_scd.............................................................. [RUN] 2022-05-12 07:12:37 normalization > 07:12:37 | 20 of 57 OK created incremental model prod.psp_interface_scd................................................. [MERGE (16.0 rows, 174.8 KB processed) in 7.68s] 2022-05-12 07:12:37 normalization > 07:12:37 | 39 of 57 START incremental model prod.psp_interface.......................................................... [RUN] 2022-05-12 07:12:37 normalization > 07:12:37 | 22 of 57 OK created incremental model prod.payment_flow_scd.................................................. [MERGE (46.0 rows, 267.7 KB processed) in 7.45s] 2022-05-12 07:12:37 normalization > 07:12:37 | 40 of 57 START incremental model prod.payment_flow........................................................... [RUN] 2022-05-12 07:12:37 normalization > 07:12:37 | 34 of 57 OK created incremental model prod.invoice_scd....................................................... [MERGE (1.0 rows, 995.1 KB processed) in 7.30s] 2022-05-12 07:12:37 normalization > 07:12:37 | 41 of 57 START incremental model prod.invoice................................................................ [RUN] 2022-05-12 07:12:37 normalization > 07:12:37 | 27 of 57 OK created incremental model prod.company_scd....................................................... [MERGE (1.0 rows, 277.2 KB processed) in 7.82s] 2022-05-12 07:12:37 normalization > 07:12:37 | 42 of 57 START incremental model prod.company................................................................ [RUN] 2022-05-12 07:12:37 normalization > 07:12:37 | 21 of 57 OK created incremental model prod.agir_mandate_scd.................................................. [MERGE (3.0k rows, 2.3 MB processed) in 8.38s] 2022-05-12 07:12:37 normalization > 07:12:37 | 43 of 57 START incremental model prod.agir_mandate........................................................... [RUN] 2022-05-12 07:12:37 normalization > 07:12:37 | 37 of 57 OK created incremental model prod.payment_by_transfer_scd........................................... [MERGE (1.0 rows, 1.3 MB processed) in 7.72s] 2022-05-12 07:12:37 normalization > 07:12:37 | 44 of 57 START incremental model prod.payment_by_transfer.................................................... [RUN] 2022-05-12 07:12:38 normalization > 07:12:38 | 32 of 57 OK created incremental model prod.refund_by_transfer_scd............................................ [MERGE (3.9k rows, 3.0 MB processed) in 8.02s] 2022-05-12 07:12:38 normalization > 07:12:38 | 45 of 57 START incremental model prod.refund_by_transfer..................................................... [RUN] 2022-05-12 07:12:38 normalization > 07:12:38 | 29 of 57 OK created incremental model prod.reconciliation_scd................................................ [MERGE (1.0 rows, 7.7 MB processed) in 8.23s] 2022-05-12 07:12:38 normalization > 07:12:38 | 46 of 57 START incremental model prod.reconciliation......................................................... [RUN] 2022-05-12 07:12:38 normalization > 07:12:38 | 30 of 57 OK created incremental model prod.merchant_scd...................................................... [MERGE (2.0 rows, 5.1 MB processed) in 8.37s] 2022-05-12 07:12:38 normalization > 07:12:38 | 47 of 57 START incremental model prod.merchant............................................................... [RUN] 2022-05-12 07:12:38 normalization > 07:12:38 | 23 of 57 OK created incremental model prod.bi_data_scd....................................................... [MERGE (2.0 rows, 88.0 MB processed) in 8.68s] 2022-05-12 07:12:38 normalization > 07:12:38 | 48 of 57 START incremental model prod.bi_data................................................................ [RUN] 2022-05-12 07:12:39 normalization > 07:12:39 | 25 of 57 OK created incremental model prod.transfer_order_scd................................................ [MERGE (6.0 rows, 30.2 MB processed) in 9.18s] 2022-05-12 07:12:39 normalization > 07:12:39 | 49 of 57 START incremental model prod.transfer_order......................................................... [RUN] 2022-05-12 07:12:39 normalization > 07:12:39 | 36 of 57 OK created incremental model prod.transfer_scd...................................................... [MERGE (1.0 rows, 13.7 MB processed) in 9.08s] 2022-05-12 07:12:39 normalization > 07:12:39 | 50 of 57 START incremental model prod.transfer............................................................... [RUN] 2022-05-12 07:12:40 normalization > 07:12:40 | 26 of 57 OK created incremental model prod.transfer_order_item_scd........................................... [MERGE (13.0 rows, 32.4 MB processed) in 10.25s] 2022-05-12 07:12:40 normalization > 07:12:40 | 51 of 57 START incremental model prod.transfer_order_item.................................................... [RUN] 2022-05-12 07:12:42 normalization > 07:12:42 | 40 of 57 OK created incremental model prod.payment_flow...................................................... [MERGE (1.0 rows, 1.4 KB processed) in 4.94s] 2022-05-12 07:12:42 normalization > 07:12:42 | 39 of 57 OK created incremental model prod.psp_interface..................................................... [MERGE (2.0 rows, 4.4 KB processed) in 4.98s] 2022-05-12 07:12:42 normalization > 07:12:42 | 41 of 57 OK created incremental model prod.invoice........................................................... [MERGE (1.0 rows, 76.0 KB processed) in 4.92s] 2022-05-12 07:12:42 normalization > 07:12:42 | 42 of 57 OK created incremental model prod.company........................................................... [MERGE (1.0 rows, 16.7 KB processed) in 4.66s] 2022-05-12 07:12:42 normalization > 07:12:42 | 43 of 57 OK created incremental model prod.agir_mandate...................................................... [MERGE (1.0 rows, 51.0 KB processed) in 5.09s] 2022-05-12 07:12:43 normalization > 07:12:43 | 45 of 57 OK created incremental model prod.refund_by_transfer................................................ [MERGE (2.0k rows, 920.5 KB processed) in 5.08s] 2022-05-12 07:12:43 normalization > 07:12:43 | 44 of 57 OK created incremental model prod.payment_by_transfer............................................... [MERGE (1.0 rows, 111.3 KB processed) in 5.31s] 2022-05-12 07:12:43 normalization > 07:12:43 | 47 of 57 OK created incremental model prod.merchant.......................................................... [MERGE (2.0 rows, 87.4 KB processed) in 4.92s] 2022-05-12 07:12:43 normalization > 07:12:43 | 46 of 57 OK created incremental model prod.reconciliation.................................................... [MERGE (1.0 rows, 811.2 KB processed) in 5.30s] 2022-05-12 07:12:44 normalization > 07:12:44 | 49 of 57 OK created incremental model prod.transfer_order.................................................... [MERGE (6.0 rows, 704.9 KB processed) in 4.97s] 2022-05-12 07:12:44 normalization > 07:12:44 | 48 of 57 OK created incremental model prod.bi_data........................................................... [MERGE (2.0 rows, 352.7 KB processed) in 5.87s] 2022-05-12 07:12:44 normalization > 07:12:44 | 50 of 57 OK created incremental model prod.transfer.......................................................... [MERGE (1.0 rows, 981.1 KB processed) in 5.23s] 2022-05-12 07:12:45 normalization > 07:12:45 | 51 of 57 OK created incremental model prod.transfer_order_item............................................... [MERGE (13.0 rows, 2.9 MB processed) in 5.26s] 2022-05-12 07:13:03 normalization > 07:13:03 | 31 of 57 OK created incremental model prod.psp_source_scd.................................................... [MERGE (18.0 rows, 513.7 MB processed) in 33.25s] 2022-05-12 07:13:03 normalization > 07:13:03 | 52 of 57 START incremental model prod.psp_source............................................................. [RUN] 2022-05-12 07:13:06 normalization > 07:13:06 | 38 of 57 OK created incremental model prod.purchase_scd...................................................... [MERGE (38.0 rows, 4.7 GB processed) in 36.53s] 2022-05-12 07:13:06 normalization > 07:13:06 | 53 of 57 START incremental model prod.purchase............................................................... [RUN] 2022-05-12 07:13:11 normalization > 07:13:11 | 52 of 57 OK created incremental model prod.psp_source........................................................ [MERGE (18.0 rows, 28.0 MB processed) in 7.71s] 2022-05-12 07:13:11 normalization > 07:13:11 | 35 of 57 OK created incremental model prod.share_scd......................................................... [MERGE (372.0 rows, 4.9 GB processed) in 41.10s] 2022-05-12 07:13:11 normalization > 07:13:11 | 54 of 57 START incremental model prod.share.................................................................. [RUN] 2022-05-12 07:13:13 normalization > 07:13:13 | 53 of 57 OK created incremental model prod.purchase.......................................................... [MERGE (38.0 rows, 102.5 MB processed) in 7.21s] 2022-05-12 07:13:19 normalization > 07:13:19 | 54 of 57 OK created incremental model prod.share............................................................. [MERGE (372.0 rows, 255.8 MB processed) in 7.90s] 2022-05-12 07:13:35 normalization > 07:13:35 | 24 of 57 OK created incremental model prod.account_scd....................................................... [MERGE (59.0 rows, 911.9 MB processed) in 65.73s] 2022-05-12 07:13:35 normalization > 07:13:35 | 55 of 57 START incremental model prod.account................................................................ [RUN] 2022-05-12 07:13:37 normalization > 07:13:36 | 28 of 57 OK created incremental model prod.virtual_card_scd.................................................. [MERGE (35.0 rows, 984.7 MB processed) in 67.01s] 2022-05-12 07:13:37 normalization > 07:13:36 | 56 of 57 START incremental model prod.virtual_card........................................................... [RUN] 2022-05-12 07:13:44 normalization > 07:13:44 | 33 of 57 OK created incremental model prod.modification_scd.................................................. [MERGE (805.0 rows, 10.8 GB processed) in 73.96s] 2022-05-12 07:13:44 normalization > 07:13:44 | 57 of 57 START incremental model prod.modification........................................................... [RUN] 2022-05-12 07:13:47 normalization > 07:13:47 | 56 of 57 OK created incremental model prod.virtual_card...................................................... [MERGE (35.0 rows, 15.3 MB processed) in 10.96s] 2022-05-12 07:13:48 normalization > 07:13:48 | 55 of 57 OK created incremental model prod.account........................................................... [MERGE (59.0 rows, 45.5 MB processed) in 12.87s] 2022-05-12 07:13:55 normalization > 07:13:55 | 57 of 57 OK created incremental model prod.modification...................................................... [MERGE (805.0 rows, 1.0 GB processed) in 11.17s] 2022-05-12 07:13:55 normalization > 07:13:55 | 2022-05-12 07:13:55 normalization > 07:13:55 | Finished running 19 view models, 38 incremental models in 90.04s. 2022-05-12 07:13:55 normalization > 2022-05-12 07:13:55 normalization > Completed successfully 2022-05-12 07:13:55 normalization > 2022-05-12 07:13:55 normalization > Done. PASS=57 WARN=0 ERROR=0 SKIP=0 TOTAL=57 2022-05-12 07:13:55 INFO i.a.w.DefaultNormalizationWorker(run):69 - Normalization executed in 1 minute 38 seconds. 2022-05-12 07:13:55 INFO i.a.w.t.TemporalAttemptExecution(get):144 - Stopping cancellation check scheduling... 2022-05-12 07:13:55 INFO i.a.w.t.TemporalAttemptExecution(get):118 - Docker volume job log path: /tmp/workspace/24695/2/logs.log 2022-05-12 07:13:55 INFO i.a.w.t.TemporalAttemptExecution(get):123 - Executing worker wrapper. Airbyte version: version not set 2022-05-12 07:13:55 WARN i.a.d.Databases(createPostgresDatabaseWithRetryTimeout):65 - Waiting for database to become available... 2022-05-12 07:13:55 INFO i.a.d.i.j.JobsDatabaseInstance(lambda$static$2):25 - Testing if jobs database is ready... 2022-05-12 07:13:55 INFO i.a.d.Databases(createPostgresDatabaseWithRetryTimeout):90 - Database available! 2022-05-12 07:13:55 INFO i.a.d.Databases(createPostgresDatabaseWithRetry):48 - Database available! 2022-05-12 07:13:55 INFO i.a.w.DbtTransformationWorker(run):44 - Running dbt transformation. 2022-05-12 07:13:55 INFO i.a.w.n.DefaultNormalizationRunner(runProcess):122 - Running with normalization version: airbyte/normalization:0.1.63 2022-05-12 07:13:55 INFO i.a.c.i.LineGobbler(voidCall):82 - Checking if airbyte/normalization:0.1.63 exists... 2022-05-12 07:13:55 INFO i.a.c.i.LineGobbler(voidCall):82 - airbyte/normalization:0.1.63 was found locally. 2022-05-12 07:13:55 INFO i.a.w.p.DockerProcessFactory(create):171 - Preparing command: docker run --rm --init -i -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -w /data/24695/2/transform --network host --log-driver none airbyte/normalization:0.1.63 configure-dbt --integration-type bigquery --config destination_config.json --git-repo https://AnatolePledg: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@github.com/pledgcorporate/data-dbt.git 2022-05-12 07:13:56 normalization > Running: git clone --depth 5 --single-branch $GIT_REPO git_repo 2022-05-12 07:13:56 normalization > Cloning into 'git_repo'... 2022-05-12 07:13:56 normalization > Last 5 commits in git_repo: 2022-05-12 07:13:56 normalization > 3c5bcff Added account links 2022-05-12 07:13:56 normalization > ddb9ac7 Updated pipedrive deal fields 2022-05-12 07:13:56 normalization > ed0d806 Creating CREDERE daily merchant metrics 2022-05-12 07:13:56 normalization > b6be1e9 Changed website pipedrive field 2022-05-12 07:13:56 normalization > e995b7f Added Organization Description 2022-05-12 07:13:56 normalization > /data/24695/2/transform 2022-05-12 07:13:56 normalization > Running: transform-config --config destination_config.json --integration-type bigquery --out /data/24695/2/transform 2022-05-12 07:13:57 normalization > Namespace(config='destination_config.json', integration_type=, out='/data/24695/2/transform') 2022-05-12 07:13:57 normalization > transform_bigquery 2022-05-12 07:13:57 INFO i.a.c.i.LineGobbler(voidCall):82 - Checking if fishtownanalytics/dbt:0.19.1 exists... 2022-05-12 07:13:57 INFO i.a.c.i.LineGobbler(voidCall):82 - fishtownanalytics/dbt:0.19.1 was found locally. 2022-05-12 07:13:57 INFO i.a.w.p.DockerProcessFactory(create):171 - Preparing command: docker run --rm --init -i -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -w /data/24695/2/transform --network host --log-driver none --entrypoint /bin/bash fishtownanalytics/dbt:0.19.1 entrypoint.sh run --project-dir prodbigquery 2022-05-12 07:13:57 dbt > Running from /data/24695/2/transform/git_repo 2022-05-12 07:13:57 dbt > detected no config file for ssh, assuming ssh is off. 2022-05-12 07:13:57 dbt > Running: dbt run --project-dir prodbigquery --profiles-dir=/data/24695/2/transform 2022-05-12 07:13:59 dbt > Running with dbt=0.19.1 2022-05-12 07:14:00 dbt > Found 13 models, 0 tests, 0 snapshots, 0 analyses, 157 macros, 0 operations, 0 seed files, 0 sources, 0 exposures 2022-05-12 07:14:00 dbt > 2022-05-12 07:14:00 dbt > 07:14:00 | Concurrency: 32 threads (target='prod') 2022-05-12 07:14:00 dbt > 07:14:00 | 2022-05-12 07:14:00 dbt > 07:14:00 | 2 of 13 START table model prod.daily_origination_merchant_metrics............................................ [RUN] 2022-05-12 07:14:00 dbt > 07:14:00 | 4 of 13 START table model prod.daily_paid_penalties.......................................................... [RUN] 2022-05-12 07:14:00 dbt > 07:14:00 | 1 of 13 START table model prod.daily_cash.................................................................... [RUN] 2022-05-12 07:14:00 dbt > 07:14:00 | 6 of 13 START table model prod.account_links_device_fingerprint.............................................. [RUN] 2022-05-12 07:14:00 dbt > 07:14:00 | 5 of 13 START table model prod.account_links_card_fingerprint................................................ [RUN] 2022-05-12 07:14:00 dbt > 07:14:00 | 3 of 13 START table model prod.daily_overdue................................................................. [RUN] 2022-05-12 07:14:00 dbt > 07:14:00 | 8 of 13 START table model prod.account_links_phone_number.................................................... [RUN] 2022-05-12 07:14:00 dbt > 07:14:00 | 10 of 13 START table model prod.latest_refresh............................................................... [RUN] 2022-05-12 07:14:00 dbt > 07:14:00 | 7 of 13 START table model prod.account_links_email........................................................... [RUN] 2022-05-12 07:14:00 dbt > 07:14:00 | 9 of 13 START table model prod.company_data.................................................................. [RUN] 2022-05-12 07:14:00 dbt > 07:14:00 | 11 of 13 START table model prod.share_paid_date.............................................................. [RUN] 2022-05-12 07:14:02 dbt > 07:14:02 | 10 of 13 OK created table model prod.latest_refresh.......................................................... [CREATE TABLE (1.0 rows, 0.0 Bytes processed) in 1.96s] 2022-05-12 07:14:03 dbt > 07:14:03 | 9 of 13 OK created table model prod.company_data............................................................. [CREATE TABLE (2.4k rows, 1007.5 KB processed) in 2.55s] 2022-05-12 07:14:05 dbt > 07:14:05 | 4 of 13 OK created table model prod.daily_paid_penalties..................................................... [CREATE TABLE (9.3k rows, 2.5 GB processed) in 4.08s] 2022-05-12 07:14:05 dbt > 07:14:05 | 5 of 13 OK created table model prod.account_links_card_fingerprint........................................... [CREATE TABLE (25.3k rows, 501.0 MB processed) in 5.03s] 2022-05-12 07:14:07 dbt > 07:14:07 | 7 of 13 OK created table model prod.account_links_email...................................................... [CREATE TABLE (807.3k rows, 99.7 MB processed) in 6.11s] 2022-05-12 07:14:08 dbt > 07:14:08 | 11 of 13 OK created table model prod.share_paid_date......................................................... [CREATE TABLE (1.0m rows, 2.1 GB processed) in 7.14s] 2022-05-12 07:14:08 dbt > 07:14:08 | 6 of 13 OK created table model prod.account_links_device_fingerprint......................................... [CREATE TABLE (708.0 rows, 1.5 GB processed) in 7.35s] 2022-05-12 07:14:08 dbt > 07:14:08 | 8 of 13 OK created table model prod.account_links_phone_number............................................... [CREATE TABLE (830.2k rows, 83.8 MB processed) in 7.61s] 2022-05-12 07:14:09 dbt > 07:14:09 | 1 of 13 OK created table model prod.daily_cash............................................................... [CREATE TABLE (515.6k rows, 2.8 GB processed) in 8.15s] 2022-05-12 07:14:18 dbt > 07:14:18 | 3 of 13 OK created table model prod.daily_overdue............................................................ [CREATE TABLE (1.7m rows, 1.5 GB processed) in 17.79s] 2022-05-12 07:14:21 dbt > 07:14:21 | 2 of 13 OK created table model prod.daily_origination_merchant_metrics....................................... [CREATE TABLE (56.4k rows, 9.3 GB processed) in 20.33s] 2022-05-12 07:14:21 dbt > 07:14:21 | 12 of 13 START table model prod.credere_daily_merchant_metrics............................................... [RUN] 2022-05-12 07:14:21 dbt > 07:14:21 | 13 of 13 START table model prod.daily_merchant_metrics....................................................... [RUN] 2022-05-12 07:14:24 dbt > 07:14:24 | 12 of 13 OK created table model prod.credere_daily_merchant_metrics.......................................... [CREATE TABLE (2.4k rows, 316.7 MB processed) in 3.33s] 2022-05-12 07:14:28 dbt > 07:14:28 | 13 of 13 OK created table model prod.daily_merchant_metrics.................................................. [CREATE TABLE (479.2k rows, 316.7 MB processed) in 7.45s] 2022-05-12 07:14:28 dbt > 07:14:28 | 2022-05-12 07:14:28 dbt > 07:14:28 | Finished running 13 table models in 28.32s. 2022-05-12 07:14:28 dbt > 2022-05-12 07:14:28 dbt > Completed successfully 2022-05-12 07:14:28 dbt > 2022-05-12 07:14:28 dbt > Done. PASS=13 WARN=0 ERROR=0 SKIP=0 TOTAL=13 2022-05-12 07:14:29 INFO i.a.w.DbtTransformationWorker(run):64 - Dbt Transformation executed in 0. 2022-05-12 07:14:29 INFO i.a.w.t.TemporalAttemptExecution(get):144 - Stopping cancellation check scheduling...