Customer Portal

Dynamic metadata with unknown column type

Comments 3

  • Avatar
    Vladimir Barton
    0
    Comment actions Permalink
    Hello jblythe99,
    unfortunately, ARRAY type fields are currently not supported in the dynamic metadata generating process. However, this issue is currently being discussed within our development team so I will let you know as soon as the decision is agreed upon. As for any potential workaround, I would suggest either specifying column names in the query used in the dynamic metadata definition or creating a view on the table in Postgres which does not include the ARRAY type column (then using the query as is). However, I bear in mind that both approaches ultimately defeat the purpose of dynamic metadata definition.
    Regards,
  • Avatar
    mzatopek
    0
    Comment actions Permalink
    See https://bug.javlin.eu/browse/CLO-11740
  • Avatar
    jblythe99
    0
    Comment actions Permalink
    Awesome this is good news.

    FWIW the View approach suits a separate need and we went with that for now. Thank you for the follow-up!

Please sign in to leave a comment.