List of all items
Structs
- RunOptions
- ValidateOptions
- checks::CsvRowErrorFormatter
- checks::JsonRowErrorFormatter
- checks::MismatchOutcome
- checks::RowError
- checks::SparseRowErrors
- checks::TextRowErrorFormatter
- checks::UniqueTracker
- config::ArchiveTarget
- config::ColumnConfig
- config::ConfigBase
- config::ConfigLocation
- config::DomainConfig
- config::EntityConfig
- config::EntityMetadata
- config::EnvConfig
- config::NormalizeColumnsConfig
- config::PolicyConfig
- config::ProjectMetadata
- config::ReportConfig
- config::ResolvedPath
- config::RootConfig
- config::SchemaConfig
- config::SchemaMismatchConfig
- config::SinkConfig
- config::SinkOptions
- config::SinkTarget
- config::SourceConfig
- config::SourceOptions
- config::StorageDefinition
- config::StorageResolver
- config::StoragesConfig
- errors::IoError
- errors::RunError
- errors::StorageError
- io::format::AcceptedWriteOutput
- io::format::FileReadError
- io::format::InputFile
- io::read::csv::CsvReadPlan
- io::read::json::JsonReadError
- io::storage::CloudClient
- io::storage::adls::AdlsClient
- io::storage::adls::AdlsLocation
- io::storage::gcs::GcsClient
- io::storage::gcs::GcsLocation
- io::storage::inputs::ResolvedInputs
- io::storage::local::LocalClient
- io::storage::local::ResolvedLocalInputs
- io::storage::object_store::DeltaStoreConfig
- io::storage::planner::ObjectRef
- io::storage::s3::S3Client
- io::storage::s3::S3Location
- report::AcceptedOutputSummary
- report::ColumnSummary
- report::ConfigEcho
- report::EntityEcho
- report::EntitySummary
- report::FileMismatch
- report::FileOutput
- report::FileReport
- report::FileValidation
- report::GitInfo
- report::JsonReportFormatter
- report::MismatchIssue
- report::PolicyEcho
- report::ReportEcho
- report::ReportWriter
- report::ResolvedInputs
- report::ResultsTotals
- report::RuleSummary
- report::RunInfo
- report::RunReport
- report::RunSummaryReport
- report::SinkArchiveEcho
- report::SinkEcho
- report::SinkTargetEcho
- report::SourceEcho
- report::ToolInfo
- report::output::ReportOutput
- run::EntityOutcome
- run::RunOutcome
Enums
- io::format::FormatKind
- io::format::ReadInput
- io::storage::local::LocalInputMode
- io::storage::output::OutputPlacement
- io::storage::target::Target
- report::FileStatus
- report::MismatchAction
- report::ReportError
- report::ResolvedInputMode
- report::RuleName
- report::RunStatus
- report::Severity
- report::SourceReadPlan
Traits
- checks::RowErrorFormatter
- io::format::AcceptedSinkAdapter
- io::format::InputAdapter
- io::format::RejectedSinkAdapter
- io::storage::StorageClient
- report::ReportFormatter
Functions
- checks::apply_mismatch_plan
- checks::apply_schema_mismatch
- checks::build_accept_rows
- checks::build_errors_formatted
- checks::build_errors_json
- checks::build_row_masks
- checks::cast_mismatch_counts
- checks::cast_mismatch_errors
- checks::cast_mismatch_errors_sparse
- checks::column_index_map
- checks::not_null_counts
- checks::not_null_errors
- checks::not_null_errors_sparse
- checks::plan_schema_mismatch
- checks::rejected_error_columns
- checks::row_error_formatter
- checks::unique_counts
- checks::unique_errors
- checks::unique_errors_sparse
- config::resolve_config_location
- config::resolve_local_path
- io::format::accepted_sink_adapter
- io::format::collect_row_errors
- io::format::ensure_accepted_sink_format
- io::format::ensure_input_format
- io::format::ensure_rejected_sink_format
- io::format::input_adapter
- io::format::rejected_sink_adapter
- io::format::sink_options_warning
- io::format::validate_sink_options
- io::read::csv::read_csv_file
- io::read::csv::read_csv_header
- io::read::parquet::read_parquet_lazy
- io::read::parquet::read_parquet_schema_names
- io::storage::adls::build_input_files
- io::storage::adls::format_abfs_uri
- io::storage::adls::parse_adls_uri
- io::storage::archive::archive_input_file
- io::storage::extensions::glob_patterns_for_format
- io::storage::extensions::suffixes_for_format
- io::storage::gcs::build_input_files
- io::storage::gcs::format_gcs_uri
- io::storage::gcs::parse_gcs_uri
- io::storage::gcs::temp_path_for_key
- io::storage::inputs::resolve_inputs
- io::storage::local::resolve_local_inputs
- io::storage::object_store::delta_store_config
- io::storage::ops::archive_input
- io::storage::ops::resolve_inputs
- io::storage::output::write_output
- io::storage::paths::archive_relative_path
- io::storage::paths::build_output_filename
- io::storage::paths::build_part_stem
- io::storage::paths::resolve_archive_key
- io::storage::paths::resolve_archive_path
- io::storage::paths::resolve_output_dir_key
- io::storage::paths::resolve_output_dir_path
- io::storage::paths::resolve_output_key
- io::storage::paths::resolve_output_path
- io::storage::paths::resolve_sibling_key
- io::storage::paths::resolve_sibling_path
- io::storage::planner::ensure_parent_dir
- io::storage::planner::filter_by_suffixes
- io::storage::planner::join_prefix
- io::storage::planner::normalize_separators
- io::storage::planner::stable_sort_refs
- io::storage::planner::temp_path_for_key
- io::storage::s3::build_input_files
- io::storage::s3::file_name_from_key
- io::storage::s3::file_stem_from_name
- io::storage::s3::filter_keys_by_suffixes
- io::storage::s3::format_s3_uri
- io::storage::s3::parse_s3_uri
- io::storage::s3::temp_path_for_key
- io::write::csv::write_rejected_csv
- io::write::delta::write_delta_table
- io::write::parquet::write_parquet_to_path
- io::write::write_error_report
- io::write::write_rejected_raw
- load_config
- report::build::entity_metadata_json
- report::build::project_metadata_json
- report::build::source_options_json
- report::build::summarize_validation
- report::build::summarize_validation_sparse
- report::compute_run_outcome
- report::now_rfc3339
- report::output::write_entity_report
- report::output::write_summary_report
- report::run_id_from_timestamp
- run::normalize::normalize_dataframe_columns
- run::normalize::normalize_name
- run::normalize::normalize_schema_columns
- run::normalize::resolve_normalize_strategy
- run::run
- run::run_with_base
- validate
- validate_config_for_tests
- validate_with_base
- warnings::emit
- warnings::emit_once