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 2020/06/19 19:39:19 UTC

[GitHub] [airflow] mik-laj opened a new issue #9417: YAML support in LocalFilesystemBackend

mik-laj opened a new issue #9417:
URL: https://github.com/apache/airflow/issues/9417


   Hello,
   
   I would be happy if LocalFilesystemBackend would support YAML files. This file format is easier for human editing than JSON files, so it would be easier for developers to use.
   
   Tasks to do
   
   - [ ] 1. Define the file format (based on the current JSON format)
   - [ ] 2. Add support for YAML files
   - [ ] 3. Add tests
   - [ ] 4. Upddate docs
   
   Steps 2 and 3 can be swapped if [TDD](https://en.wikipedia.org/wiki/Test-driven_development) methodology will be used. It will be easy here, so it will be an good exercise.
   
   If anyone is interested in this, I am willing to provide all the necessary tips and information.
   
   Cheers
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] mik-laj commented on issue #9417: YAML file format in LocalFilesystemBackend

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #9417:
URL: https://github.com/apache/airflow/issues/9417#issuecomment-647539024


   @ VinayGb665 Yes. It may be based on this, but if you have your idea then you can present it in your change.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] mik-laj closed issue #9417: YAML file format in LocalFilesystemBackend

Posted by GitBox <gi...@apache.org>.
mik-laj closed issue #9417:
URL: https://github.com/apache/airflow/issues/9417


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] mik-laj commented on issue #9417: YAML file format in LocalFilesystemBackend

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #9417:
URL: https://github.com/apache/airflow/issues/9417#issuecomment-647521249


   @VinayGb665 I assigned you to this ticket.  I look forward to your contributions. 🐈


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] VinayGb665 edited a comment on issue #9417: YAML file format in LocalFilesystemBackend

Posted by GitBox <gi...@apache.org>.
VinayGb665 edited a comment on issue #9417:
URL: https://github.com/apache/airflow/issues/9417#issuecomment-647517652


   I would like to pick this up.
   So the YAML structure would be similar to the current JSON right?.If I am not wrong the JSON structure from [here](https://github.com/apache/airflow/blob/master/docs/howto/use-alternative-secrets-backend.rst#storing-and-retrieving-connections) should be used as reference.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] VinayGb665 commented on issue #9417: YAML file format in LocalFilesystemBackend

Posted by GitBox <gi...@apache.org>.
VinayGb665 commented on issue #9417:
URL: https://github.com/apache/airflow/issues/9417#issuecomment-647517652


   I would like to pick this up


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] mik-laj edited a comment on issue #9417: YAML file format in LocalFilesystemBackend

Posted by GitBox <gi...@apache.org>.
mik-laj edited a comment on issue #9417:
URL: https://github.com/apache/airflow/issues/9417#issuecomment-647539024


   @VinayGb665 Yes. It may be based on this, but if you have your idea then you can present it in your change.


----------------------------------------------------------------
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:
users@infra.apache.org