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/04/30 06:33:23 UTC

[GitHub] [airflow] dstandish opened a new pull request #15610: Add SystemsManagerParameterStoreJsonBackend

dstandish opened a new pull request #15610:
URL: https://github.com/apache/airflow/pull/15610


   Here I add support for storing connections serialized as JSON instead of airflow connection URI.
   
   @mik-laj what do you think of this approach?
   
   I use subclass instead of configuration.
   
   And what I do about the extra field, which has that duality re str vs dict, is if it is dict I dump to str, and if str i leave it.
   
   This is an alternative to your approach where user can store under node `extra_dejson` if they want to store as dict.
   
   Thanks


-- 
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] github-actions[bot] closed pull request #15610: Add SystemsManagerParameterStoreJsonBackend

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed pull request #15610:
URL: https://github.com/apache/airflow/pull/15610


   


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



[GitHub] [airflow] github-actions[bot] commented on pull request #15610: Add SystemsManagerParameterStoreJsonBackend

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #15610:
URL: https://github.com/apache/airflow/pull/15610#issuecomment-883784052


   This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for 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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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