Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
fix: remove _subsciptionStatus from export result field
Browse files Browse the repository at this point in the history
  • Loading branch information
ssvegaraju committed Feb 4, 2022
1 parent 84c9f1a commit 3b76a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bulkExport/glueScripts/export-script.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def get_transitive_references(resource, transitive_reference_map, server_url):

# Drop fields that are not needed
print('Dropping fields that are not needed')
data_source_cleaned_dyn_frame = DropFields.apply(frame = filtered_dates_resource_dyn_frame, paths = ['documentStatus', 'lockEndTs', 'vid', '_references', '_tenantId', '_id'])
data_source_cleaned_dyn_frame = DropFields.apply(frame = filtered_dates_resource_dyn_frame, paths = ['documentStatus', 'lockEndTs', 'vid', '_references', '_tenantId', '_id', '_subscriptionStatus'])

def add_dup_resource_type(record):
record["resourceTypeDup"] = record["resourceType"]
Expand Down

0 comments on commit 3b76a34

Please sign in to comment.