Validate a .athena package or staging directory against the Athena import specification.
$ARGUMENTS
The argument should be a file path to a .athena file or a staging directory.
Steps
-
Validate argument: Ensure a path was provided and exists.
-
Run validation:
python3 ${SKILL_ROOT}/../athena-package/scripts/validate_athena_package.py "$ARGUMENTS" -
Report results: If validation passes, confirm the package is ready for import. If errors are found, list them with fix guidance based on the error messages.