SQL cell
comment
app-builder
auto-run
snowflake
Snowflake
select
cast({{timeframe}} as timestamp) as month,
ship, destination,
sum(spice_tons) as spice_tons
from atreides.vehicle_destinations
group by 1,2,3
output-arrow
dataframe
Python cell
comment
app-builder
auto-run
Type Python or use some magic...
Chart cell
comment
app-builder
auto-run
pivoted_df
chevron-down
Bar chart
chevron-down
X-axis
chevron-down
Y-axis
chevron-down
Color
chevron-down
Size
chevron-down
Table display cell
comment
app-builder
auto-run
filtered_df
chevron-down
Map cell
comment
app-builder
auto-run
filtered_df
chevron-down
Area
chevron-down
Coords
chevron-down
Fill
chevron-down
Size
chevron-down
Tooltip
chevron-down
Filter cell
comment
app-builder
auto-run
dataframe
chevron-down
ORDER_STATUS
chevron-down
is equal to
chevron-down
input_1
chevron-down
ORDER_DATE
chevron-down
is before
chevron-down
Yesterday
chevron-down
output-arrow
filtered_df
Input cell
comment
app-builder
auto-run
Completed
chevron-down
output-arrow
input_1