-
Re: Run of Dataflow Times Out
Hey @SLamba, A few things to think about, assuming you are using a MySQL DataFlow: - Using indexes is absolutely critical to getting good performance with MySQL dataflows; I make it a best practice t…2 -
Re: Any way to color rows based on values in a column?
Sure thing. The basic idea is to wrap your cell content in a 100% heigh/100% width div to take care of the background color. The following shows an example of doing a red background: CONCAT('<div …2 -
Re: Can you use a Datafusion dataset in Magic ETL as an Input data source?
Currently it's not possible to have a DataFusion dataset as an input to Magic ETL. The reasoning, without getting to technical, is that a DataFusion is essentially only creating a view or "descr…3 -
Re: Can I schedule a date flow to run at a specified time?
Hey @Jim_Medina, I like to use a simple trick to accomplish this using the NOAA Weather connector. As you know, DataFlows can be set to run when any of their datasources update. An easy way to "…3 -
Re: Checking a columns datatype
A few different thoughts here: * From the Data Center, you can hover over the "rows/columns" for a dataset and a card will pop up with column names + generic types (i.e. "text", &…5