TL;DR Tech Tips — Add Temporary Data with Flux

Anais Dotis
2 min readJul 20, 2020

In this post, we share a way to generate a table with Flux.

Q: I want to perform a task that executes a join() but I don’t always have data for one of the input tables. How can I create an initial or default state for that one input table?
A: Generate temporary data with Flux.

Generating temporary data with Flux

1. Navigate to the Data Explorer tab. Use the query builder to return data that’s in a similar shape to the new table you want to generate…

--

--