Populating dataset from another dataset automatically | Community
Skip to main content
Level 2
February 22, 2022
Solved

Populating dataset from another dataset automatically

  • February 22, 2022
  • 1 reply
  • 872 views

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?

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 archit_garg

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

 

 

1 reply

archit_gargAccepted solution
Level 2
February 26, 2022

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