Skip to content
#

tableau

Here are 943 public repositories matching this topic...

will-mueller
will-mueller commented Jul 22, 2020

To the best of my knowledge, it's not possible to deploy a script via REST - you must use the Python client. Please correct me if I'm wrong here.

For example, I would expect to be able to POST to "/endpoints" with all of the data necessary (including the logic) to deploy a new script. Similarly, I would also expect to have the ability to update the logic of a deployed script with a PUT to "/end

Build a Flask web application to help users retrieve key restaurant information and feature-based reviews (generated by applying market-basket model – Apriori algorithm and NLP on user reviews).

  • Updated May 22, 2020
  • Python
mayurah
mayurah commented Oct 11, 2019

From @actionpotato

This is looking really good so far. Still having our users test it.
One caveat (not really an issue) is that I found that I needed to rename fields to have the WDC accept them.

Here is the test search I was using:

index=_audit action=search search=* user=* NOT user=splunk-system-user  earliest=-1h 
| rex field=search "index\s*=\s*\"*(?<indexname>[^\s\"]+)"  
| s

Improve this page

Add a description, image, and links to the tableau topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tableau topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.