Me again! I had a question regarding the tap-post...
# singer-tap-development
s
Me again! I had a question regarding the tap-postgres, if anyone has ever worked with it: I'm getting this error:
Copy code
replication_key_sql_datatype = md_map.get(('properties', replication_key)).get('sql-datatype')
AttributeError: 'NoneType' object has no attribute 'get'
When running the tap. Anyone ever encounter this?