Skip to content

Commit 5e5fb88

Browse files
committed
updated coreterminal to comment out metadata reader test
1 parent c0b9c6d commit 5e5fb88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/coreterminal.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
a=Terminal(debug_flag=False, run_table_flag=True)
77

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

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

0 commit comments

Comments
 (0)