Support for Redshift view WITH NO SCHEMA BINDING

已回答

 

I am using DataGrip to connect to redshift. I have couple of views which are annotated `WITH NO SCHEMA BINDING`. For these views columns are not shown. Other DB clients behave the same (psql cli/DBeaver), but actually there is a way to get to know the _late binding view columns_ from Redshift using this view https://docs.aws.amazon.com/redshift/latest/dg/PG_GET_LATE_BINDING_VIEW_COLS.html. 

 Is it possible that DataGrip will add support for column names in Redshift views which are annotated `WITH NO SCHEMA BINDING`?

 

0

请先登录再写评论。