floe-core 0.3.7

Core library for Floe, a YAML-driven technical ingestion tool.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod add_entity;
pub mod adls_storage;
pub mod adls_validation;
pub mod catalogs;
pub mod config_validation;
pub mod gcs_storage;
pub mod gcs_validation;
pub mod local_storage;
pub mod parse;
pub mod remote_base;
pub mod templating;