PeterHenell commented on issue #14520:
URL: https://github.com/apache/superset/issues/14520#issuecomment-900156150


   The sample values.yaml file is using the wrong filename in extraConfigs.
   
   Changing datasources-init.yaml to import_datasources.yaml solves the issue.
   
   ```
   extraConfigs:
     import_datasources.yaml: |
       databases:
       - allow_csv_upload: true
         allow_ctas: true
         allow_cvas: true
         database_name: example-db
         extra: "{\r\n    \"metadata_params\": {},\r\n    \"engine_params\": 
{},\r\n    \"\
           metadata_cache_timeout\": {},\r\n    
\"schemas_allowed_for_csv_upload\": []\r\n\
           }"
         sqlalchemy_uri: example://example-db.local
         tables: []
   ```


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

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to