My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Comments
-
Hey Thanks for the info. Possibly a stupid question: Do you manually generate the XML that you posted ? Also is tokenPassport added to the header of the request? Or, do you add the clientPass [LIST] [*]tokenPassport = client.get_type('ns0:TokenPassport') [/LIST] [LIST] [*]clientPass = tokenPassport(account=nsAccountId,…
-
Resolved.
-
Hope the below code helps someone who is starting out. digest = hmac.new(str.encode(secret), msg=str.encode(thing_to_hash), digestmod=hashlib.sha256).digest() print(digest) signature = base64.b64encode(digest).decode() tokenPassport = client.get_type('ns0:TokenPassport') PassportSignature =…
-
starlingMark Thanks for the feedback.
-
Hi Mark, thanks for the welcoming me. Wouldn't setting the mr concurrency to 1 be counterproductive? I mean running the map on several queues would be why the data would get processed quickly. Am I missing something ? Sorry this is our first experience with Mr scripting. Thanks