Creates a new Engine instance with the given Spark session and configures the repositories path for that session.
Creates a new Engine instance with the given Spark session and configures the repositories path for that session.
import tech.sourced.engine._ val engine = Engine(sparkSession, "/path/to/repositories")
spark session to use
the path to the repositories
format of the repositories inside the provided path. It can be siva, bare or standard.
Engine instance
Factory for tech.sourced.engine.Engine instances.