dean_morin
04/27/2021, 7:39 PM.args?
I having a job fail with this error:
Loading failed (1): target_postgres.exceptions.SingerStreamError: ('Invalid records detected above threshold: 0. See `.args` for details.', [(<ValidationError: "Decimal('1000.450000000000045474735088646411895751953125') is not a multiple of Decimal('0.01')">, {'type': 'RECORD', 'stream': 'things-employees', 'record': {'id': '12341234-1234-1234-1234-123412341235', 'first_name': 'Dean', 'last_name': 'Morn', 'salary': Decimal('1000.450000000000045474735088646411895751953125'), '_sdc_deleted_at': None}, 'version': 1619545365804, 'time_extracted': '2021-04-27T19:25:13.350999Z', '__raw_line_size': 309})])visch
04/27/2021, 8:00 PMdean_morin
04/29/2021, 3:51 PMmeltano invoke --dump=catalog my-plugin > catalog.json
Then edit the auto-generated version of the catalog.json and provide that in my etl run?visch
04/29/2021, 4:05 PMmeltano elt --dump=catalog tap-something target-something >catalog.out
Sometimes that's easier depending on what you're doing just an fyi (I think that works!)