When we creating the job in GSQL is it always seeking online

For example if we creating the job it has many steps ,but gsql not allowing other than single line commands, if my job has 10 source files how can we write it in to single line, is there any alertnative like calling the file in to gsql?

The videos of gsql tells about how it will work but no where said any reference examples and commands of gsql

Could you please help me with gsql documents which has clear understanding of gsql xommands

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!