You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/07/20 07:17:38 UTC

[GitHub] [airflow] awildturtok commented on issue #17085: Configuration validation for run-configs

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org