Request for the feature - import the specific entities using uuid

Created on 25 March 2025, about 1 month ago

Problem/Motivation

I'm using more than 3000 paragraphs of content in my instance. I have used this module to export the paragraph as a JSON file.

  1. During the paragraph import, I noticed that the module compares all paragraph JSON data with the DB entity value.
    1. If the JSON uuid does not exist in DB then the modules import the JSON file data into DB.
    2. If the JSON uuid exists in DB then the modules compare the JSON data with DB entity data to confirm whether the JSON file has the updated content or not. If the JSON has the updated content then the import is happening.

I don't want to compare all three 3000-paragraph JSON files every time during the import. Because this comparison takes more than 2 minutes. I try to reduce the paragraph import time to optimize the deployment. I want to import the specific JSON paragraph file using uuid.

In my instance, the paragraph content has a different paragraph ID in Dev and a different ID in Test. The Paragraph entity ID is not the same in all environments. The paragraph uuid is the same in all environments. So, I request the new feature to import the specific entity JSON files using uuid.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Feature request
Status

Active

Version

2.1

Component

Code

Created by

🇮🇳India manojkumar_g

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024