(
(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 (DataSink 'result))
(let $5 (DataSource '"pq" '"pq"))
(let $6 (StructType '('"Data" (DataType 'String))))
(let $7 (PqTopic '"pq" '"local" '"test_topic_input" '('('"PartitionsCount" '"1")) '() $6))
(let $8 '('"Data"))
(let $9 '('"SharedReading" '"1"))
(let $10 '('('"Consumer" '"test_client") '('"Endpoint" '"<pq_pq_endpoint>") $9 '('"ReconnectPeriod" '"") '('"Format" '"raw") '('"ReadGroup" '"fqrun") '('"UseSsl" '"1")))
(let $11 (DqPqTopicSource world $7 $8 $10 (SecureParam '"cluster:default_pq") '"" $6 '""))
(let $12 (DqStage '((DqSource $5 $11)) (lambda '($16) (block '(
  (let $17 '('('"format" '"raw") '('"formatSettings" '('('"data.datetime.formatname" '"POSIX") '('"data.timestamp.formatname" '"POSIX"))) '('"settings" '($9))))
  (let $18 (DqSourceWideWrap $16 $5 $6 $17))
  (return (NarrowMap $18 (lambda '($19) (AsStruct '('"Data" $19)))))
))) '('('"_logical_id" '0))))
(let $13 (DqStage '((DqCnUnionAll (TDqOutput $12 '"0"))) (lambda '($20) $20) '('('"_logical_id" '0))))
(let $14 '('('type) '('autoref) '('columns $8)))
(let $15 (ResPull! $3 $4 (Key) (DqCnResult (TDqOutput $13 '"0") '()) $14 '"dq"))
(return (Commit! (Commit! $15 $4) (DataSink '"pq" '"pq")))
)
