Package

io.smartdatalake

config

Permalink

package config

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. config
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. object ConfigLoader extends SmartDataLakeLogger

    Permalink
  2. object ConfigToolbox

    Permalink

    Helper methods to use config outside of SmartDataLakeBuilder, e.g.

    Helper methods to use config outside of SmartDataLakeBuilder, e.g. Notebooks

  3. object SdlConfigObject

    Permalink
  4. implicit val actionObjectIdReader: Configs[ActionObjectId]

    Permalink

    A Configs reader that reads ActionObjectId values.

  5. implicit val conditionReader: Configs[Condition]

    Permalink
  6. implicit val connectionIdReader: Configs[ConnectionId]

    Permalink

    A Configs reader that reads DataObjectId values.

  7. implicit val customDfCreatorConfigReader: Configs[CustomDfCreatorConfig]

    Permalink
  8. implicit val customDfTransformerConfigReader: Configs[CustomDfTransformerConfig]

    Permalink
  9. implicit val customDfsTransformerConfigReader: Configs[CustomDfsTransformerConfig]

    Permalink
  10. implicit val customFileTransformerConfigReader: Configs[CustomFileTransformerConfig]

    Permalink
  11. implicit val dataObjectIdReader: Configs[DataObjectId]

    Permalink

    A Configs reader that reads DataObjectId values.

  12. implicit def eitherReader[A, B](implicit aReader: Configs[A], bReader: Configs[B]): Configs[Either[A, B]]

    Permalink

    A Configs reader that reads Either values.

    A Configs reader that reads Either values.

    A

    the Left value type.

    B

    the Right value type.

    aReader

    the reader for the Left value.

    bReader

    the reader for the Right value.

    returns

    A Configs containing a Left or, if it can not be parsed, a Right value of the corresponding type.

  13. implicit val executionModeReader: Configs[ExecutionMode]

    Permalink
  14. implicit val keyCloakConfigReader: Configs[Option[KeycloakConfig]]

    Permalink

    A Configs reader that reads KeycloakConfig values.

  15. implicit def mapDataObjectIdStringReader(implicit mapReader: Configs[Map[String, String]]): Configs[Map[DataObjectId, String]]

    Permalink
  16. implicit val sparkRepartitionDefReader: Configs[SparkRepartitionDef]

    Permalink
  17. implicit val structTypeReader: Configs[StructType]

    Permalink

    A Configs reader that reads StructType values.

    A Configs reader that reads StructType values.

    This reader parses a StructType from a DDL string.

Inherited from AnyRef

Inherited from Any

Ungrouped