We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1dc3f9 commit bfc38ebCopy full SHA for bfc38eb
1 file changed
fqm-config.toml
@@ -3,13 +3,17 @@ team = "vega"
3
domain = "circulation"
4
module = "mod-circulation-storage"
5
6
+[[sources]]
7
+name = "request"
8
+table = "request"
9
+
10
[[sources]]
11
name = "actual_cost_record"
12
table = "actual_cost_record"
13
14
[[entityTypes]]
15
-private = false
16
+private = true
17
schema = "./ramls/actual-cost-record.json"
18
source = "actual_cost_record"
19
sort = ["id", "ASC"]
0 commit comments