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
In parse_yaml, when only some resource types are being updated, it is probably unnecessary to re-write the JSON files for all resource types.
However, resource collections and file deletions still need to be handled correctly. I.e. when a collection YAML file was updated, the JSON file belonging to the resource type of that collections needs to be updated as well. And when a resource file was deleted the JSON file belonging to that file's resource type needs to be updated.
The text was updated successfully, but these errors were encountered:
In parse_yaml, when only some resource types are being updated, it is probably unnecessary to re-write the JSON files for all resource types.
However, resource collections and file deletions still need to be handled correctly. I.e. when a collection YAML file was updated, the JSON file belonging to the resource type of that collections needs to be updated as well. And when a resource file was deleted the JSON file belonging to that file's resource type needs to be updated.
The text was updated successfully, but these errors were encountered: