Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Populating dataset from another dataset automatically

Avatar

Level 2

I want to populate one dataset from another dataset automatically in Adobe Experience platform

The target dataset has query operations applied from source dataset (View kind of feature)

I don't want to schedule my query as that will not be real-time as I want to maintain the data freshness

As there any way to achieve this?

1 Accepted Solution

Avatar

Correct answer by
Level 3

Will creating a view on top of source dataset help?


CREATE VIEW view_name AS select_query

https://experienceleague.adobe.com/docs/experience-platform/query/sql/syntax.html?lang=en

 

 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 3

Will creating a view on top of source dataset help?


CREATE VIEW view_name AS select_query

https://experienceleague.adobe.com/docs/experience-platform/query/sql/syntax.html?lang=en