LICENSE
pyproject.toml
setup.cfg
setup.py
version.txt
aws_glue_workflow_analyzer/__init__.py
aws_glue_workflow_analyzer/__main__.py
aws_glue_workflow_analyzer/cli.py
aws_glue_workflow_analyzer/exceptions.py
aws_glue_workflow_analyzer/logger.py
aws_glue_workflow_analyzer/output.py
aws_glue_workflow_analyzer/paginator.py
aws_glue_workflow_analyzer.egg-info/PKG-INFO
aws_glue_workflow_analyzer.egg-info/SOURCES.txt
aws_glue_workflow_analyzer.egg-info/dependency_links.txt
aws_glue_workflow_analyzer.egg-info/requires.txt
aws_glue_workflow_analyzer.egg-info/top_level.txt
aws_glue_workflow_analyzer/analyzer/__init__.py
aws_glue_workflow_analyzer/analyzer/aws_client.py
aws_glue_workflow_analyzer/analyzer/details_collector.py
aws_glue_workflow_analyzer/analyzer/error_retriever.py
aws_glue_workflow_analyzer/analyzer/run_retriever.py
aws_glue_workflow_analyzer/analyzer/table_analyzer.py
aws_glue_workflow_analyzer/analyzer/workflow.py
docs/README.md
tests/__init__.py
tests/test_cli.py
tests/test_exceptions.py
tests/test_main.py
tests/test_output.py
tests/test_paginator.py
tests/analyzer/__init__.py
tests/analyzer/test_aws_client.py
tests/analyzer/test_details_collector.py
tests/analyzer/test_error_retriever.py
tests/analyzer/test_run_retriever.py
tests/analyzer/test_table_analyzer.py
tests/analyzer/test_workflow.py