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 7e1b197 commit 2c4837bCopy full SHA for 2c4837b
cid/common.py
@@ -116,7 +116,7 @@ def cur(self) -> CUR:
116
print('Checking if CUR is enabled and available...')
117
118
if not _cur.configured:
119
- raise ClientError("Error: please ensure CUR is enabled, if yes allow it some time to propagate")
+ raise CidCritical("Error: please ensure CUR is enabled, if yes allow it some time to propagate")
120
121
print(f'\tAthena table: {_cur.tableName}')
122
print(f"\tResource IDs: {'yes' if _cur.hasResourceIDs else 'no'}")
0 commit comments