Skip to content

Commit a34e52e

Browse files
committed
skip account map
1 parent 94f33b0 commit a34e52e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cid/export.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,8 @@ def export_analysis(qs, athena, glue):
270270
logger.debug(f'{dep_view_name} is not cur')
271271
if dep_view_name not in all_views_data:
272272
logger.debug(f'{dep_view_name} skipping as not in the views list')
273+
if dep_view_name in ['account_map']:
274+
logger.debug(f'{dep_view_name} is a special. skip.')
273275
non_cur_dep_views.append(dep_view_name)
274276
if deps.get('views'):
275277
deps['views'] = non_cur_dep_views

0 commit comments

Comments
 (0)