Hacker News new | ask | show | jobs
by slt2021 387 days ago
>> intuitive YAML-based workflow definition.

in my opinion, there is very little intuitive in a mix of yaml + templating engine, sql, python, and custom DSL logic

1 comments

Fair point - 'intuitive' is subjective and depends on your background. Let me explain where each technology fits: HTTP request configuration (URL, headers, parameters) is pretty intuitive and similar to Postman that most people know. Python is used mainly for response parsing - without a general-purpose language in this place it would be very limiting. Templating is mainly for variable substitution, familiar to anyone using frameworks like dbt. And SQL stays separate from Python - they're not mixed together.