1

I have an Abinitio graph with multiple subgraphs in it. I need to extract following information about the graphs: List of i/p files, o/p files, i/o tables, lookup files, run program, etc. How can I automate this process of extraction of all graphs without doing it manually on GDE.

jrbedard
  • 3,662
  • 5
  • 30
  • 34
Gaurav Chavan
  • 39
  • 2
  • 7
  • 1
    The items sought are metadata. The EME/Metadata Hub is the repository of metadata. – lit Nov 09 '16 at 14:39

1 Answers1

2

you can create the script and call below commands for details:

air sandbox get-required-files
air sandbox run $1 -script-only 

Let me know if this resolves the issue.

Tushar
  • 85,780
  • 21
  • 159
  • 179