Hi @arijitg,
Thanks for your reply.
Wondering pre-request script is needed to incorporate in program to call token api?
My understanding is we might need some response headers to be defined on the requested resource. Not sure how to add those headers/config on token resource.
We had similar issue w...
Hi,
we’re trying to fetch profile & event details via API. To establish a connection with AEP, we are using token api to generate token which return CORS policy error. Please note this error occurs only when we try to access token api programmatically. With Postman, it works.
Token API End Point :...
Hi @Anil_Umachigi,
API End Point: POST https://platform.adobe.io/data/foundation/query/queries
Payload :
{
"dbName": "<sandbox>:cjm_qsaccel",
"sql": "SELECT * FROM <table_Name>",
"name": "API Test Query6",
"description": "API Test Query Description4"
}
Total Record...
Hi,
I've a simple query which I'm executing from Query Service UI & API.
Query Service UI execution return records successfully where as API query execution fails. I can see status of both the execution in Query Service log.
I'm executing the same query from UI & API.
Query : Select * FROM <table...
Hi @dwright-adobe,
DSW and Git this answers my last question related to managing code versions & integrating JupyterLab with SCM tool. Thanks for sharing.
Hi @gugun ,
Following query service end point submit your query to AEP and return query id with status code "202 Submitted". Upon successful submission, your query went through multiple phases like "In-Progress/Success/Failed/Killed/Timeout".
1] Query Submission end point (No need to trigger, it aut...
Hi,
I have few queries on maintenance and deployment practices. Any detailed document will really help.
Do we have any standard practices to maintain AEP instance and sandboxes?What are the activities that are carried out as part of maintenance and how frequent? Do we have any dashboard to monitor...
Hi @Anuhya-Y ,
Thanks for your reply. As per document, inline function supports array element. I have different data model which does not have arrays. Also, I feel inline function would be more helpful when we know the column name in advance. So I'm getting error as type mismatch.
Thanks.
Hi,
I've a dataset which contains 51 columns but when I query my dataset in query service it return just 16 columns.
Column in dataset :
_idendUserIDs._experience.emailid.idweb.webInteraction.URL application.launches.valueendUserIDs._experience.emailid.namespace.codeweb.webInteraction.linkClicks.id...