Closed mariia-iureva closed 1 week ago
You're going to need to add this file's dependencies to pyproject.toml in order for it to run in a clean environment
You're going to need to add this file's dependencies to pyproject.toml in order for it to run in a clean environment
Addressed this one and added dependencies
The warnings produce a lot of noise, it'd be good to accept a 'verbose' flag and only log the warnings if it's set to true.
The warnings produce a lot of noise, it'd be good to accept a 'verbose' flag and only log the warnings if it's set to true.
Added --verbose flag and hid most of the print statements in it
This validator ensures that the Mixer job configuration is correct, data is properly aligned, and filters are valid before starting the actual Mixer job.
Configuration Validation
S3 Path and Permission Validation
Stream Filter Validation
Document and Attribute Alignment
Filter Execution Simulation
Attribute Name Validation
File Sampling and Analysis
Reporting and Logging
Error Handling and Cleanup