Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov-aws committed Dec 24, 2023
1 parent 7785277 commit d129f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cid/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def cur(self) -> CUR:
_cur.glue = self.glue
print('Checking if CUR is enabled and available...')

if not _cur.configured:
if not _cur.metadata:
raise CidCritical("Error: please ensure CUR is enabled, if yes allow it some time to propagate")

print(f'\tAthena table: {_cur.table_name}')
Expand Down

0 comments on commit d129f30

Please sign in to comment.