access to latest profile_snapshot_export_ dataset of the default merge policy | Community
Skip to main content
bjoern__koth
Adobe Champion and Community Advisor
Adobe Champion and Community Advisor
February 4, 2026
Solved

access to latest profile_snapshot_export_ dataset of the default merge policy

  • February 4, 2026
  • 2 replies
  • 22 views

Hi all,

is there a shortcut to the latest "profile_snapshot_export_” dataset name of the default merge policy?

As I understand it, each merge policy gets a nightly snapshot dataset with a dynamically changing name. Now, to query this for instance in query templates, do you know of a simple way how to resolve this name for the (let's start simple) default merge policy?

Like an alias or similar?

Cheers

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Tof_Jossic

@bjoern__koth Not sure there is a direct way to do it from Query Service, I only know of the Catalog Service API with:

GET https://platform.adobe.io/data/foundation/catalog/dataSets

 

.. where you would see what merge policies are associated to the different profile_snapshot_export datasets.

 

 

 

2 replies

Tof_Jossic
Adobe Employee
Tof_JossicAdobe EmployeeAccepted solution
Adobe Employee
February 4, 2026

@bjoern__koth Not sure there is a direct way to do it from Query Service, I only know of the Catalog Service API with:

GET https://platform.adobe.io/data/foundation/catalog/dataSets

 

.. where you would see what merge policies are associated to the different profile_snapshot_export datasets.

 

 

 

bjoern__koth
Adobe Champion and Community Advisor
Adobe Champion and Community Advisor
February 5, 2026

Yeah just wondering whether access to the profile snapshot should not be a standard feature in query service for easier profile data access. Just from performance perspective, this would surely be a lot more efficient.

Cheers from Switzerland!