Hi @sandu1011 There are a few ways to do this. The first place I would reference is the documentation on files and multiline execution. https://docs.tigergraph.com/gsql-ref/current/ddl-and-loading/system-and-language-basics#_multi_line_mode_begin_end_abort
Alternatively you could use giraffle (Gradle Plugin) to programmatically build your project. Or, use pyTigerGraph if you prefer to execute via Python. Here is a thread related to that topic. CICD Process for Developers
Let me know if that helps. Cheers!