Hello everyone, I’m currently working on automating imports into Collibra using the Import API, and I’ve encountered a strange issue specifically with the synchronized import endpoint (/import/synchronize/csv/job and /import/synchronize/finalize/job). 🧪 Context of the Problem: I have a working CSV file and template JSON that are correctly set up for importing domains into Collibra. If I use /import/csv/job or /import/synchronize/batch/csv/job, everything works perfectly — I can see the new assets (domains) appear in Collibra right after the job. However, when I use the synchronized import endpoints (/import/synchronize/csv/job followed by /import/synchronize/finalize/job), the import appears to succeed (status = SUCCESS in the API response and platform activity monitor), but no new domains show up in the Collibra UI. ✅ What I’ve Already Verified: The synchronizationId used in both API calls is the same and correctly passed. The CSV file and template JSON are valid — they work flawlessly in the normal and batch import modes. I’ve tried with a simple test case: just one domain in the CSV. The API responses for both synchronize and finalize show success — no error or warning. I’ve double-checked the Activity Monitor in Collibra: both jobs appear there and are marked as “Success”, but still no resulting data in the platform. I’ve also confirmed the Collibra instance supports synchronous imports and the import configuration seems to be enabled in the backend. ❓ Questions: Has anyone experienced this issue before — successful synchronized import + finalize, but no data appearing? Is there a hidden validation rule, permission issue, or finalization behavior that could prevent the data from being persisted or shown? Could there be anything specific I should check in the logs or via API to debug this further?