michael_horvath
03/14/2022, 7:15 PMmichael_horvath
03/14/2022, 7:46 PMaaronsteers
03/15/2022, 11:09 PMmichael_horvath
03/16/2022, 12:29 PMaaronsteers
03/16/2022, 12:32 PMmichael_horvath
03/18/2022, 12:25 PM2022-03-17T210001.743673Z [info ] INFO Table IRB_i2b2_Direct_View proposes FULL_TABLE sync cmd_type=extractor job_id=eirb-to-oracle name=tap-eirb run_id=fc43d0e4-b3ec-4742-bc8a-1ef3a8d29208 stdio=stderr
2022-03-17T210001.744487Z [info ] INFO Table IRB_i2b2_Direct_View will use FULL_TABLE sync cmd_type=extractor job_id=eirb-to-oracle name=tap-eirb run_id=fc43d0e4-b3ec-4742-bc8a-1ef3a8d29208 stdio=stderrIt attempts to perform a "DELETE FROM IRB_i2b2_Direct_View WHERE _sdc_table_version <= 1647550801948". The problem here is that you can't start a column with an underscore in oracle unless you quote it. I've tried to set add_record_metadata to False by default (https://github.com/wake-forest-ctsi/target-oracle/blob/d12675f40e7f9b115cb5727aee003a101f7b1d0a/target_oracle/config.py#L11) to try and disable these columns. Is there something else that should be done to remove the integration metadata columns from the target?