dataform-co / dataform-web-tracking

Dataform is a collaborative data modelling platform that enables analysts and engineers to manage complex data models in SQL
https://dataform.co
MIT License
2 stars 0 forks source link

Feature request: add support for Typescript in Dataform #300

Open glevco opened 3 years ago

glevco commented 3 years ago

The advantages of Typescript over Javascript are well know. Since the Dataform SDK itself is implemented in Typescript, I presume this could be more or less straight forward to implement.

This would be very useful for creating complex projects where Javascript is used more than SQLX. In our use case, we have some core code generating common patterns and publishing tables and views based on configuration files.