We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698c1dd commit e2c5409Copy full SHA for e2c5409
cid/helpers/cur.py
@@ -213,7 +213,7 @@ def tag_and_cost_category_fields(self) -> list:
213
if int(line[1]) > 10:
214
cid_print(f' <BOLD>{line[0]:<{max_width}}<END> | {line[1]} ')
215
self._tag_and_cost_category += sorted([f"{tag_type}['{line[0]}']" for line in res])
216
- except (self.athena.client.exceptions.ClientError, Exception) as exc:
+ except (self.athena.client.exceptions.ClientError, CidCritical) as exc:
217
logger.error(f'Failed to read {tag_type} from {self.table_name}: {exc}. Will continue without.')
218
return self._tag_and_cost_category
219
else:
0 commit comments