You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.debug(f'Provided cur-table-name "{table}" in database "{cur_database}" is not found. ({exc})')
259
-
raiseCidCritical(f'Provided cur-table-name "{table}" in database "{cur_database}" is not found. Please make sure the table exists. This could also indicate a LakeFormation permission issue, see our FAQ for help.')
258
+
logger.debug(f'Provided cur-table-name "{table}" in database "{cur_databaseorself.athena.DatabaseName}" is not found. ({exc})')
259
+
raiseCidCritical(f'Provided cur-table-name "{table}" in database "{cur_databaseorself.athena.DatabaseName}" is not found. Please make sure the table exists. This could also indicate a LakeFormation permission issue, see our FAQ for help.')
0 commit comments