casey
10/11/2021, 8:16 PM433dfe1ab95\": 1, \"ff4f98810984614d47f6345c68d793a4\": 1, \"ff68320c47644496af1993aca13934ca\": 3, \"ff7ba98e1e4e337a8972c6f1c6f2e990\": 1, \"ff9f32b0e7c6b1153aa319f2ff9ab566\": 3, \"ffbb362fc3d0d51babc6d13b4f0a5c1e\": 3, \"ffcdeea03554eec7af5b45ffdae5f2c5\": 1, \"ffd250db4a4bb7cfda802556e0a94284\": 2, \"ffd44cbb6e259011d18316a8a3be1c60\": 3, \"ffe89a8498f31c4b365d478764fa23b0\": 3, \"ffeed351a36b77a13243280a993eefa7\": 1}", "start_timestamp": "2021-07-03T02:00:54.352318+00:00", "sync_session_id": "8f441028-5ff6-4aea-89b7-fd1b708b7cca"}, "version": 1633494224676, "time_extracted": "2021-10-11T16:45:54.889436Z"}
meltano | DEBUG Deleted configuration at /project/.meltano/run/elt/kdp-el/3fd30348-fd2f-4299-b506-7c7aaf4945de/target.d8599454-0665-4781-b3a9-facde15a751a.config.json
meltano | DEBUG Deleted configuration at /project/.meltano/run/elt/kdp-el/3fd30348-fd2f-4299-b506-7c7aaf4945de/tap.e0565069-91fa-4765-8c12-b9b53ebc5588.config.json
meltano | time=2021-10-11 16:43:34 name=tap_postgres level=INFO message=Discovering db kolibri
meltano | ERROR [Errno 32] Broken pipe
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/meltano/core/logging/output_logger.py", line 135, in redirect_logging
yield
File "/usr/local/lib/python3.7/site-packages/meltano/cli/elt.py", line 230, in _redirect_output
raise
File "/usr/local/lib/python3.7/site-packages/async_generator/_util.py", line 53, in __aexit__
await self._agen.athrow(type, value, traceback)
File "/usr/local/lib/python3.7/site-packages/meltano/core/logging/output_logger.py", line 169, in redirect_stderr
yield
File "/usr/local/lib/python3.7/site-packages/async_generator/_util.py", line 53, in __aexit__
await self._agen.athrow(type, value, traceback)
File "/usr/local/lib/python3.7/site-packages/meltano/core/logging/output_logger.py", line 157, in writer
await reader
File "/usr/local/lib/python3.7/site-packages/meltano/core/logging/output_logger.py", line 205, in _read_from_fd
await capture_subprocess_output(reader, self)
File "/usr/local/lib/python3.7/site-packages/meltano/core/logging/utils.py", line 104, in capture_subprocess_output
if not await _write_line_writer(writer, line):
File "/usr/local/lib/python3.7/site-packages/meltano/core/logging/utils.py", line 81, in _write_line_writer
writer.writeline(line.decode())
File "/usr/local/lib/python3.7/site-packages/meltano/core/logging/output_logger.py", line 174, in writeline
click.echo(self.prefix + line, nl=False, file=self)
File "/usr/local/lib/python3.7/site-packages/click/utils.py", line 273, in echo
file.flush()
File "/usr/local/lib/python3.7/site-packages/meltano/core/logging/output_logger.py", line 184, in flush
self.stream.flush()
BrokenPipeError: [Errno 32] Broken pipe
casey
10/11/2021, 8:17 PMedgar_ramirez_mondragon
10/11/2021, 8:19 PMcasey
10/11/2021, 8:21 PMmeltano elt...
?edgar_ramirez_mondragon
10/11/2021, 8:27 PMedgar_ramirez_mondragon
10/11/2021, 8:28 PMcasey
10/11/2021, 8:55 PMelt
and invoke
commands are erroring out, failing catalog discovery and I can't pass a config.json
to either, apparentlycasey
10/11/2021, 8:56 PMedgar_ramirez_mondragon
10/11/2021, 10:28 PMconfig.json
to invoke: meltano invoke tap-postgres --config config.json
casey
10/11/2021, 10:39 PMconfig.json
file, then I created a catalog.json
file, now the tap is telling me message=No streams marked as currently_syncing in state file
casey
10/11/2021, 10:42 PM--dump state
to meltano elt
and when I invoke the command with --state dump
it tells me that meltano.cli.utils.CliError: Could not find state file for this pipeline
casey
10/11/2021, 10:46 PM--full-refresh
with meltano elt
errors out wanting a config.json
, but when I supply the option, it gives me back usage:casey
10/11/2021, 10:49 PMDEBUG
logging. If that solves the problem, then I think we might be able to rule out Airflow