package handlers
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
AirflowLauncher extends LaunchHandler with StrictLogging
Airflow Launcher will submit a request for ingestion to Airflow using the REST API.
Airflow Launcher will submit a request for ingestion to Airflow using the REST API. The requested DAG must exist in Airflow first.
-
class
HdfsStorageHandler extends StorageHandler
HDFS Filesystem Handler
-
trait
LaunchHandler extends AnyRef
Interface required for any cron job launcher
-
class
SchemaHandler extends StrictLogging
Handles access to datasets metadata, eq.
Handles access to datasets metadata, eq. domains / types / schemas.
-
class
SimpleLauncher extends LaunchHandler with StrictLogging
Simple Launcher will directly invoke the ingestion method wityhout using a cron manager.
Simple Launcher will directly invoke the ingestion method wityhout using a cron manager. This is userfull for testing purpose
-
trait
StorageHandler extends StrictLogging
Interface required by any filesystem manager
Value Members
- object InferSchemaHandler