robertwb commented on issue #32869:
URL: https://github.com/apache/beam/issues/32869#issuecomment-2423260032

   There is no `ReadSqlFromFile` or `ExecuteSql` transform. Also not that 
transform outputs can only be used as other transform inputs (as they're 
deferred, whereas configs need to be known before the pipeline is launched). 
   
   Apache Beam Yaml does support jinja templatization, which could probably 
give you what you want: 
https://beamsummit.org/slides/2024/BeamYAML_Advancedtopics.pdf
   
   We should document this better: https://github.com/apache/beam/issues/32873


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to