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/26 10:53:16 UTC

[GitHub] [airflow] VinayGb665 edited a comment on pull request #9477: YAML file format in LocalFilesystemBackend

VinayGb665 edited a comment on pull request #9477:
URL: https://github.com/apache/airflow/pull/9477#issuecomment-650117066


   > Could you add support for the extra parameter without using nested JSON?
   > I am currently thinking about something like this.
   > 
   > ```yaml
   > conn_c:
   >    conn_type: scheme
   >    host: host
   >    extra_dejson:
   >        extra__google_cloud_platform__keyfile_dict: AAA
   > ```
   > 
   > Currently, the extra parameter can only be defined as follows.
   > 
   > ```yaml
   > conn_c:
   >    conn_type: scheme
   >    host: host
   >    extra_dejson: {"extra__google_cloud_platform__keyfile_dict": "file_content"}
   > ```
   > 
   > It works, but it's not perfect.
   
   
   AAA being the file name?


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