raster-foundry / granary

Open source repo for AI-supported information feeds

Home Page:https://raster-foundry.github.io/granary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve Job Name Sanitization

notthatbreezy opened this issue · comments

We use the task name to construct the job name. The sanitization we do perform only handles whitespace.

We need to account for other scenarios, including task names with parentheses.

From the AWS docs:

The name of the job. The first character must be alphanumeric, and up to 128 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed.