Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
noah-paige authored and dlpzx committed Dec 6, 2022
1 parent eb92cdf commit 43528e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/dataall/utils/naming_convention.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def __str__(self):
S3 = {'regex': '[^a-zA-Z0-9-]', 'separator': '-', 'max_length': 63}
IAM = {'regex': '[^a-zA-Z0-9-_]', 'separator': '-', 'max_length': 63}
GLUE = {'regex': '[^a-zA-Z0-9_]', 'separator': '_', 'max_length': 63}
NOTEBOOK = {'regex': '[^a-zA-Z0-9-]','separator': '-', 'max_length': 63}
NOTEBOOK = {'regex': '[^a-zA-Z0-9-]', 'separator': '-', 'max_length': 63}
DEFAULT = {'regex': '[^a-zA-Z0-9-_]', 'separator': '-', 'max_length': 63}


Expand Down

0 comments on commit 43528e9

Please sign in to comment.