ashb commented on pull request #13440:
URL: https://github.com/apache/airflow/pull/13440#issuecomment-753973188


   Revert is perhaps the wrong word -- but separating the two purposes more 
clearly -- and not changing the "runtime" json schema.
   
   One option might be to have two YAML documents - one for provider info, one 
for docs. This could be two files, or it could be two "YAML documents" in the 
same file.
   
   ```yaml
   ---
   package-name: apache-airflow-providers-apache-cassandra
   name: Apache Cassandra
   description: |
       `Apache Cassandra <http://cassandra.apache.org/>`__.
   
   # ...
   ---
   logo: X
   versions:
     - 1.0.0
   ```
   
   
   (Because `versions` is also not a "runtime" property, but docs only


----------------------------------------------------------------
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.

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


Reply via email to