awildturtok commented on issue #17085:
URL: https://github.com/apache/airflow/issues/17085#issuecomment-883155888


   > What kind of validation do you have implemented? I can imagine you could 
check the structure as well as content of the configuration. 
   
   We mostly look for required keys and their contents. Some also derive from 
the content of normal variables (in that case validating the correct usage of 
datasource names and names of customers), this is pretty important as airflow 
is still pretty young in our team so we restructure/refactor it often to better 
align it with our application.
   
   JsonSchema sounds like a neat Idea! the way I see it, I'd probably have to 
define some static validations and generate some more advanced at run time.
   
   I hope you guys can keep up this pace from Issue to PR 🙃 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to