Skip to content

Commit

Permalink
Ensure all task options use camel case as keys
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Jul 3, 2024
1 parent 1b0caaa commit 9821c64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,10 @@ object Constants {
lazy val DEFAULT_VALIDATION_COLUMN_NAME_TYPE = VALIDATION_COLUMN_NAME_COUNT_EQUAL

//metadata source
lazy val METADATA_SOURCE_TYPE = "metadata_source_type"
lazy val METADATA_SOURCE_NAME = "metadata_source_name"
lazy val METADATA_SOURCE_HAS_OPEN_LINEAGE_SUPPORT = "metadata_source_has_open_lineage_support"
lazy val METADATA_SOURCE_URL = "metadata_source_url"
lazy val METADATA_SOURCE_TYPE = "metadataSourceType"
lazy val METADATA_SOURCE_NAME = "metadataSourceName"
lazy val METADATA_SOURCE_HAS_OPEN_LINEAGE_SUPPORT = "metadataSourceHasOpenLineageSupport"
lazy val METADATA_SOURCE_URL = "metadataSourceUrl"
lazy val MARQUEZ = "marquez"
lazy val OPEN_METADATA = "open_metadata"
lazy val OPEN_API = "open_api"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
groupId=io.github.data-catering
version=0.11.2
version=0.11.3

scalaVersion=2.12
scalaSpecificVersion=2.12.19
Expand Down

0 comments on commit 9821c64

Please sign in to comment.