mik-laj commented on pull request #9477:
URL: https://github.com/apache/airflow/pull/9477#issuecomment-650107155


   Could you add support for the extra parameter without using nested JSON?
   I am currently thinking about something like this.
   ```
   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.
   ```
   conn_c:
      conn_type: scheme
      host: host
      extra_dejson: {"extra__google_cloud_platform__keyfile_dict": 
"file_content"}
   ```
   It works, but it's not perfect.


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