Skip to Content
0
Aug 27, 2018 at 03:25 PM

Templates calling extended attribute

90 Views

Hello,

does anybody face the same problem? Trying to call the extended attribute of the column (RedShift database) which is called encoding. PD does not know that ...

Do you know how to call that from the template?

create table %Owner.Name%.%Name% (\n
.foreach_item(Columns)
\t%Name% %DataType%
   .if %Mandatory% 
 NOT NULL
   .endif
   %encoding%
.next(,\n)