Skip to content

Commit 3b4d609

Browse files
Carlo JavierGitHub Enterprise
authored andcommitted
Merge branch 'main' into PLAT-234038/add-use-case-in-data-mgmt-guide
2 parents 3762110 + 8a5109b commit 3b4d609

File tree

566 files changed

+11341
-3172
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

566 files changed

+11341
-3172
lines changed

.github/exl-admin.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version: 1
2+
type: article
3+
metadata:
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: validate article
2+
on:
3+
pull_request:
4+
branches:
5+
- main
6+
push:
7+
branches:
8+
- main
9+
issue_comment:
10+
types: [created]
11+
workflow_dispatch:
12+
13+
jobs:
14+
validate-articles:
15+
# Only run if it's not a comment trigger, or if it's a retest comment on a PR
16+
if: |
17+
github.event_name != 'issue_comment' ||
18+
(github.event.issue.pull_request && contains(github.event.comment.body, 'retest'))
19+
uses: Adobe-Enterprise-Docs/workflows/.github/workflows/validate-articles.yml@main
20+
with:
21+
debug: true
22+
secrets:
23+
SCCM_GITHUB_APP_ID: ${{ secrets.SCCM_GITHUB_APP_ID }}
24+
SCCM_GITHUB_APP_PRIVATE_KEY: ${{ secrets.SCCM_GITHUB_APP_PRIVATE_KEY }}
25+
SCCM_SLACK_TOKEN: ${{ secrets.SCCM_SLACK_TOKEN }}

help/access-control/abac/apply-access-labels-destinations.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,12 @@ You can add standard and custom labels to destination dataflows. After you add a
6767

6868
## Important callouts and items to know {#important-callouts}
6969

70-
Currently, access labels can only be applied to existing dataflows. This means that you need to create a dataflow to a destination before you can apply access labels.
70+
* Currently, access labels can only be applied to existing dataflows. This means that you need to create a dataflow to a destination before you can apply access labels.
71+
* You cannot apply an access label to a destination dataflow if you do not have access to that label.
72+
* When adding multiple labels to a destination dataflow, users who should be able to view and edit the dataflow must be added to a role with at least the same combination of labels. For example, if you apply the labels C1, I2, and another custom label to a destination dataflow, only users added to roles with access to the combination of these three labels are able to view and edit this specific destination dataflow.
73+
* Destination dataflows that a user does not have access to due to access label configurations may appear in the UI in a greyed-out state; users cannot perform any actions on those dataflows.
7174

72-
You cannot apply an access label to a destination dataflow if you do not have access to that label.
73-
74-
When adding multiple labels to a destination dataflow, users who should be able to view and edit the dataflow must be added to a role with at least the same combination of labels. For example, if you apply the labels C1, I2, and another custom label to a destination dataflow, only users added to roles with access to the combination of these three labels are able to view and edit this specific destination dataflow.
75+
![The destinations browse catalog with the actions window greyed out.](../images/olac/destinations-greyed-edit.png)
7576

7677
>[!NOTE]
7778
>
401 KB
Loading

help/ai-assistant/TOC.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ role: Admin,User,Developer,Leader
1515
* [AI Assistant UI guide](ui-guide.md)
1616
* [Privacy, Security, and Governance](privacy.md)
1717
* [FAQ](faq.md)
18+
* [Legal disclaimer](legal-disclaimer.md)
1819
* New features {#new-features}
1920
* [AI Assistant capabilities in Alpha and Beta](./new-features/alpha-beta.md)
2021
* [Monitor significant changes and forecast audiences](./new-features/audience-forecasting.md)
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Legal Disclaimer - Personal Data, Language Support, and Verifying Responses
3+
description: Learn about legal disclaimers regarding personal data, language support, and verifying responses when using AI Assistant.
4+
exl-id: 1a3c698e-49eb-4a3b-8e1d-4da909581d57
5+
---
6+
# Legal Disclaimer: Personal Data, Language Support, and Verifying Responses
7+
8+
Read this document for information on legal disclaimers regarding personal data, language support, and verifying responses when using the Adobe Experience Platform AI Assistant.
9+
10+
## Personal Data {#personal-data}
11+
12+
AI Assistant uses an automated chatbot. Your use of this automated chatbot constitutes consent that the information you provide in the chat session will be collected, used, disclosed, and retained by Adobe and service providers acting on Adobe's behalf in accordance with the terms of the agreement between your organization and Adobe.
13+
14+
If you need to include personal data here, only add what's necessary and only if you have the right to use it.
15+
16+
## Language Support {#language-support}
17+
18+
AI Assistant is currently supported in English only. Non-English inputs may produce inconsistent or erroneous results. Issues arising from non-English responses won't be addressed or improved at the present time.
19+
20+
## Verifying Responses {#verifying-responses}
21+
22+
It is important to check your answers, as language models can make mistakes. Always verify the sources to ensure that SQL logic is correct and that the appropriate documentation was referenced for your use case. Review the reasoning steps and explanations provided by AI Assistant to understand how it arrived at its answer. If something does not look right, please submit feedback.

help/catalog/catalog-faq.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ You can set up retention policies on datasets created using the ExperienceEvent
2222

2323
+++Answer
2424

25+
>[!NOTE]
26+
>
27+
>The retention period for Profile Service can only be updated once every 30 days.
28+
2529
Yes, you can apply different retention policies for the data lake and Profile Service.
2630

2731
+++

help/catalog/datasets/experience-event-dataset-retention-ttl-guide.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,13 @@ For example, if you apply a 30-day expiration policy on May 15th, the following
327327
### Can I set different retention policies for data lake and Profile services?
328328

329329
+++Answer
330+
331+
>[!NOTE]
332+
>
333+
>The retention period for Profile Service can only be updated once every 30 days.
334+
330335
Yes, you can set different retention policies for data lake and Profile services. The retention period for the Profile store can be shorter or longer than the data lake retention period, depending on your organization's needs.
336+
331337
+++
332338

333339
### How can I check my current dataset usage?

help/catalog/datasets/user-guide.md

Lines changed: 19 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ This user guide requires a working understanding of the following components of
5050
5151
>[!CONTEXTUALHELP]
5252
>id="platform_datasets_orchestratedCampaigns_toggle"
53-
>title="Orchestrated Campaigns"
54-
>abstract="Enable this toggle to allow the selected dataset to be used in Adobe Journey Optimizer Orchestrated Campaigns. The dataset must use a relational schema and only one dataset can be created per schema."
53+
>title="Orchestrated campaigns"
54+
>abstract="Enable this toggle to allow the selected dataset to be used in Adobe Journey Optimizer Orchestrated campaigns. The dataset must use a relational schema and only one dataset can be created per schema."
5555
5656
In the [!DNL Experience Platform] UI, select **[!UICONTROL Datasets]** in the left-navigation to open the **[!UICONTROL Datasets]** dashboard. The dashboard lists all available datasets for your organization. Details are displayed for each listed dataset, including its name, the schema the dataset adheres to, and the status of the most recent ingestion run.
5757

@@ -102,25 +102,26 @@ More information on these available actions can be found in their respective sec
102102

103103
### Preview a dataset {#preview}
104104

105-
You can preview dataset sample data from both the inline options of the [!UICONTROL Browse] tab and also the [!UICONTROL Dataset activity] view. A new dataset preview window is available with additional navigation and context enhancements.
105+
You can preview up to 100 rows of sample data for any dataset, either from the inline options in the [!UICONTROL Browse] tab or from the [!UICONTROL Dataset activity] view.
106106

107-
From the [!UICONTROL Browse] tab, select the ellipsis (...) next to the dataset name you want to preview. A list of options appears. Next, select [!UICONTROL Preview dataset] from the available options. If the dataset is empty, the preview link is deactivated and indicates that the preview is not available.
107+
From the [!UICONTROL Browse] tab, select the ellipsis (...) next to the dataset name and choose [!UICONTROL Preview dataset]. If the dataset is empty, the preview option is deactivated. Alternatively, from the **[!UICONTROL Dataset activity]** screen, select **[!UICONTROL Preview dataset]** near the top-right corner of your screen.
108108

109109
![The Browse tab of the Datasets workspace with the ellipsis and Preview dataset option highlighted for the chosen dataset.](../images/datasets/user-guide/preview-dataset-option.png)
110110

111-
This opens the preview window, where the hierarchical schema view for the dataset is shown on the left.
111+
This opens the preview window, where the hierarchical schema view for the dataset appears on the left.
112112

113113
>[!NOTE]
114114
>
115-
>The schema diagram on the left side of the view only displays fields that contain data. Fields without data are automatically hidden to streamline the UI and focus on relevant information.
115+
>The schema diagram on the left only displays fields that contain data. Fields without data are automatically hidden to streamline the UI and focus on relevant information.
116116
117117
![The dataset preview dialog with information about the structure, as well as sample values, for the dataset are shown.](../images/datasets/user-guide/preview-dataset.png)
118118

119-
Alternatively, from the **[!UICONTROL Dataset activity]** screen, select **[!UICONTROL Preview dataset]** near the top-right corner of your screen to preview up to 100 rows of data.
119+
Alternatively, from the **[!UICONTROL Dataset activity]** screen, select **[!UICONTROL Preview dataset]** to open the preview window and review a sample of your dataset's structure and values.
120120

121121
![The Preview dataset button is highlighted.](../images/datasets/user-guide/select-preview.png)
122122

123-
The dataset preview window provides a streamlined interface for exploring and validating datasets.
123+
The dataset preview window provides a quick way to explore and validate your dataset's structure and data.
124+
124125

125126
#### Dataset preview window {#dataset-preview-window}
126127

@@ -131,34 +132,25 @@ The following animation shows the dataset preview window with its navigation and
131132
The dataset preview window includes:
132133

133134
* An object browser sidebar on the left for navigating and filtering dataset fields.
134-
* Data type indicators displayed next to each column name for quick insight into the structure of the dataset.
135+
* Data type indicators next to each column name for insight into the structure of the dataset.
135136
* A SQL query display at the top of the window, showing the query used to generate the dataset.
136-
* A formatted table view of up to 100 rows in the lower right area for efficient data review.
137-
* Direct navigation to Query Editor for Data Distiller users, with the SQL query prepopulated for further exploration or modification.
138-
139-
These features support fast navigation, schema understanding, and transparent dataset validation.
137+
* A formatted table view of up to 100 rows for efficient data review.
140138

141-
Select **[!UICONTROL Preview dataset]** from the inline actions or from the [!UICONTROL Dataset activity] screen to open the preview window.
142-
143-
>[!NOTE]
144-
>
145-
>The preview window displays a sample of up to 100 rows. Fields without data are excluded from the view.
139+
These features help you navigate, understand schema details, and validate sample data efficiently.
146140

147141
#### Advanced Query Editor shortcut {#query-editor-shortcut}
148142

149-
If your organization has a Data Distiller license, you can access the Advanced Query Editor directly from the dataset preview window.
143+
If your organization has a Data Distiller license, you can access the [!UICONTROL Advanced Query Editor] directly from the dataset preview window. Use this shortcut to move seamlessly from previewing sample data to running and refining queries in Query Service.
150144

151145
>[!AVAILABILITY]
152146
>
153-
>Only users with the required Data Distiller license can access this functionality. If your organization does not have Data Distiller, the [!UICONTROL Advanced query editor] option is not visible.
154-
155-
Select **[!UICONTROL Advanced query editor]** in the upper right of the preview window to open the Query Editor. The current preview query is preloaded and ready for execution or further analysis.
147+
>Access to the [!UICONTROL Advanced Query Editor] is limited to organizations with a Data Distiller SKU license. If your organization does not have the required license, this option does not appear in the dataset preview window.
156148
157-
![Dataset preview window showing the Advanced query editor button in the upper right.](../images/datasets/user-guide/dataset-preview-advanced-query-editor.png)
149+
Select [!UICONTROL Advanced Query Editor] in the upper right of the preview window to open Query Service with your current SQL query pre-loaded and executed. You can continue analyzing or modify the SQL without re-entering the query.
158150

159-
This shortcut enables you to move seamlessly from previewing sample data to running and refining queries in Query Service without re-entering SQL or context.
151+
![Dataset preview window showing the Advanced Query Editor button in the upper right.](../images/datasets/user-guide/dataset-preview-advanced-query-editor.png)
160152

161-
For additional data access and analysis, use downstream services such as [!DNL Query Service] and [!DNL JupyterLab]. See the following documents for more information:
153+
For additional analysis, use downstream services such as [!DNL Query Service] and [!DNL JupyterLab]. See the following documents for more information:
162154

163155
* [Query Service overview](../../query-service/home.md)
164156
* [JupyterLab user guide](../../data-science-workspace/jupyterlab/overview.md)
@@ -239,6 +231,8 @@ Configure your preferred retention period in the data retention settings dialog.
239231
>[!NOTE]
240232
>
241233
>The minimum retention period for the data lake is 30 days. The minimum retention period for Profile Service is one day.
234+
>
235+
>Additionally, you can only update the retention period for Profile Service once every 30 days.
242236
243237
To support transparency and monitoring, timestamps are provided for the **last** and **next** data retention job executions. The timestamps help you understand when the last data cleanup occurred and when the next one is scheduled.
244238

-135 KB
Loading

0 commit comments

Comments
 (0)