thomaseleff / assemblit

Assemblit is helping data analysts and scientists rapidly scale notebooks into analytics-as-a-service (AaaS) web-applications.
https://assemblit.org
MIT License
1 stars 0 forks source link

Output workflow datatypes for a job-run #75

Open thomaseleff opened 1 month ago

thomaseleff commented 1 month ago

Currently, the workflow parameters are assumed by the prefect flow to be of the correct type. However, pytensils includes functionality to verify .json configuration types and could be utilized for simple type checking should the workflow parameter datatypes be available to the prefect flow.

To Do: