caktus / etlman

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Fixes #89: Add `language` to `Step` model #97

Closed ronardcaktus closed 2 years ago

ronardcaktus commented 2 years ago

Enables the user to toggle between programming languages (Python & R)

Test

Create a new pipeline, on view #2 (Step creation), toggle between R and Python, and ensure Monaco's syntax highlighter changes.

Closes #89