Hey Guys, is it possible to give a name to postgre...
# getting-started
m
Hey Guys, is it possible to give a name to postgres table while using a rest api tap to target-postgres? I couldn't find any example or code. Table name is equal to stream name
e
Table name is equal to stream name
Yeah, that's the convention. You could use stream maps if it's an SDK-based tap, or a mapper otherwise to alter the name of a stream.