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.
2 parents 71f817d + 2c2e167 commit 05531e2Copy full SHA for 05531e2
build.sbt
@@ -80,6 +80,7 @@ lazy val core = (project in file("dq-core"))
80
}
81
((resourceDirectory in Compile).value / confFile) -> "conf/application.conf"
82
},
83
+
84
Universal / mappings ++= {
85
val integrationFolder = integrationEnv.value match {
86
case _ => "integration/dev"
docs/installation/ui-setup.md
@@ -1,9 +1,7 @@
1
####DataQuality - UI
2
The UI to create configuration for Data Quality framework
3
4
-
5
-##Quick Start
6
+## Quick Start
7
###Prerequisites
8
9
DataQuality UI has some requirements:
0 commit comments