Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.
SOLVED

Alteryx MongoDB: Validation Results Stored in Mongo

elsastark
10 - Fireball

Hi Community!

 

When someone publishes a workflow, they have the option to Validate while saving. That result is shown in the job history once they are on Gallery so I am guessing the results of the validation are stored somewhere within MongoDB

 

Is that job reflected in the AS_Queue and/or AS_Result table? If so, is there some sort of flag to ensure we aren't reporting it for any sort of performance metrics since it is just a quick validation?

 

2 REPLIES 2
raychase
11 - Bolide

@elsastark - I'm a bit late to the game in responding to this one, but yes, it's easy to identify jobs that were validation-related.

 

Within AS_Queue, there's a field called QOS_Priority.  If you look at value '6' within this field, you'll find your validation jobs.

elsastark
10 - Fireball

Thanks @raychase - appreciate the response!