andy_crowe
12/08/2022, 9:59 PMstream_maps
with the tap-postgres meltano labs
variant? I’m trying to remove some columns but I’m getting an error message — ultimately, I’m trying to transform some dates, but want to get it working first.andy_crowe
12/08/2022, 9:59 PM- name: tap-postgres--app-portal
inherit_from: tap-postgres
config:
stream_maps:
public-gp:
updated_at: null
inserted_at: null
- name: tap-postgres--app-portal-gp
inherit_from: tap-postgres--app-portal
select:
- public-gp.*
metadata:
"*":
replication-method: FULL_TABLE
andy_crowe
12/08/2022, 10:01 PMandy_crowe
12/08/2022, 10:04 PMsite-packages/meltano/core/settings_store.py", line 1049, in get_with_metadata
metadata = self.config_with_metadata[name]
KeyError: 'stream_maps.public-gp.updated_at'
visch
12/09/2022, 10:24 PMandy_crowe
12/09/2022, 10:40 PMandy_crowe
12/09/2022, 10:41 PMvisch
12/09/2022, 10:44 PMtap-postgres
😄andy_crowe
12/09/2022, 10:44 PMtap-postgres
andy_crowe
12/09/2022, 10:45 PMvisch
12/09/2022, 10:45 PMvisch
12/09/2022, 10:45 PMandy_crowe
12/09/2022, 10:46 PMandy_crowe
12/10/2022, 12:27 AMsinger_sdk
and sqlalchemy
— I’m trying to come up with a solution, but will post additional details back to the main troubleshooting
channel/open an issue on the singer_sdk
repoandy_crowe
12/12/2022, 4:14 PMvisch
12/14/2022, 3:30 AMvisch
12/14/2022, 3:30 AMandy_crowe
12/14/2022, 4:36 PMget_record
logic form the SDK directly in the tap-postegres (?), just curious why we didn’t just update the SDK directly? Won’t other taps encounter the same issue, or maybe this was an isolated event? (I’m not super familiar with SQLAlchemy)
I was trying to get the SDK spun-up locally to make the change, but haven’t been able to successfully passing tests locallyvisch
12/14/2022, 4:36 PMandy_crowe
12/14/2022, 4:39 PMvisch
12/14/2022, 4:39 PMandy_crowe
12/14/2022, 4:39 PMvisch
12/14/2022, 4:41 PMandy_crowe
12/14/2022, 4:42 PMandy_crowe
12/14/2022, 4:43 PMvisch
12/14/2022, 4:44 PM