Session L614
Bonus
Checking Destinations in the Data Lake
after at least 30 minutes, you can even check your dataset to see if a profile was sent to a destination with the following go to aep to find it, go to dataset on the left rail in the list filter on " dest ", open the dataset that starts with " profile export for destination merge policy " and copy the table name on the right rail go to queries on the left rail click on create query on the top right copy and change the sql (as directed below) into the aep query change the sql using to the table name you copied above e g from \[tablename] would be changed to from profile export for destination merge policy 1a0f95ac 10fb 4f9b 9 in my sandbox sql for web event to hub select from \[tablename] where extsourcesystemaudit lastreferenceddate >= current date and identitymap\['email']\[0] id in ('depeche mode\@dep com') order by extsourcesystemaudit lastreferenceddate desc limit 10 order event to hub & web event to edge select from \[tablename] where extsourcesystemaudit lastreferenceddate >= current date and identitymap\['email']\[0] id in ('{{sandbox name}}@dep com') order by extsourcesystemaudit lastreferenceddate desc limit 10