How to export data maping/loading job as the code

I’ve created data mapping in GraphStudio (map data to graph).

I am looking for a way to export the mapping (and the definition of the loading job) as a GSQL code.

How do I do that?

I see I can get the body of the loading job by using GSQL CLI (with ls)…

@gruby_karol This is a great question! You can export your solution in GraphStudio. That export file contains all the GSQL scripts.

Here is a small blog on the topic:

1 Like

That’s good! Thanks.

1 Like