Skip to content

Commit

Permalink
updated coreterminal to comment out metadata reader test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedant1 committed Jan 14, 2025
1 parent 3d1e25f commit 9e86f0e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/coreterminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

a=Terminal(debug_flag=False)

# a.load_module('plugin','Bueno','reader', filenames=['data/bueno1.data', 'data/bueno2.data'])
# a.load_module('plugin','Hostname','reader')
a.load_module('plugin','Bueno','reader', filenames=['data/bueno1.data', 'data/bueno2.data'])
a.load_module('plugin','Hostname','reader')

# a.load_module('plugin', 'Schema', 'reader', filename="data/example_schema.json", target_table_prefix = "student")
# a.load_module('plugin', 'YAML1', 'reader', filenames=["data/student_test1.yml", "data/student_test2.yml"], target_table_prefix = "student")
# a.load_module('plugin', 'TOML1', 'reader', filenames=["data/results.toml", "data/results1.toml"], target_table_prefix = "results")
a.load_module('plugin', 'MetadataReader1', 'reader', filenames=["data/metadata.json"])
a.load_module('plugin', 'Schema', 'reader', filename="data/example_schema.json", target_table_prefix = "student")
a.load_module('plugin', 'YAML1', 'reader', filenames=["data/student_test1.yml", "data/student_test2.yml"], target_table_prefix = "student")
a.load_module('plugin', 'TOML1', 'reader', filenames=["data/results.toml", "data/results1.toml"], target_table_prefix = "results")
# a.load_module('plugin', 'MetadataReader1', 'reader', filenames=["data/metadata.json"])

# a.load_module('plugin', "Table_Plot", "writer", table_name = "student__physics", filename = "student__physics")
# a.load_module('plugin', 'ER_Diagram', 'writer', filename = 'er_diagram.pdf')#, target_table_prefix = "physics")
Expand Down

0 comments on commit 9e86f0e

Please sign in to comment.