Skip to content

Commit

Permalink
fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov-aws committed Dec 14, 2024
1 parent 2126e5d commit a4fc908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cid/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ def export_analysis(qs, athena, glue):
)['Definition']

definition.pop('QueryExecutionMode', None) # QueryExecutionMode is supported for export but not for create or update as of 2024-10-17
definition.pop('QueryExecutionOptions', None) # QueryExecutionOptions is supported for export but not for create or update as of 2024-10-17

for dataset in definition.get('DataSetIdentifierDeclarations', []):
# Hide region and account number of the source account
Expand Down

0 comments on commit a4fc908

Please sign in to comment.