Skip to content

Comments

Add cloudwatch reporting script to tools#40

Open
dylanlee wants to merge 2 commits intomainfrom
reporting
Open

Add cloudwatch reporting script to tools#40
dylanlee wants to merge 2 commits intomainfrom
reporting

Conversation

@dylanlee
Copy link
Contributor

@dylanlee dylanlee commented Aug 28, 2025

This is a python script that automatically submits a series of python queries for a batch to allow a quick assessment of a batch outcome. Reports include json files that compile error messages from pipeline or child jobs and newline delimited lists of text files for failed, successful, or early exit jobs.

This is a python script that automatically submits a series of python
queries for a batch to allow a quick assessment of a batch outcome
return parser.parse_args()


def run_query(logs_client, log_group: str, start_time: int, end_time: int, query: str) -> List[Dict]:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add a type hint for logs_client as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants