Spark Dataflow Dashboard

Execute Dataflow V2 JSON configurations with Spark

📝 Dataflow JSON

{{ jsonError }}

Execution Options

Local Mode: Server is running with ENVIRONMENT={{ environment }}. Token authentication is disabled.
Get token via: heroku config -a xplenty-spark
Executing dataflow...
{{ statusMessage }}
Execution time: {{ executionTime }}ms

Validation Result

✓ Valid dataflow with {{ validationResult.components?.length || 0 }} components
✗ Invalid dataflow
  • {{ error }}
Components:
{{ comp.name }} ({{ comp.type }})

📊 Results

📋 {{ totalRows }} rows 📈 {{ columns.length }} columns 📄 Alias: {{ resultAlias }}

Schema

{{ field.name }} {{ field.type }}
{{ col }}
{{ formatCell(cell) }}

📚 Example Dataflows

{{ example.name }}

{{ example.description }}