Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Data Functions

Showing 111

conceal the Python script source code within error notifications

One of our customer wants to conceal the Python script source code within error notifications, in order to prevent it from being seen by end users.
over 1 year ago in Spotfire / Data Functions / User Experience 0 Future Consideration

improve python data function performance (read sbdf into python)

Glad to see python package "spotfire" is rewritten on version 2.0.0(spotfire 12.5) and sbdf read/write performance is greatly improved. However, as far as I have tested, although spotfire.sbdf.export_data() is greatly improved and much faster than...
over 1 year ago in Spotfire / Data Functions 1 Future Consideration

Data function save as

Add a [Save as..] button to make a copy of the data function along with all the mapped parameters. When it comes to developing data functions or creating different versions of different data function, it takes too long too map all parameters for t...
over 1 year ago in Spotfire / Data Functions 0 Future Consideration

Add the "pad" function

I would like to see the PAD (and/or LPAD/RPAD) function added to Spotfire. This is a common string function in many other DBMSs and tools. Example use case:I had a data source with one column containing SEQUENCE (i.e. integer 1-15) and another col...
over 1 year ago in Spotfire / Data Functions 0 Future Consideration

add option to trust PyPI sites for installing python packages to Analyst

Some of our customers are seeing below error when using Python Tools to manage python packages. (possible due to proxy server is enforcing SSL inspection on HTTS communications including PyPI) 2023-07-14T08:55:42,837+09:00 2023-07-13 23:55:42,837 ...
over 1 year ago in Spotfire / Data Functions 1 Unlikely to implement

DataFunction support for external data (in-db)

The current DataFunction paradigm only allows for sending data from and to the Spotfire in-memory data engine. For a Spotfire user, a Spotfire data table is a Spotfire data table, whether it is external or not. For data science and analysis applic...
almost 2 years ago in Spotfire / Data Functions 0 Future Consideration

Surface Python warnings without having to enable debugging

I think it would be very helpful for developing data functions if we could surface warnings without involving the debugging feature. Sometimes for instance there is a call to an API and that call may fail; one way of designing the code would be to...
almost 2 years ago in Spotfire / Data Functions 0 Future Consideration

Spotfire SAS service

We use data functions written in SAS. I would like these to be run through a "Spotfire Service for SAS" just in the same way as the "Spotfire Service for Python" that already exists.
almost 2 years ago in Spotfire / Data Functions 0 Future Consideration

Spotfire Matlab service

We use data functions written in Matlab. I would like these to be run through a "Spotfire Service for Matlab" just in the same way as the "Spotfire Service for Python" that already exists.
almost 2 years ago in Spotfire / Data Functions 0 Future Consideration

Support for User Identity Propagation in Python/R Data Functions with OAuth

Our users have expressed a need for a more secure and convenient way to access OAuth protected resources through Python and R data functions within Spotfire. Currently, they are limited to hardcoding secrets or utilizing the OAuth client credentia...
about 2 years ago in Spotfire / Data Functions 0 Likely to implement