Unify and manage your data

Emulate Spark export behavior

Adjust recipe logic to fix export file issues caused by Spark export behavior in batch jobs.

Make sure:

  • The export job is returning blank URLs in the output.
  • You have access to edit the recipe D&B | PROC | Export Reltio Entities - Get Download URLs.
In some environments, the output of the Reltio export job contains blank file URLs. This issue is due to unnecessary fallback logic that doesn’t align with Spark-based job behavior. You can resolve it by removing the ELSE path from the export logic.
To fix export file URL behavior:
  1. Open the recipe D&B | PROC | Export Reltio Entities - Get Download URLs.
  2. Navigate to Step 41 of this recipe.
  3. Delete the ELSE step (Step 41 and Step 42).

    This prevents the recipe from using fallback logic that inserts a blank URL.

  4. Save and restart the recipe.

After this change, the export URLs should correctly point to valid download links for the enriched data file. This resolves Spark export compatibility issues and ensures batch jobs complete successfully.