```meltano | Running extract & load...
tap-mycustomtap | Installing dependencies from lock file
tap-mycustomtap |
tap-mycustomtap | No dependencies to install or update
tap-mycustomtap |
tap-mycustomtap | Installing the current project: tap-mycustomtap (0.0.1)
tap-mycustomtap | time=2021-09-16 091707 name=tap-mycustomtap level=INFO message=tap-mycustomtap v0.0.1, Meltano SDK v0.3.6)
tap-mycustomtap | time=2021-09-16 091707 name=tap-mycustomtap level=INFO message=Skipping parse of env var settings...
tap-mycustomtap | time=2021-09-16 091707 name=tap-mycustomtap level=INFO message=Config validation passed with 0 errors and 0 warnings.
tap-mycustomtap | time=2021-09-16 091707 name=root level=INFO message=Operator '{MAPPER_ELSE_OPTION}=None' was not found. Unmapped streams will be included in output.
tap-mycustomtap | time=2021-09-16 091707 name=tap-mycustomtap level=INFO message=Beginning full_table sync of 'my_target_table'...
tap-mycustomtap | time=2021-09-16 091707 name=tap-mycustomtap level=INFO message=Tap has custom mapper. Using 1 provided map(s).
tap-mycustomtap | time=2021-09-16 091707 name=tap-mycustomtap level=INFO message=TESTING LOGGING STATEMENT??!!
target-postgres | time=2021-09-16 091707 name=target_postgres level=INFO message=Table '"my_target_table"' exists
tap-mycustomtap | time=2021-09-16 091708 name=tap-mycustomtap level=WARNING message=Property 'alphabet_partition' was present in the 'my_target_table' stream but not found in catalog schema. Ignoring.
tap-mycustomtap | time=2021-09-16 091732 name=tap-mycustomtap level=INFO message=TESTING LOGGING STATEMENT??!!
tap-mycustomtap | time=2021-09-16 094002 name=tap-mycustomtap level=INFO message=TESTING LOGGING STATEMENT??!!
tap-mycustomtap | time=2021-09-17 050613 name=tap-mycustomtap level=INFO message=INFO METRIC: {'type': 'counter', 'metric': 'record_count', 'value': 602512, 'tags': {'stream': 'my_target_table'}}
target-postgres | time=2021-09-17 050613 name=target_postgres level=INFO message=Loading 909 rows into 'tap_mycustomtap."my_target_table"'
target-postgres | Traceback (most recent call last):
target-postgres | File "/home/ubuntu/meltano_proj_repo/.meltano/loaders/target-postgres/venv/bin/target-postgres", line 8, in <module>
target-postgres | sys.exit(main())
target-postgres | File "/home/ubuntu/meltano_proj_repo/.meltano/loaders/target-postgres/venv/lib/python3.8/site-packages/target_postgres/__init__.py", line 373, in main
target-postgres | persist_lines(config, singer_messages)
target-postgres | File "/home/ubuntu/meltano_proj_repo/.meltano/loaders/target-postgres/venv/lib/python3.8/site-packages/target_postgres/__init__.py", line 239, in persist_lines
target-postgres | flushed_state = flush_streams(records_to_load, row_count, stream_to_sync, config, state, flushed_state)
target-postgres | File "/home/ubuntu/meltano_proj_repo/.meltano/loaders/target-postgres/venv/lib/python3.8/site-packages/target_postgres/__init__.py", line 288, in flush_streams
target-postgres | Parallel()(delayed(load_stream_batch)(
target-postgres | File "/home/ubuntu/meltano_proj_repo/.meltano/loaders/target-postgres/venv/lib/python3.8/site-packages/joblib/parallel.py", line 1029, in call
target-postgres | if self.dispatch_one_batch(iterator):
target-postgres | File "/home/ubuntu/meltano_proj_repo/.meltano/loaders/target-postgres/venv/lib/python3.8/site-packages/joblib/parallel.py", line 847, in dispatch_one_batch
target-postgres | self._dispatch(tasks)
target-postgres | File "/home/ubuntu/meltano_proj_repo/.meltano/loaders/target-postgres/venv/lib/python3.8/site-packages/joblib/parallel.py", line 765, in _dispatch
target-postgres | job = self._backend.apply_async(batch, callback=cb)
target-postgres | File "/home/ubuntu/meltano_proj_repo/.meltano/loaders/target-postgres/venv/…