Skip to content

Instantly share code, notes, and snippets.

@drewfustin
Created March 15, 2022 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drewfustin/9146fc29aaeb66515fd4009450e89bdf to your computer and use it in GitHub Desktop.
Save drewfustin/9146fc29aaeb66515fd4009450e89bdf to your computer and use it in GitHub Desktop.
Airbyte logs resulting in missing records after replicating shortened_urls from Heroku Postgres to Redshift
2022-03-15 13:29:15 INFO i.a.w.w.WorkerRun(call):49 - Executing worker wrapper. Airbyte version: 0.35.54-alpha
2022-03-15 13:29:15 INFO i.a.w.t.TemporalAttemptExecution(get):105 - Docker volume job log path: /tmp/workspace/28/0/logs.log
2022-03-15 13:29:15 INFO i.a.w.t.TemporalAttemptExecution(get):110 - Executing worker wrapper. Airbyte version: 0.35.54-alpha
2022-03-15 13:29:15 INFO i.a.w.DefaultReplicationWorker(run):104 - start sync worker. job id: 28 attempt id: 0
2022-03-15 13:29:15 INFO i.a.w.DefaultReplicationWorker(run):116 - configured sync modes: {public.shortened_urls=full_refresh - append}
2022-03-15 13:29:15 INFO i.a.w.p.a.DefaultAirbyteDestination(start):69 - Running destination...
2022-03-15 13:29:15 INFO i.a.c.i.LineGobbler(voidCall):82 - Checking if airbyte/destination-redshift:0.3.27 exists...
2022-03-15 13:29:15 INFO i.a.c.i.LineGobbler(voidCall):82 - airbyte/destination-redshift:0.3.27 was found locally.
2022-03-15 13:29:15 INFO i.a.w.p.DockerProcessFactory(create):106 - Creating docker job ID: 28
2022-03-15 13:29:15 INFO i.a.w.p.DockerProcessFactory(create):158 - Preparing command: docker run --rm --init -i -w /data/28/0 --log-driver none --network host -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -e WORKER_JOB_ATTEMPT=0 -e WORKER_CONNECTOR_IMAGE=airbyte/destination-redshift:0.3.27 -e AIRBYTE_ROLE= -e WORKER_ENVIRONMENT=DOCKER -e AIRBYTE_VERSION=0.35.54-alpha -e WORKER_JOB_ID=28 airbyte/destination-redshift:0.3.27 write --config destination_config.json --catalog destination_catalog.json
2022-03-15 13:29:15 INFO i.a.c.i.LineGobbler(voidCall):82 - Checking if airbyte/source-postgres:0.4.9 exists...
2022-03-15 13:29:15 INFO i.a.c.i.LineGobbler(voidCall):82 - airbyte/source-postgres:0.4.9 was found locally.
2022-03-15 13:29:15 INFO i.a.w.p.DockerProcessFactory(create):106 - Creating docker job ID: 28
2022-03-15 13:29:15 INFO i.a.w.p.DockerProcessFactory(create):158 - Preparing command: docker run --rm --init -i -w /data/28/0 --log-driver none --network host -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -e WORKER_JOB_ATTEMPT=0 -e WORKER_CONNECTOR_IMAGE=airbyte/source-postgres:0.4.9 -e AIRBYTE_ROLE= -e WORKER_ENVIRONMENT=DOCKER -e AIRBYTE_VERSION=0.35.54-alpha -e WORKER_JOB_ID=28 airbyte/source-postgres:0.4.9 read --config source_config.json --catalog source_catalog.json --state input_state.json
2022-03-15 13:29:15 INFO i.a.w.DefaultReplicationWorker(lambda$getDestinationOutputRunnable$6):339 - Destination output thread started.
2022-03-15 13:29:15 INFO i.a.w.DefaultReplicationWorker(run):158 - Waiting for source and destination threads to complete.
2022-03-15 13:29:15 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):279 - Replication thread started.
2022-03-15 13:29:16 destination > SLF4J: Class path contains multiple SLF4J bindings.
2022-03-15 13:29:16 destination > SLF4J: Found binding in [jar:file:/airbyte/lib/log4j-slf4j-impl-2.17.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
2022-03-15 13:29:16 destination > SLF4J: Found binding in [jar:file:/airbyte/lib/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
2022-03-15 13:29:16 destination > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
2022-03-15 13:29:16 source > SLF4J: Class path contains multiple SLF4J bindings.
2022-03-15 13:29:16 source > SLF4J: Found binding in [jar:file:/airbyte/lib/log4j-slf4j-impl-2.17.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
2022-03-15 13:29:16 source > SLF4J: Found binding in [jar:file:/airbyte/lib/slf4j-log4j12-1.7.30.jar!/org/slf4j/impl/StaticLoggerBinder.class]
2022-03-15 13:29:16 source > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
2022-03-15 13:29:17 source > SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
2022-03-15 13:29:17 destination > SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
2022-03-15 13:29:18 destination > 2022-03-15 13:29:18 INFO i.a.i.d.r.RedshiftDestination(main):77 - starting destination: class io.airbyte.integrations.destination.redshift.RedshiftDestination
2022-03-15 13:29:18 source > 2022-03-15 13:29:18 INFO i.a.i.s.p.PostgresSource(main):361 - starting source: class io.airbyte.integrations.source.postgres.PostgresSource
2022-03-15 13:29:19 source > 2022-03-15 13:29:19 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-03-15 13:29:19 source > 2022-03-15 13:29:19 INFO i.a.i.b.IntegrationRunner(run):88 - Sentry transaction event: ab27904db5124a01b9fd7cca9a2630cb
2022-03-15 13:29:19 source > 2022-03-15 13:29:19 INFO i.a.i.b.IntegrationRunner(runInternal):106 - Running integration: io.airbyte.integrations.base.ssh.SshWrappedSource
2022-03-15 13:29:19 source > 2022-03-15 13:29:19 INFO i.a.i.b.IntegrationRunner(runInternal):107 - Command: READ
2022-03-15 13:29:19 source > 2022-03-15 13:29:19 INFO i.a.i.b.IntegrationRunner(runInternal):108 - Integration config: IntegrationConfig{command=READ, configPath='source_config.json', catalogPath='source_catalog.json', statePath='input_state.json'}
2022-03-15 13:29:19 destination > 2022-03-15 13:29:19 INFO i.a.i.b.IntegrationCliParser(parseOptions):118 - integration args: {catalog=destination_catalog.json, write=null, config=destination_config.json}
2022-03-15 13:29:19 destination > 2022-03-15 13:29:19 INFO i.a.i.b.IntegrationRunner(run):88 - Sentry transaction event: 89dfdf8fb28f4bb0846f3bf3d5567e53
2022-03-15 13:29:19 destination > 2022-03-15 13:29:19 INFO i.a.i.b.IntegrationRunner(runInternal):106 - Running integration: io.airbyte.integrations.destination.redshift.RedshiftDestination
2022-03-15 13:29:19 destination > 2022-03-15 13:29:19 INFO i.a.i.b.IntegrationRunner(runInternal):107 - Command: WRITE
2022-03-15 13:29:19 destination > 2022-03-15 13:29:19 INFO i.a.i.b.IntegrationRunner(runInternal):108 - Integration config: IntegrationConfig{command=WRITE, configPath='destination_config.json', catalogPath='destination_catalog.json', statePath='null'}
2022-03-15 13:29:20 source > 2022-03-15 13:29:20 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-03-15 13:29:20 source > 2022-03-15 13:29:20 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-03-15 13:29:20 source > 2022-03-15 13:29:20 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-03-15 13:29:20 source > 2022-03-15 13:29:20 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-03-15 13:29:20 destination > 2022-03-15 13:29:20 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-03-15 13:29:20 destination > 2022-03-15 13:29:20 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-03-15 13:29:20 destination > 2022-03-15 13:29:20 INFO i.a.i.d.j.c.SwitchingDestination(getConsumer):65 - Using destination type: COPY_S3
2022-03-15 13:29:20 source > 2022-03-15 13:29:20 INFO i.a.i.b.s.SshTunnel(getInstance):170 - Starting connection with method: NO_TUNNEL
2022-03-15 13:29:21 destination > 2022-03-15 13:29:21 INFO i.a.i.d.b.BufferedStreamConsumer(startTracked):141 - class io.airbyte.integrations.destination.buffered_stream_consumer.BufferedStreamConsumer started.
2022-03-15 13:29:21 source > 2022-03-15 13:29:21 INFO i.a.i.s.p.PostgresSource(isCdc):253 - using CDC: false
2022-03-15 13:29:21 source > 2022-03-15 13:29:21 INFO i.a.i.s.j.AbstractJdbcSource(lambda$getCheckOperations$1):87 - Attempting to get metadata from the database to see if we can connect.
2022-03-15 13:29:21 source > 2022-03-15 13:29:21 INFO i.a.i.s.r.CdcStateManager(<init>):26 - Initialized CDC state with: null
2022-03-15 13:29:22 source > 2022-03-15 13:29:21 INFO i.a.i.s.r.StateManager(createCursorInfoForStream):118 - No cursor field set in catalog but not present in state. Stream: AirbyteStreamNameNamespacePair{name='shortened_urls', namespace='public'}, New Cursor Field: null. Resetting cursor value
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table invitations column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table invitations column account_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table invitations column user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table invitations column invited_by_user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table invitations column email (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table invitations column encrypted_token (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table invitations column status (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table invitations column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table invitations column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table invitations column role_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table invitations column deleted_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table credits column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table credits column account_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table credits column reservation_line_item_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table credits column used_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table credits column credit_type (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table credits column credit_reason (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table credits column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table credits column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table credits column reservation_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table credits column deleted_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table credits column generated_by_line_item_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shot_templates column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shot_templates column description (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shot_templates column tag_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shot_templates column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shot_templates column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shot_templates column order (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shot_tags column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shot_tags column tag_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shot_tags column shot_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shot_tags column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shot_tags column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table crew_assignments column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table crew_assignments column crew_role (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table crew_assignments column user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table crew_assignments column reservation_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table crew_assignments column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table crew_assignments column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table crew_assignments column note (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table crew_assignments column status (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table crew_assignments column created_by_user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_file_variations column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_file_variations column reservation_file_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_file_variations column variation_type (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_file_variations column processing_method (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_file_variations column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_file_variations column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_packages_reservations column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_packages_reservations column inventory_package_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_packages_reservations column reservation_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_packages_reservations column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_packages_reservations column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_requirements column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_requirements column description (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_requirements column status (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_requirements column created_by_user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_requirements column reservation_line_item_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_requirements column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_requirements column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table active_storage_blobs column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table active_storage_blobs column key (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table active_storage_blobs column filename (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table active_storage_blobs column content_type (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table active_storage_blobs column metadata (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table active_storage_blobs column byte_size (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table active_storage_blobs column checksum (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table active_storage_blobs column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table active_storage_blobs column service_name (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_follow_up_categories column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_follow_up_categories column tag_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_follow_up_categories column tag_category_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_follow_up_categories column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_follow_up_categories column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pack_configuration_tags column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pack_configuration_tags column pack_configuration_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pack_configuration_tags column tag_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pack_configuration_tags column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pack_configuration_tags column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table transfer_package_requirements column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table transfer_package_requirements column account_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table transfer_package_requirements column origin_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table transfer_package_requirements column destination_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table transfer_package_requirements column tracking_number (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table transfer_package_requirements column shipping_provider (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table transfer_package_requirements column status (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table transfer_package_requirements column status_transitions (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table transfer_package_requirements column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table transfer_package_requirements column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table transfer_package_requirements column reservation_number (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table roles column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table roles column name (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table roles column resource_type (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table roles column resource_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table roles column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table roles column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table roles column deleted_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table roles column role_type (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tiers column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tiers column name (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tiers column description (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tiers column product_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tiers column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tiers column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table products column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table products column product_type (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table products column full_studio (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table products column rate (type money[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table products column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table products column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table products column location_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table products column name (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table products column rate_type (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table products column tax_code (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table products column external_sku_id (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table products column shoot_type (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table products column active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table products column description (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table products column included_photos (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table products column included_videos (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table products column level (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shipping_details column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shipping_details column shipping_provider (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shipping_details column tracking_number (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shipping_details column reservation_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shipping_details column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shipping_details column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shipping_details column rate_id (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shipping_details column transaction_id (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shipping_details column shipping_status (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shipping_details column status_details (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shipping_details column status_date (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shipping_details column eta (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shipping_details column label_url (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shipping_details column tracking_url (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shipping_details column customer_address (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shipping_details column parcels (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shipping_details column inbound_shipment_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shipping_details column donated (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shipping_details column stored (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shipping_details column returned (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shipping_details column inventory_package_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shipping_details column shipping_direction (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shipping_details column deleted_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shipping_details column shipment_type (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_photos_words column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_photos_words column quiz_word_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_photos_words column quiz_photo_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_photos_words column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_photos_words column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces_availabilities column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces_availabilities column sunday (type _int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@dc7b462
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces_availabilities column monday (type _int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@dc7b462
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces_availabilities column tuesday (type _int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@dc7b462
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces_availabilities column wednesday (type _int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@dc7b462
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces_availabilities column thursday (type _int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@dc7b462
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces_availabilities column friday (type _int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@dc7b462
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces_availabilities column saturday (type _int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@dc7b462
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces_availabilities column bookable_space_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces_availabilities column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces_availabilities column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_photos column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_photos column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_photos column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_photos column quiz_style_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column start (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column end (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column description (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column payment_due_date (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column reminder_email_job_id (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column asset_folder_name (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column cal_uuid (type uuid[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column included_photos (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column included_videos (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column reservation_type (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column anytime_enabled (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column utm_source (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column utm_medium (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column utm_campaign (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column utm_content (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column name (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column website (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column social_media_tag (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column moodboard (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column referrer (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column shotlist_status (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column industry (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column used_build_it_for_me_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column created_by (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column status (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column account_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column schedule_status (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column schedule_status_transitions (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column reschedulable (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column past_appts (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column override_location_name (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column override_location_address (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column capable_bay_ids (type _int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@dc7b462
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column package_option (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column product_size (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column pack_configuration_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column point_of_contact_user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservations column shot_list_note (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations_users column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations_users column location_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations_users column user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations_users column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations_users column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_line_items column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_line_items column product_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_line_items column quantity (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_line_items column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_line_items column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_line_items column reservation_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_line_items column reservation_file_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_line_items column order_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_line_items column amount_collected (type money[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_packages column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_packages column description (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_packages column status (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_packages column status_transitions (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_packages column height (type numeric[131089]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_packages column length (type numeric[131089]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_packages column width (type numeric[131089]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_packages column weight (type numeric[131089]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_packages column account_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_packages column location_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_packages column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_packages column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_packages column deleted_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_packages column storage_location (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_packages column post_shoot_option (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_packages column required_action (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_packages column post_shoot_option_transitions (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table employee_types_roles column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table employee_types_roles column employee_type_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table employee_types_roles column role_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table employee_types_roles column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table employee_types_roles column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shot_template_tags column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shot_template_tags column tag_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shot_template_tags column shot_template_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table delighted_survey_responses column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table delighted_survey_responses column external_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table delighted_survey_responses column person (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table delighted_survey_responses column survey_type (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table delighted_survey_responses column score (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table delighted_survey_responses column comment (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table delighted_survey_responses column permalink (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table delighted_survey_responses column person_properties (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table delighted_survey_responses column additional_answers (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table delighted_survey_responses column survey_name (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table delighted_survey_responses column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table delighted_survey_responses column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table delighted_survey_responses column reservation_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders_bundles column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders_bundles column bundle_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders_bundles column order_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders_bundles column quantity (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders_bundles column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders_bundles column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table active_storage_attachments column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table active_storage_attachments column name (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table active_storage_attachments column record_type (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table active_storage_attachments column record_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table active_storage_attachments column blob_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table active_storage_attachments column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table active_storage_variant_records column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table active_storage_variant_records column blob_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table active_storage_variant_records column variation_digest (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_profile_tags column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_profile_tags column tag_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_profile_tags column pro_service_profile_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_profile_tags column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_profile_tags column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column name (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column address1 (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column address2 (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column city (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column state (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column zip (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column phone (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column country_code (type varchar[2]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column timezone (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column full_studio_description (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column full_studio_schedule_color (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column email (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column capacity (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column anytime_email (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column distribution_modifier (type float8[17]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column location_type (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column closed_days_of_week (type _int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@dc7b462
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column holidays (type _varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@dc7b462
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column h4a_days_of_week (type _int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@dc7b462
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column h4a_start (type date[13]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column h4a_end (type date[13]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column h4a_user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column location_description (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column short_name (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column google_maps_place_id (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column primary (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column sunday (type _int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@dc7b462
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column monday (type _int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@dc7b462
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column tuesday (type _int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@dc7b462
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column wednesday (type _int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@dc7b462
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column thursday (type _int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@dc7b462
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column friday (type _int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@dc7b462
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table locations column saturday (type _int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@dc7b462
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts column email (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts column name (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts column external_user_id (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts column phone (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts column asset_folder_url (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts column asset_folder_name (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts column username (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts column shoot_role (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts column brand_category (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts column soft_sign_up (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts column slack_id (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts column vip (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts column member (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts column owner_user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts column subscriber_start_date (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts column subscriber_end_date (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts column account_type (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts column profile_data (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts column address (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts column preferred_timezone (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts column referred_by_account_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts column referral_code (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts column saved_default_card (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bundles_products column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bundles_products column bundle_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bundles_products column product_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bundles_products column quantity (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bundles_products column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bundles_products column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table alert_notifications column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table alert_notifications column key (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table alert_notifications column description (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table alert_notifications column period_end (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table alert_notifications column period_start (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table alert_notifications column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table alert_notifications column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table unsupported_tags column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table unsupported_tags column location_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table unsupported_tags column tag_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table capabilities column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table capabilities column title (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table capabilities column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table capabilities column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table capabilities column help_docs_group_id (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pack_configuration_products column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pack_configuration_products column pack_configuration_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pack_configuration_products column product_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pack_configuration_products column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pack_configuration_products column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pack_configuration_products column quantity (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table studio_zones column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table studio_zones column name (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table studio_zones column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table studio_zones column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table discounts column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table discounts column external_discount_id (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table discounts column name (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table discounts column amount_off (type money[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table discounts column percent_off (type numeric[131089]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table discounts column redeem_by (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table discounts column max_redemptions (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table discounts column times_redeemed (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table discounts column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table discounts column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table discounts column deleted_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table collections column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table collections column type (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table collections column user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table collections column title (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table collections column description (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table collections column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table collections column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table collections column deleted_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table collections column options (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table collections column account_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shortened_urls column id (type serial[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shortened_urls column owner_id (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shortened_urls column owner_type (type varchar[20]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shortened_urls column url (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shortened_urls column unique_key (type varchar[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shortened_urls column category (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shortened_urls column use_count (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shortened_urls column expires_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shortened_urls column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shortened_urls column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces column name (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces column description (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces column location_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces column schedule_color (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces column deleted_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces column status (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces column bay_type (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces column default (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces column studio_zone_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces column supported_reservation_types (type _int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@dc7b462
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_words column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_words column title (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_words column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_words column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table ar_internal_metadata column key (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table ar_internal_metadata column value (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table ar_internal_metadata column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table ar_internal_metadata column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table events column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table events column start (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table events column end (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table events column deleted_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table events column type (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table events column user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table events column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table events column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table events column modified_by_user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_requirement_template_tags column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_requirement_template_tags column tag_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_requirement_template_tags column pro_service_requirement_template_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_requirement_template_tags column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_requirement_template_tags column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_requirement_tags column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_requirement_tags column tag_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_requirement_tags column pro_service_requirement_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_requirement_tags column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_requirement_tags column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces_tags column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces_tags column bookable_space_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces_tags column tag_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces_tags column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces_tags column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table subscription_items column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table subscription_items column quantity (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table subscription_items column product_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table subscription_items column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table subscription_items column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table subscriptions column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table subscriptions column account_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table subscriptions column tier_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table subscriptions column external_subscription_id (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table subscriptions column status (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table subscriptions column start_date (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table subscriptions column canceled_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table subscriptions column ended_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table subscriptions column billing_cycle_anchor (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table subscriptions column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table subscriptions column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table subscriptions column current_period_end (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table subscriptions column cancellation_reason (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table subscriptions column cancellation_details (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table subscriptions column created_by_user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table subscriptions column canceled_by_user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pack_configurations column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pack_configurations column name (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pack_configurations column description (type jsonb[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pack_configurations column original_price_description (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pack_configurations column original_price (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pack_configurations column pack_discount (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pack_configurations column pack_price (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pack_configurations column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pack_configurations column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pack_configurations column category (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pack_configurations column max_quantity (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pack_configurations column preview_vimeo_id (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pack_configurations column status (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table notes column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table notes column content (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table notes column subject_type (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table notes column subject_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table notes column created_by (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table notes column deleted_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table notes column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table notes column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shoot_exceptions column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shoot_exceptions column reservation_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shoot_exceptions column reason (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shoot_exceptions column exception_type (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shoot_exceptions column created_by_user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shoot_exceptions column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shoot_exceptions column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shoot_exceptions column note (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users_roles column user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users_roles column role_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users_roles column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bundles column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bundles column name (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bundles column description (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bundles column location_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bundles column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bundles column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table collection_items column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table collection_items column collection_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table collection_items column reservation_file_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table collection_items column added_by_user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table collection_items column order (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table collection_items column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table collection_items column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table collection_items column deleted_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table stripe_invoices column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table stripe_invoices column external_stripe_invoice_id (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table stripe_invoices column amount_due (type money[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table stripe_invoices column amount_remaining (type money[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table stripe_invoices column billing_reason (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table stripe_invoices column collection_method (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table stripe_invoices column stripe_customer_id (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table stripe_invoices column customer_email (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table stripe_invoices column description (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table stripe_invoices column next_payment_attempt (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table stripe_invoices column paid (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table stripe_invoices column period_end (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table stripe_invoices column period_start (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table stripe_invoices column status (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table stripe_invoices column finalized_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table stripe_invoices column marked_uncollectible_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table stripe_invoices column paid_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table stripe_invoices column voided_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table stripe_invoices column amount_paid (type money[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table stripe_invoices column subtotal (type money[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table stripe_invoices column total (type money[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table stripe_invoices column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table stripe_invoices column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shots column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shots column description (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shots column reservation_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shots column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shots column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shots column visible (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shots column created_by_user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shots column status (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shots column order (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_files column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_files column title (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_files column note (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_files column reservation_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_files column edit_status (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_files column media_type (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_files column is_liked (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_files column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_files column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_files column payment_status (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_files column is_uploaded (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_files column visible (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_files column thumbnail_attempts (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_requirement_templates column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_requirement_templates column description (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_requirement_templates column product_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_requirement_templates column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_requirement_templates column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shops column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shops column shopify_domain (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shops column shopify_token (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shops column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shops column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table shops column user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces_reservations column reservation_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces_reservations column bookable_space_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces_reservations column deleted_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table bookable_spaces_reservations column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders column reservation_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders column external_order_id (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders column status (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders column pay_order_job_id (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders column order_type (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders column start (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders column end (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders column payment_provider (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders column amount_collected (type money[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders column amount_returned (type money[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders column date_collected (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders column discount_amount (type money[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders column billing_zip_code (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders column shipping_amount (type money[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders column user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders column memo (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders column created_by_user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders column canceled_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders column canceled_by_user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders column account_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table orders column discount_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table employee_types column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table employee_types column title (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table employee_types column department (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table employee_types column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table employee_types column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_tags column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_tags column reservation_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_tags column tag_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_tags column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table reservation_tags column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table capabilities_roles column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table capabilities_roles column capability_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table capabilities_roles column role_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table capabilities_roles column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table capabilities_roles column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table schema_migrations column version (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_styles column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_styles column title (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_styles column description (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_styles column icon (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_styles column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_styles column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_profiles column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_profiles column user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_profiles column is_active (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_profiles column is_visible (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_profiles column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_profiles column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table pro_service_profiles column name (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_categories column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_categories column title (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_categories column description (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_categories column order (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_categories column select_type (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_categories column skippable (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_categories column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_categories column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_categories column question (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_categories column category_type (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_categories column customizable (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_categories column default (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_categories column previewable (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_categories column create_custom_title (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_categories column create_custom_description (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_categories column uploadable (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_categories column select_limit (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_categories column special_category (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_products column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_products column quantity (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_products column tag_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_products column product_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_products column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tag_products column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_items column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_items column description (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_items column quantity (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_items column inventory_package_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_items column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_items column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table inventory_items column deleted_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column email (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column encrypted_password (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column reset_password_token (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column reset_password_sent_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column remember_created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column sign_in_count (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column current_sign_in_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column last_sign_in_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column current_sign_in_ip (type inet[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column last_sign_in_ip (type inet[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column name (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column external_user_id (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column phone (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column asset_folder_url (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column asset_folder_name (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column username (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column shoot_role (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column brand_category (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column soft_sign_up (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column slack_id (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column vip (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column member (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column accept_text_messages (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column last_active_account_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column user_type (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column employee_type_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column arrived_late_count (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column late_cancel_count (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table users column pro_service_provider_note (type text[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts_users column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts_users column account_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts_users column user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts_users column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts_users column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts_users column role_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts_users column deleted_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts_users column financial_opt_in (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table accounts_users column booking_opt_in (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tags column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tags column title (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tags column description (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tags column order (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tags column tag_category_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tags column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tags column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tags column tag_type (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tags column user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tags column display_rule (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tags column price_description (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tags column account_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tags column sub_title (type varchar[2147483647]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tags column requires_bay_capability (type bool[1]) -> Json type io.airbyte.protocol.models.JsonSchemaType@1bd0b0e5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table tags column subcategory (type int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_styles_words column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_styles_words column quiz_word_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_styles_words column quiz_style_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_styles_words column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_styles_words column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_results column id (type bigserial[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_results column user_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_results column quiz_style_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_results column created_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_results column updated_at (type timestamp[29]) -> Json type io.airbyte.protocol.models.JsonSchemaType@5e2f3be5
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_results column quiz_word_ids (type _int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@dc7b462
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_results column quiz_photo_ids (type _int4[10]) -> Json type io.airbyte.protocol.models.JsonSchemaType@dc7b462
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.j.AbstractJdbcSource(lambda$discoverInternal$5):136 - Table quiz_results column account_id (type int8[19]) -> Json type io.airbyte.protocol.models.JsonSchemaType@f2ce6b
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.p.PostgresSource(isCdc):253 - using CDC: false
2022-03-15 13:29:22 source > 2022-03-15 13:29:22 INFO i.a.i.s.r.AbstractRelationalDbSource(queryTableFullRefresh):35 - Queueing query for table: shortened_urls
2022-03-15 13:29:23 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 1000 (263 KB)
2022-03-15 13:29:24 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 2000 (550 KB)
2022-03-15 13:29:25 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 3000 (831 KB)
2022-03-15 13:29:25 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 4000 (1 MB)
2022-03-15 13:29:25 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 5000 (1 MB)
2022-03-15 13:29:26 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 6000 (1 MB)
2022-03-15 13:29:26 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 7000 (1 MB)
2022-03-15 13:29:27 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 8000 (2 MB)
2022-03-15 13:29:27 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 9000 (2 MB)
2022-03-15 13:29:27 source > 2022-03-15 13:29:27 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream shortened_urls. Records read: 10000
2022-03-15 13:29:27 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 10000 (2 MB)
2022-03-15 13:29:28 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 11000 (3 MB)
2022-03-15 13:29:28 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 12000 (3 MB)
2022-03-15 13:29:28 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 13000 (3 MB)
2022-03-15 13:29:28 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 14000 (4 MB)
2022-03-15 13:29:29 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 15000 (4 MB)
2022-03-15 13:29:29 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 16000 (5 MB)
2022-03-15 13:29:29 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 17000 (5 MB)
2022-03-15 13:29:30 destination > 2022-03-15 13:29:30 INFO i.a.i.d.b.BufferedStreamConsumer(flushQueueToDestination):181 - Flushing buffer: 26212240 bytes
2022-03-15 13:29:30 destination > 2022-03-15 13:29:30 INFO i.a.i.d.b.BufferedStreamConsumer(lambda$flushQueueToDestination$1):185 - Flushing shortened_urls: 17600 records
2022-03-15 13:29:30 destination > 2022-03-15 13:29:30 INFO i.a.i.d.j.c.s.S3StreamCopier(prepareStagingFile):95 - S3 upload part size: 20 MB
2022-03-15 13:29:30 destination > 2022-03-15 13:29:30 INFO i.a.i.d.s.c.S3CsvWriter(<init>):58 - Full S3 path for stream 'shortened_urls': s3://soona-airbyte-staging-dev/airbyte/shortened_urls/2022_03_15_1647350961923_b132dabb-c2f1-44aa-ba8e-110cedaed1dc.csv
2022-03-15 13:29:30 destination > 2022-03-15 13:29:30 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - PartSize arg is set to 20 MB
2022-03-15 13:29:30 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 18000 (6 MB)
2022-03-15 13:29:30 destination > 2022-03-15 13:29:30 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - Initiated multipart upload to soona-airbyte-staging-dev/airbyte/shortened_urls/2022_03_15_1647350961923_b132dabb-c2f1-44aa-ba8e-110cedaed1dc.csv with full ID wOSRiDi9n12vcW4LATat51qYN9C6M6QoF_5IYZjG0v6sphbh6lusyY8OcEp1fyIMKW0048XGGZl6cUkO81W6CafLXLIQQEGp7IbSDwVGhhq_nP_Po._NkSRMXkIF3bFJ
2022-03-15 13:29:31 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 19000 (7 MB)
2022-03-15 13:29:31 source > 2022-03-15 13:29:30 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream shortened_urls. Records read: 20000
2022-03-15 13:29:31 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 20000 (7 MB)
2022-03-15 13:29:32 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 21000 (8 MB)
2022-03-15 13:29:32 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 22000 (9 MB)
2022-03-15 13:29:32 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 23000 (9 MB)
2022-03-15 13:29:32 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 24000 (10 MB)
2022-03-15 13:29:33 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 25000 (10 MB)
2022-03-15 13:29:33 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 26000 (11 MB)
2022-03-15 13:29:33 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 27000 (12 MB)
2022-03-15 13:29:33 destination > 2022-03-15 13:29:33 INFO i.a.i.d.b.BufferedStreamConsumer(flushQueueToDestination):181 - Flushing buffer: 26212420 bytes
2022-03-15 13:29:33 destination > 2022-03-15 13:29:33 INFO i.a.i.d.b.BufferedStreamConsumer(lambda$flushQueueToDestination$1):185 - Flushing shortened_urls: 10060 records
2022-03-15 13:29:33 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 28000 (12 MB)
2022-03-15 13:29:33 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 29000 (13 MB)
2022-03-15 13:29:34 source > 2022-03-15 13:29:33 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream shortened_urls. Records read: 30000
2022-03-15 13:29:34 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 30000 (13 MB)
2022-03-15 13:29:34 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 31000 (14 MB)
2022-03-15 13:29:34 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 32000 (15 MB)
2022-03-15 13:29:34 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 33000 (15 MB)
2022-03-15 13:29:34 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 34000 (16 MB)
2022-03-15 13:29:35 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 35000 (17 MB)
2022-03-15 13:29:35 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 36000 (17 MB)
2022-03-15 13:29:35 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 37000 (18 MB)
2022-03-15 13:29:35 destination > 2022-03-15 13:29:35 INFO i.a.i.d.b.BufferedStreamConsumer(flushQueueToDestination):181 - Flushing buffer: 26213965 bytes
2022-03-15 13:29:35 destination > 2022-03-15 13:29:35 INFO i.a.i.d.b.BufferedStreamConsumer(lambda$flushQueueToDestination$1):185 - Flushing shortened_urls: 10007 records
2022-03-15 13:29:35 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 38000 (18 MB)
2022-03-15 13:29:35 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 39000 (19 MB)
2022-03-15 13:29:36 source > 2022-03-15 13:29:35 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream shortened_urls. Records read: 40000
2022-03-15 13:29:36 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 40000 (20 MB)
2022-03-15 13:29:36 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 41000 (20 MB)
2022-03-15 13:29:36 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 42000 (21 MB)
2022-03-15 13:29:36 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 43000 (22 MB)
2022-03-15 13:29:36 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 44000 (22 MB)
2022-03-15 13:29:37 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 45000 (23 MB)
2022-03-15 13:29:37 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 46000 (23 MB)
2022-03-15 13:29:37 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 47000 (24 MB)
2022-03-15 13:29:37 destination > 2022-03-15 13:29:37 INFO i.a.i.d.b.BufferedStreamConsumer(flushQueueToDestination):181 - Flushing buffer: 26213849 bytes
2022-03-15 13:29:37 destination > 2022-03-15 13:29:37 INFO i.a.i.d.b.BufferedStreamConsumer(lambda$flushQueueToDestination$1):185 - Flushing shortened_urls: 10026 records
2022-03-15 13:29:37 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 48000 (25 MB)
2022-03-15 13:29:38 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 49000 (25 MB)
2022-03-15 13:29:38 source > 2022-03-15 13:29:37 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream shortened_urls. Records read: 50000
2022-03-15 13:29:38 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 50000 (26 MB)
2022-03-15 13:29:38 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 51000 (27 MB)
2022-03-15 13:29:38 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 52000 (27 MB)
2022-03-15 13:29:39 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 53000 (28 MB)
2022-03-15 13:29:39 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 54000 (28 MB)
2022-03-15 13:29:39 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 55000 (29 MB)
2022-03-15 13:29:39 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 56000 (30 MB)
2022-03-15 13:29:40 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 57000 (30 MB)
2022-03-15 13:29:40 destination > 2022-03-15 13:29:40 INFO i.a.i.d.b.BufferedStreamConsumer(flushQueueToDestination):181 - Flushing buffer: 26214040 bytes
2022-03-15 13:29:40 destination > 2022-03-15 13:29:40 INFO i.a.i.d.b.BufferedStreamConsumer(lambda$flushQueueToDestination$1):185 - Flushing shortened_urls: 10226 records
2022-03-15 13:29:40 destination > 2022-03-15 13:29:40 INFO i.a.i.d.j.c.s.S3StreamCopier(prepareStagingFile):95 - S3 upload part size: 20 MB
2022-03-15 13:29:40 destination > 2022-03-15 13:29:40 INFO i.a.i.d.s.c.S3CsvWriter(<init>):58 - Full S3 path for stream 'shortened_urls': s3://soona-airbyte-staging-dev/airbyte/shortened_urls/2022_03_15_1647350961923_75cd57e3-30c2-468c-a40c-f7c24a7b17cf.csv
2022-03-15 13:29:40 destination > 2022-03-15 13:29:40 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - PartSize arg is set to 20 MB
2022-03-15 13:29:40 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 58000 (31 MB)
2022-03-15 13:29:40 destination > 2022-03-15 13:29:40 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - Initiated multipart upload to soona-airbyte-staging-dev/airbyte/shortened_urls/2022_03_15_1647350961923_75cd57e3-30c2-468c-a40c-f7c24a7b17cf.csv with full ID cJliT9EUSAZ5GbLG.H.xfQ1ud7p7m4GqRNHQ1geopAiZeYhE8P.w98Ykh9OMyV5qk6phdPBQVh6sje.ZzN9h.hQHw4_Az..SfKKVuyiv4LSUH8kqpbt2EOmnBSI_1ZBK
2022-03-15 13:29:40 destination > 2022-03-15 13:29:40 INFO i.a.i.d.s.w.BaseS3Writer(close):113 - Uploading remaining data for stream 'shortened_urls'.
2022-03-15 13:29:40 destination > 2022-03-15 13:29:40 INFO a.m.s.MultiPartOutputStream(close):158 - Called close() on [MultipartOutputStream for parts 1 - 10000]
2022-03-15 13:29:40 destination > 2022-03-15 13:29:40 INFO a.m.s.MultiPartOutputStream(close):158 - Called close() on [MultipartOutputStream for parts 1 - 10000]
2022-03-15 13:29:40 destination > 2022-03-15 13:29:40 WARN a.m.s.MultiPartOutputStream(close):160 - [MultipartOutputStream for parts 1 - 10000] is already closed
2022-03-15 13:29:40 destination > 2022-03-15 13:29:40 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - [Manager uploading to soona-airbyte-staging-dev/airbyte/shortened_urls/2022_03_15_1647350961923_b132dabb-c2f1-44aa-ba8e-110cedaed1dc.csv with id wOSRiDi9n...MXkIF3bFJ]: Finished uploading [Part number 2 containing 9.16 MB]
2022-03-15 13:29:43 destination > 2022-03-15 13:29:43 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - [Manager uploading to soona-airbyte-staging-dev/airbyte/shortened_urls/2022_03_15_1647350961923_b132dabb-c2f1-44aa-ba8e-110cedaed1dc.csv with id wOSRiDi9n...MXkIF3bFJ]: Finished uploading [Part number 1 containing 20.01 MB]
2022-03-15 13:29:43 destination > 2022-03-15 13:29:43 INFO a.m.s.StreamTransferManager(complete):395 - [Manager uploading to soona-airbyte-staging-dev/airbyte/shortened_urls/2022_03_15_1647350961923_b132dabb-c2f1-44aa-ba8e-110cedaed1dc.csv with id wOSRiDi9n...MXkIF3bFJ]: Completed
2022-03-15 13:29:43 destination > 2022-03-15 13:29:43 INFO i.a.i.d.s.w.BaseS3Writer(close):115 - Upload completed for stream 'shortened_urls'.
2022-03-15 13:29:43 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 59000 (31 MB)
2022-03-15 13:29:43 source > 2022-03-15 13:29:40 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream shortened_urls. Records read: 60000
2022-03-15 13:29:43 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 60000 (32 MB)
2022-03-15 13:29:43 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 61000 (33 MB)
2022-03-15 13:29:44 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 62000 (33 MB)
2022-03-15 13:29:44 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 63000 (34 MB)
2022-03-15 13:29:44 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 64000 (34 MB)
2022-03-15 13:29:44 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 65000 (35 MB)
2022-03-15 13:29:44 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 66000 (35 MB)
2022-03-15 13:29:44 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 67000 (36 MB)
2022-03-15 13:29:45 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 68000 (37 MB)
2022-03-15 13:29:45 destination > 2022-03-15 13:29:45 INFO i.a.i.d.b.BufferedStreamConsumer(flushQueueToDestination):181 - Flushing buffer: 26213098 bytes
2022-03-15 13:29:45 destination > 2022-03-15 13:29:45 INFO i.a.i.d.b.BufferedStreamConsumer(lambda$flushQueueToDestination$1):185 - Flushing shortened_urls: 10798 records
2022-03-15 13:29:45 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 69000 (37 MB)
2022-03-15 13:29:45 source > 2022-03-15 13:29:45 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream shortened_urls. Records read: 70000
2022-03-15 13:29:45 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 70000 (38 MB)
2022-03-15 13:29:45 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 71000 (38 MB)
2022-03-15 13:29:45 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 72000 (39 MB)
2022-03-15 13:29:46 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 73000 (40 MB)
2022-03-15 13:29:46 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 74000 (40 MB)
2022-03-15 13:29:46 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 75000 (41 MB)
2022-03-15 13:29:46 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 76000 (41 MB)
2022-03-15 13:29:46 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 77000 (42 MB)
2022-03-15 13:29:47 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 78000 (42 MB)
2022-03-15 13:29:47 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 79000 (43 MB)
2022-03-15 13:29:47 destination > 2022-03-15 13:29:47 INFO i.a.i.d.b.BufferedStreamConsumer(flushQueueToDestination):181 - Flushing buffer: 26213372 bytes
2022-03-15 13:29:47 destination > 2022-03-15 13:29:47 INFO i.a.i.d.b.BufferedStreamConsumer(lambda$flushQueueToDestination$1):185 - Flushing shortened_urls: 10791 records
2022-03-15 13:29:47 source > 2022-03-15 13:29:46 INFO i.a.i.s.r.AbstractDbSource(lambda$createReadIterator$7):250 - Reading stream shortened_urls. Records read: 80000
2022-03-15 13:29:47 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 80000 (44 MB)
2022-03-15 13:29:47 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 81000 (44 MB)
2022-03-15 13:29:47 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 82000 (45 MB)
2022-03-15 13:29:47 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 83000 (45 MB)
2022-03-15 13:29:48 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 84000 (46 MB)
2022-03-15 13:29:48 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 85000 (46 MB)
2022-03-15 13:29:48 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 86000 (47 MB)
2022-03-15 13:29:48 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 87000 (48 MB)
2022-03-15 13:29:48 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):301 - Records read: 88000 (48 MB)
2022-03-15 13:29:48 source > 2022-03-15 13:29:48 INFO i.a.i.s.r.AbstractDbSource(lambda$read$2):124 - Closing database connection pool.
2022-03-15 13:29:48 source > 2022-03-15 13:29:48 INFO i.a.i.s.r.AbstractDbSource(lambda$read$2):126 - Closed database connection pool.
2022-03-15 13:29:48 source > 2022-03-15 13:29:48 INFO i.a.i.b.IntegrationRunner(runInternal):154 - Completed integration: io.airbyte.integrations.base.ssh.SshWrappedSource
2022-03-15 13:29:48 source > 2022-03-15 13:29:48 INFO i.a.i.s.p.PostgresSource(main):363 - completed source: class io.airbyte.integrations.source.postgres.PostgresSource
2022-03-15 13:29:48 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):305 - Total records read: 88701 (49 MB)
2022-03-15 13:29:48 INFO i.a.w.DefaultReplicationWorker(run):163 - One of source or destination thread complete. Waiting on the other.
2022-03-15 13:29:48 destination > 2022-03-15 13:29:48 INFO i.a.i.b.FailureTrackingAirbyteMessageConsumer(close):65 - Airbyte message consumer: succeeded.
2022-03-15 13:29:48 destination > 2022-03-15 13:29:48 INFO i.a.i.d.b.BufferedStreamConsumer(close):217 - executing on success close procedure.
2022-03-15 13:29:48 destination > 2022-03-15 13:29:48 INFO i.a.i.d.b.BufferedStreamConsumer(flushQueueToDestination):181 - Flushing buffer: 22420705 bytes
2022-03-15 13:29:48 destination > 2022-03-15 13:29:48 INFO i.a.i.d.b.BufferedStreamConsumer(lambda$flushQueueToDestination$1):185 - Flushing shortened_urls: 9193 records
2022-03-15 13:29:48 destination > 2022-03-15 13:29:48 INFO i.a.i.d.s.w.BaseS3Writer(close):113 - Uploading remaining data for stream 'shortened_urls'.
2022-03-15 13:29:48 destination > 2022-03-15 13:29:48 INFO a.m.s.MultiPartOutputStream(close):158 - Called close() on [MultipartOutputStream for parts 1 - 10000]
2022-03-15 13:29:48 destination > 2022-03-15 13:29:48 INFO a.m.s.MultiPartOutputStream(close):158 - Called close() on [MultipartOutputStream for parts 1 - 10000]
2022-03-15 13:29:48 destination > 2022-03-15 13:29:48 WARN a.m.s.MultiPartOutputStream(close):160 - [MultipartOutputStream for parts 1 - 10000] is already closed
2022-03-15 13:29:49 destination > 2022-03-15 13:29:49 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - [Manager uploading to soona-airbyte-staging-dev/airbyte/shortened_urls/2022_03_15_1647350961923_75cd57e3-30c2-468c-a40c-f7c24a7b17cf.csv with id cJliT9EUS...nBSI_1ZBK]: Finished uploading [Part number 1 containing 20.01 MB]
2022-03-15 13:29:49 destination > 2022-03-15 13:29:49 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - [Manager uploading to soona-airbyte-staging-dev/airbyte/shortened_urls/2022_03_15_1647350961923_75cd57e3-30c2-468c-a40c-f7c24a7b17cf.csv with id cJliT9EUS...nBSI_1ZBK]: Finished uploading [Part number 2 containing 7.64 MB]
2022-03-15 13:29:49 destination > 2022-03-15 13:29:49 INFO a.m.s.StreamTransferManager(complete):395 - [Manager uploading to soona-airbyte-staging-dev/airbyte/shortened_urls/2022_03_15_1647350961923_75cd57e3-30c2-468c-a40c-f7c24a7b17cf.csv with id cJliT9EUS...nBSI_1ZBK]: Completed
2022-03-15 13:29:49 destination > 2022-03-15 13:29:49 INFO i.a.i.d.s.w.BaseS3Writer(close):115 - Upload completed for stream 'shortened_urls'.
2022-03-15 13:29:49 destination > 2022-03-15 13:29:49 INFO i.a.i.d.j.c.s.S3StreamCopier(createDestinationSchema):152 - Creating schema in destination if it doesn't exist: airbyte
2022-03-15 13:29:49 destination > 2022-03-15 13:29:49 INFO i.a.i.d.j.c.s.S3StreamCopier(createTemporaryTable):158 - Preparing tmp table in destination for stream: shortened_urls, schema: airbyte, tmp table name: _airbyte_tmp_rwb_shortened_urls.
2022-03-15 13:29:50 destination > 2022-03-15 13:29:50 INFO i.a.i.d.r.RedshiftStreamCopier(copyStagingFileToTemporaryTable):85 - Starting copy to tmp table: _airbyte_tmp_rwb_shortened_urls in destination for stream: shortened_urls, schema: airbyte, .
2022-03-15 13:29:52 destination > 2022-03-15 13:29:52 INFO i.a.i.d.r.RedshiftStreamCopier(copyStagingFileToTemporaryTable):89 - Copy to tmp table _airbyte_tmp_rwb_shortened_urls in destination for stream shortened_urls complete.
2022-03-15 13:29:52 destination > 2022-03-15 13:29:52 INFO i.a.i.d.j.c.s.S3StreamCopier(createDestinationTable):174 - Preparing table _airbyte_raw_shortened_urls in destination.
2022-03-15 13:29:52 destination > 2022-03-15 13:29:52 INFO i.a.i.d.j.c.s.S3StreamCopier(createDestinationTable):176 - Table _airbyte_tmp_rwb_shortened_urls in destination prepared.
2022-03-15 13:29:52 destination > 2022-03-15 13:29:52 INFO i.a.i.d.j.c.s.S3StreamCopier(generateMergeStatement):183 - Preparing to merge tmp table _airbyte_tmp_rwb_shortened_urls to dest table: _airbyte_raw_shortened_urls, schema: airbyte, in destination.
2022-03-15 13:29:52 destination > 2022-03-15 13:29:52 INFO i.a.i.d.j.c.s.S3StreamCopier(removeFileAndDropTmpTable):198 - S3 staging file airbyte/shortened_urls/2022_03_15_1647350961923_b132dabb-c2f1-44aa-ba8e-110cedaed1dc.csv cleaned.
2022-03-15 13:29:52 destination > 2022-03-15 13:29:52 INFO i.a.i.d.j.c.s.S3StreamCopier(removeFileAndDropTmpTable):198 - S3 staging file airbyte/shortened_urls/2022_03_15_1647350961923_75cd57e3-30c2-468c-a40c-f7c24a7b17cf.csv cleaned.
2022-03-15 13:29:52 destination > 2022-03-15 13:29:52 INFO i.a.i.d.j.c.s.S3StreamCopier(removeFileAndDropTmpTable):202 - Begin cleaning _airbyte_tmp_rwb_shortened_urls tmp table in destination.
2022-03-15 13:29:52 destination > 2022-03-15 13:29:52 INFO i.a.i.d.j.c.s.S3StreamCopier(removeFileAndDropTmpTable):204 - _airbyte_tmp_rwb_shortened_urls tmp table in destination cleaned.
2022-03-15 13:29:52 destination > 2022-03-15 13:29:52 INFO i.a.i.d.r.RedshiftStreamCopier(removeFileAndDropTmpTable):105 - Begin cleaning s3 manifest file null/2cf8bbaa-b183-410f-9ebe-77c6543c1d3a/airbyte/32f709f7-1553-416f-92f2-9bfe7a8ab3b2.manifest.
2022-03-15 13:29:52 destination > 2022-03-15 13:29:52 INFO i.a.i.d.r.RedshiftStreamCopier(removeFileAndDropTmpTable):109 - S3 manifest file null/2cf8bbaa-b183-410f-9ebe-77c6543c1d3a/airbyte/32f709f7-1553-416f-92f2-9bfe7a8ab3b2.manifest cleaned.
2022-03-15 13:29:52 destination > 2022-03-15 13:29:52 INFO i.a.i.b.IntegrationRunner(runInternal):154 - Completed integration: io.airbyte.integrations.destination.redshift.RedshiftDestination
2022-03-15 13:29:52 destination > 2022-03-15 13:29:52 INFO i.a.i.d.r.RedshiftDestination(main):79 - completed destination: class io.airbyte.integrations.destination.redshift.RedshiftDestination
2022-03-15 13:29:52 INFO i.a.w.DefaultReplicationWorker(run):165 - Source and destination threads complete.
2022-03-15 13:29:52 INFO i.a.w.DefaultReplicationWorker(run):228 - sync summary: io.airbyte.config.ReplicationAttemptSummary@2fef86df[status=completed,recordsSynced=88701,bytesSynced=51502831,startTime=1647350955516,endTime=1647350992839,totalStats=io.airbyte.config.SyncStats@3d5b3bc3[recordsEmitted=88701,bytesEmitted=51502831,stateMessagesEmitted=0,recordsCommitted=88701],streamStats=[io.airbyte.config.StreamSyncStats@25720833[streamName=shortened_urls,stats=io.airbyte.config.SyncStats@35d1d655[recordsEmitted=88701,bytesEmitted=51502831,stateMessagesEmitted=<null>,recordsCommitted=88701]]]]
2022-03-15 13:29:52 INFO i.a.w.DefaultReplicationWorker(run):250 - Source did not output any state messages
2022-03-15 13:29:52 WARN i.a.w.DefaultReplicationWorker(run):258 - State capture: No new state, falling back on input state: io.airbyte.config.State@665b674e[state={}]
2022-03-15 13:29:52 INFO i.a.w.t.TemporalAttemptExecution(get):131 - Stopping cancellation check scheduling...
2022-03-15 13:29:52 INFO i.a.w.t.s.ReplicationActivityImpl(lambda$replicate$1):147 - sync summary: io.airbyte.config.StandardSyncOutput@6ad6df1e[standardSyncSummary=io.airbyte.config.StandardSyncSummary@214424a7[status=completed,recordsSynced=88701,bytesSynced=51502831,startTime=1647350955516,endTime=1647350992839,totalStats=io.airbyte.config.SyncStats@3d5b3bc3[recordsEmitted=88701,bytesEmitted=51502831,stateMessagesEmitted=0,recordsCommitted=88701],streamStats=[io.airbyte.config.StreamSyncStats@25720833[streamName=shortened_urls,stats=io.airbyte.config.SyncStats@35d1d655[recordsEmitted=88701,bytesEmitted=51502831,stateMessagesEmitted=<null>,recordsCommitted=88701]]]],state=io.airbyte.config.State@665b674e[state={}],outputCatalog=io.airbyte.protocol.models.ConfiguredAirbyteCatalog@12e6f07e[streams=[io.airbyte.protocol.models.ConfiguredAirbyteStream@70b1aa28[stream=io.airbyte.protocol.models.AirbyteStream@2cc3a50f[name=shortened_urls,jsonSchema={"type":"object","properties":{"id":{"type":"number"},"url":{"type":"string"},"category":{"type":"string"},"owner_id":{"type":"number"},"use_count":{"type":"number"},"created_at":{"type":"string"},"expires_at":{"type":"string"},"owner_type":{"type":"string"},"unique_key":{"type":"string"},"updated_at":{"type":"string"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=<null>,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=airbyte,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}]],additionalProperties={}],failures=[]]
2022-03-15 13:29:52 INFO i.a.w.t.TemporalUtils(withBackgroundHeartbeat):235 - Stopping temporal heartbeating...
2022-03-15 13:29:52 INFO i.a.c.p.ConfigRepository(updateConnectionState):494 - Updating connection 856b6ccb-baf8-4253-8c9c-5da1b171131b state: io.airbyte.config.State@74ffb638[state={}]
2022-03-15 13:29:52 INFO i.a.w.t.TemporalAttemptExecution(get):105 - Docker volume job log path: /tmp/workspace/28/0/logs.log
2022-03-15 13:29:52 INFO i.a.w.t.TemporalAttemptExecution(get):110 - Executing worker wrapper. Airbyte version: 0.35.54-alpha
2022-03-15 13:29:52 INFO i.a.w.DefaultNormalizationWorker(run):46 - Running normalization.
2022-03-15 13:29:52 INFO i.a.w.n.DefaultNormalizationRunner(runProcess):122 - Running with normalization version: airbyte/normalization:0.1.71
2022-03-15 13:29:52 INFO i.a.c.i.LineGobbler(voidCall):82 - Checking if airbyte/normalization:0.1.71 exists...
2022-03-15 13:29:53 INFO i.a.c.i.LineGobbler(voidCall):82 - airbyte/normalization:0.1.71 was found locally.
2022-03-15 13:29:53 INFO i.a.w.p.DockerProcessFactory(create):106 - Creating docker job ID: 28
2022-03-15 13:29:53 INFO i.a.w.p.DockerProcessFactory(create):158 - Preparing command: docker run --rm --init -i -w /data/28/0/normalize --log-driver none --network host -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -e AIRBYTE_ROLE= -e WORKER_ENVIRONMENT=DOCKER -e AIRBYTE_VERSION=0.35.54-alpha airbyte/normalization:0.1.71 run --integration-type redshift --config destination_config.json --catalog destination_catalog.json
2022-03-15 13:29:53 normalization > Running: transform-config --config destination_config.json --integration-type redshift --out /data/28/0/normalize
2022-03-15 13:29:53 normalization > Namespace(config='destination_config.json', integration_type=<DestinationType.redshift: 'redshift'>, out='/data/28/0/normalize')
2022-03-15 13:29:53 normalization > transform_redshift
2022-03-15 13:29:53 normalization > Running: transform-catalog --integration-type redshift --profile-config-dir /data/28/0/normalize --catalog destination_catalog.json --out /data/28/0/normalize/models/generated/ --json-column _airbyte_data
2022-03-15 13:29:53 normalization > Processing destination_catalog.json...
2022-03-15 13:29:53 normalization > Generating airbyte_ctes/airbyte/shortened_urls_ab1.sql from shortened_urls
2022-03-15 13:29:53 normalization > Generating airbyte_ctes/airbyte/shortened_urls_ab2.sql from shortened_urls
2022-03-15 13:29:53 normalization > Generating airbyte_ctes/airbyte/shortened_urls_ab3.sql from shortened_urls
2022-03-15 13:29:53 normalization > Generating airbyte_incremental/airbyte/shortened_urls.sql from shortened_urls
2022-03-15 13:29:53 normalization > detected no config file for ssh, assuming ssh is off.
2022-03-15 13:29:56 normalization > 13:29:56 Running with dbt=1.0.0
2022-03-15 13:29:56 normalization > 13:29:56 Partial parse save file not found. Starting full parse.
2022-03-15 13:29:57 normalization > 13:29:57 [WARNING]: Configuration paths exist in your dbt_project.yml file which do not apply to any resources.
2022-03-15 13:29:57 normalization > There are 2 unused configuration paths:
2022-03-15 13:29:57 normalization > - models.airbyte_utils.generated.airbyte_tables
2022-03-15 13:29:57 normalization > - models.airbyte_utils.generated.airbyte_views
2022-03-15 13:29:57 normalization >
2022-03-15 13:29:57 normalization > 13:29:57 Found 4 models, 0 tests, 0 snapshots, 0 analyses, 538 macros, 0 operations, 0 seed files, 1 source, 0 exposures, 0 metrics
2022-03-15 13:29:57 normalization > 13:29:57
2022-03-15 13:29:58 normalization > 13:29:58 Concurrency: 4 threads (target='prod')
2022-03-15 13:29:58 normalization > 13:29:58
2022-03-15 13:29:58 normalization > 13:29:58 1 of 1 START incremental model airbyte.shortened_urls................................................................... [RUN]
2022-03-15 13:29:59 normalization > 13:29:59 13:29:59 + "soona".airbyte."shortened_urls"._airbyte_ab_id does not exist yet. The table will be created or rebuilt with dbt.full_refresh
2022-03-15 13:30:02 normalization > 13:30:02 1 of 1 OK created incremental model airbyte.shortened_urls.............................................................. [SELECT in 3.44s]
2022-03-15 13:30:02 normalization > 13:30:02
2022-03-15 13:30:02 normalization > 13:30:02 Finished running 1 incremental model in 4.25s.
2022-03-15 13:30:02 normalization > 13:30:02
2022-03-15 13:30:02 normalization > 13:30:02 Completed successfully
2022-03-15 13:30:02 normalization > 13:30:02
2022-03-15 13:30:02 normalization > 13:30:02 Done. PASS=1 WARN=0 ERROR=0 SKIP=0 TOTAL=1
2022-03-15 13:30:02 INFO i.a.w.DefaultNormalizationWorker(run):69 - Normalization executed in 9 seconds.
2022-03-15 13:30:02 INFO i.a.w.t.TemporalAttemptExecution(get):131 - Stopping cancellation check scheduling...
2022-03-15 13:30:02 INFO i.a.w.t.TemporalUtils(withBackgroundHeartbeat):235 - Stopping temporal heartbeating...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment