Skip to content

Commit

Permalink
support limit object
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-edenbr committed Jul 17, 2024
1 parent 078f7b1 commit 0dfa741
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lists_and_dictionaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -991,11 +991,7 @@
# a new field named same as the object with the identifier as its value (and delete the rest of the objects' fields!)
fields_to_convert_from_obj_to_identifier_by_api_type = {
"simple-gateway": simple_gateway_cluster_common['fields_to_convert_from_obj_to_identifier'],
"simple-cluster": simple_gateway_cluster_common['fields_to_convert_from_obj_to_identifier'],
"data-type-traditional-group": ["data-types"],
"data-type-group": ["file-content", "file-type"],
"data-type-file-attributes": ["file-groups-list"],
"data-type-compound-group": ["matched-groups", "unmatched-groups"]
"simple-cluster": simple_gateway_cluster_common['fields_to_convert_from_obj_to_identifier']
}

fields_to_exclude_from_import_by_api_type_and_versions = {
Expand Down

0 comments on commit 0dfa741

Please sign in to comment.