dannyl1u commented on issue #42850:
URL: https://github.com/apache/airflow/issues/42850#issuecomment-2557874332

   > Since TOML is a superset of .ini - this likely coud work (initially 
proposed in that issue) 
https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml - 
or any other toml validation solutions.
   
   toml expects strings to be wrapped in quotes (`"`) and some other 
differences between .ini and .toml (e.g. `True` in .ini -> `true` in .toml). So 
I'm not sure if simply using a TOML validator will work.
   
   Any suggestions on bridging this gap?
   
   


-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to