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:
[email protected]


Reply via email to