Remove timestamp limitation for MS SQL Server sinks

Answered

Comments

1 comment

  • Official comment
    Geir Ove Grønmo

    A workaround might be to write into a separate table and then use triggers, or alternatively have a writable view on top of the existing table. Another alternative would to use DTL to fill in the default values. And you can always write a custom microservice.

     

    Comment actions Permalink

Please sign in to leave a comment.