Is it possible to override the schema of a source?...
# help-connector-development
l
Is it possible to override the schema of a source? For instance, can I manually define the schema for the tables of a postgresql database?
k
A message from kapa.ai
New message text here
l
Can we overwrite the schema of a source?
m
Today this is not possible @Luis Vicente what you can do is create views with the correct data you want to retrieve from the soruce.
l
That would be once it's loaded in the destination, isn't it?