Be sure to review our Idea Submission Guidelines for more information!
Submission GuidelinesHello all,
This may be a little controversial. As of today, when you buy an Alteryx Server, the basic package covers up to 4 cores :
https://community.alteryx.com/t5/Alteryx-Server-Knowledge-Base/How-Alteryx-defines-cores-for-licensing-our-products/ta-p/158030
I have always known that. But these last years, the technology, the world has evolved. Especially the number of cores in a server. As an example, AMD Epyc CPU for server begin at 8 cores :
https://www.amd.com/en/processors/epyc-7002-series
So the idea is to update the number of cores in initial package for 8 or even 16 cores. It would :
-make Alteryx more competitive
-cost only very few money
-end some user frustration
Moreover, Alteryx Server Additional Capacity license should be 4 cores.
Best regards,
Simon
Hi Team,
The Alteryx API documentation for Audit was only available for certain entities(workflow, collection, etc.,) and not available for Schedule entities
If you create a schedule in Gallery, information about the schedule like creation date time, frequency, owner, type, last run, next run, etc. will be updated in MongoDB. If a user edits or modifies a schedule in the gallery, the edited/updated information is only available in MongoDB. There is no possibility of seeing audit information like old value(before change), new value, or operation (update, delete, insert).
We required the Audit information of the entire gallery operation such as schedule, Collection, Workflow creation, updation, and deletion.
Regards,
Ariharan Rengasamy
Hello,
Tableau has a nice Postman Collection available... it's really easy to use since you can download or forkt it on Postman and all you have to do is to write the variable values.
I would like the same thing but for Alteryx.
Best regards,
Simon
It would be useful there was the concept of a description for Alteryx content, which was displayed within Gallery, as even with logical folders, naming conventions & tags when there are several hundred items available this additional metadata would be highly beneficial to users to know what the content they can see actually does. The ability to search this description would also be highly useful.
Enhancement request that there is an ability to limit collection naming rights to the collection owner and/or collection admins. Currently anyone with access to a collection can rename it.
Enhancement for the ability to trap errors at the tool level, take actions, and direct workflows based on error messages. If a tool presents an error, check for additional handling instruction in the configuration panel.
As we have more and more users onboarded to the Server, and many users share similar names, it is getting more and more complicated to manage.
It will be great if we have a management console that allows us to create User Groups, Tags, set User Departments, and more controls alongside their curator, designer, etc status on Server.
Groups like User Groups gives a group of people access into certain workflows, districts, collections, etc. It will also be helpful as it can also be an audit trail of who ran what - with a feature that allows users or groups of users to run certain tasks or schedules.
A maintenance mode would not be luxury, so that the worker does not take any more new job and finishes those which it has in progress. to be able to stop this one more easily.
Special characters cannot be accommodated when searching usernames or workflows in the Gallery and Admin UI pages.
Hello Community!
I really enjoy the concept of the Data Connection Manager, but we have controls in place that don't allow our users to share database connections with each other - the official data source owner needs to approve. We have been able to do this with the typical Data Connections through Active Directory groups that we load into Gallery custom groups.
It would be nice to be able to allow users to create their own data connections to be shared but we would like to add a couple of governance features:
Perhaps a change in Designer too, but I want the output on the server and for workflows stored on the server.
There is an existing "tool" Auto Documentation to load a locally stored Alteryx flow and to provide a pdf file with an overview of the workflow, the used tools and their configuration. Example: input file is sales.xlsx, filter on month: January, sum of sales amount.
I would love a functionality that would output this together with the other output on the server for the flow that ran. This can then be used as a sort of proof in case of an audit on how we got to the numbers of the output.
sometime the schedule workflow is too heavy and take few hours.
it impact the normal workflow run. as it take all workflow slot.
so my idea is to limit the schedule workflow and always leave space for manual workflow.
to avoid delay of both work.
Hello,
In our environment, we decided to do not use the Data Connexion from the Gallery for internal security reason.
Then we use the internal Designer in the Server to create (IT Teams) all the BDD Connexions for our workflows (In Memory and In DB).
Our Curators (not in IT Teams) has only access to the Gallery and not directly to a Server but it's responsible of these conenxions.
I checked all the API and we cannot retrieve the list of our "In DB" Connexions.
Is possible to have a new API to list all these connexions or to have an update of the existing API /admin/v1/systemdataconnections ?
Thanks !
Hello,
My customer want to set a certification process for the workflow or application published on gallery, on the same model than Tableau has for datasource :
https://help.tableau.com/current/online/en-us/datasource_certified.htm
Best regards,
Simon
When I manually execute a wf on Gallery, I sometimes have a tinge of regret that I don't have email events set for the workflow. In most cases, it's just THIS time that I want to receive an alert and not every time. At any point while the workflow is executing, allow the option to request an email event to be sent out for this execution.
Currently, if we want to assign a worker node it has to be done at the workflow level. It would be very helpful to be able to make a rule that auto-assigns the type of workflows to a specific node, so all apps go to one, all schedules go to another, etc.
At the very least, if there was an API endpoint to update specific items on a workflow (such as node), this would work as well as we could then build a process that auto-assigns.
Thanks!
More of our customers (we are a premier partner) have Servers with multiple worker nodes. If a custom macro is needed, currently it has to be added manually on each worker node.
Would love to see a feature in the Admin portal that allows for the upload and distribution of custom macros to all or select workers.
Our company prefers to setup active directory groups to manager our users and resources separately for better tracking of what a group has access to. We setup global group roles with users as members and local groups with privileges to a resource and the role as a member. We would like to be able to use nested global groups in the User>groups and have it still setup the users once a nested group is setup. Attached his the priv group an role. We were not able to login with the priv group, but could login once the role group was added.
Thanks
When I publish a workflow, I want it to have different behaviour based on the collection from which it was executed or scheduled. Let us suppose that I create a DEV collection and a PROD collection. The workflow is shared in both. If the workflow is executed from DEV, then I will have some logic to do X (output to specific folders, etc). If from PROD, the logic will do Y. The logic will be up to me. If the collection information is captured in the MongoDB layer, then I can pull it out on the fly by joining the collections, appInfos, and AS_Queue or AS_schedules collections. Querying the DB on the fly during execution and pulling that value is trivial. Once I have it, I can use it for any sort of logic as an environment sensing variable. Can you please store the info in MongoDB?
Is there a way to check the version of the CASS data packs or other data packs on a server without logging into the server? It would be nice to have the option to check current data packs from the gallery within your profile. Today we can check the Client and Server version when logged in as a user.
Thank you,
Berger
It would be a nice feature for users on the 'keys' tab in gallery to provide code examples in python (maybe pre-configured in python tool) or javascript (maybe pre-configured in js tool) or even offer download of @patrick_digan 's API macro with the key/secret already placed in the macro with the end game being able to not have users stumble through building a block of code that they know or don't know should work!