(
(let $1 (Configure! world (DataSource '"config") '"DqEngine" '"force"))
(let $2 (Configure! $1 (DataSource '"dq" '"$all") '"Attr" '"maxtasksperstage" '"10"))
(let $3 (Configure! $2 (DataSource '"pq" '"$all") '"Attr" '"consumer" '"test_client"))
(let $4 (DataSource '"pq" '"pq"))
(let $5 '('('"PartitionsCount" '"1")))
(let $6 (StructType '('"Data" (DataType 'String))))
(let $7 (PqTopic '"pq" '"local" '"test_topic_input" $5 '() $6))
(let $8 '('"Endpoint" '"<pq_pq_endpoint>"))
(let $9 '('"SharedReading" '"1"))
(let $10 '('"UseSsl" '"1"))
(let $11 '('('"Consumer" '"test_client") $8 $9 '('"ReconnectPeriod" '"") '('"Format" '"raw") '('"ReadGroup" '"fqrun") $10))
(let $12 (SecureParam '"cluster:default_pq"))
(let $13 (DqPqTopicSource $3 $7 '('"Data") $11 $12 '"" $6 '""))
(let $14 (DataSink '"pq" '"pq"))
(let $15 (PqTopic '"pq" '"local" '"test_topic_output" $5 '() $6))
(let $16 (DqPqTopicSink $15 '($8 $10) $12))
(return (Commit! (DqQuery! $3 '((DqStage '((DqSource $4 $13)) (lambda '($17) (block '(
  (let $18 '('('"format" '"raw") '('"formatSettings" '('('"data.datetime.formatname" '"POSIX") '('"data.timestamp.formatname" '"POSIX"))) '('"settings" '($9))))
  (let $19 (DqSourceWideWrap $17 $4 $6 $18))
  (return (NarrowMap $19 (lambda '($20) (AsStruct '('"Data" $20)))))
))) '('('"_logical_id" '0)) '((DqSink '"0" $14 $16))))) $14))
)
