-
Is there any plan of adding the option to write python code within a magic ETL?
Or even instead of and ETL (similar to MYSQL or R plugins there are today)
-
Is there any way to change type and clone a column? rather than overriding the old one
Would be nice to be able to add a new column with values from an existing column with their type changed - change type and copy
-
How can I change ownership of a Magic ETL DataFlow?
-
How can I view the credentials of a connector when I use it?
In the context of the credentials of a connector, I create an "account", then I want to see what I created, is it possible?
-
When viewing a dataset, is it possibl to see a list of flows and cards that use it?
When viewing a dataset, is it possibl to see a list of flows and cards that use it? Currently, I can only see the count of the number of cards/ETLs that use it
-
table labels mixup
The table card seems to be mixing up my labels after I apply them and change order of the columns. To reproduce: create a table visualization, apply a label to each column and reorder the columns
-
PPT template when exporting
Hello, is it possible to export a PPT with a given styling "skin" or "template"?
-
Granting another user permissions to view a data set
Is building card based on a data set and sharing it the only way to grant a user permissions to build her own card based on that data set or is there some other way? P.D.P. does not seem to do the trick, or am I missing something?
-
magic ETL: Cummulative sum
Can anyone advise me on how to mimic the matlab or pandas "cumsum" function on a data set column in a magic ETL. More accurately: the pandas groupby + cumsum functionality, that is to group by somecategorical cilumn and calculate the cummulative sum of a numeric value
-
Map empty/null Date and Time using ValueMapper
Hi, I would like to map empty values of Date and Time to another value (for example, current date and time) using ValueMapper. Is there a way to do so? Thanks.
-
Run Preview in magic ETL seems not quite there
If multiple data sets that are joined, for example, each one is sampled individually and the joint dataset is most likely empty Any adivce on how to use it better?
-
Converting “2.23333e+16” to decimal doesn’t work
Any advice on how to accomplish it?
-
Would expected that columns joined by would not remain duplicated in joint dataset
When joining on a column, I’d expect that column to appear only once in the output data set since the two are expected to be identical rather than appearing twice with 1 and 2 suffixes
-
Ad hoc "Fusions" in the card builder interface
Is it possible (or intended to be possible, if anyone might know) to build a card based on several datasources and specify the join in the card builder instead of building a fusion ETL per card? The benfit we see in that is that we have much less clutter in the data center
-
Drop a column in Magic ETL
Is it possible to transform a dataset and only specifiy ehich columns to drop, rather than thos to keep (negative rather than positive selection of columns to "keep")