Comments
-
Another significant addition to later versions is the JSON parser! Probably one of the most underrated functions added that would be especially helpful for most of our source datasets coming from connectors that cant flatten nested objects or more importantly, we bring in the data still nested to keep the row count low on…
-
Yes. I've built this solution out for a few customers in the past. Essentialy what you need to do is leverage the domostats connector. It has a dataset run history. From that: 1) Derive the last run for each dataset in a transform. 2) Find the delta from last run to now. 3) Create a card and make an alert with the rule If…
-
Unfortuneatly that is not possible. I always suggest using a dataflow layer as a best practice, this will make backend changes much easier to manage now and in the future, as well as keep it seamless to the users. Wish there was another solution.
-
Create the email connector dataset. Then create a dataflow using Use the xls and email dataset as inputs. Union them in a transform. Finaly. move your card over to the dataflow.