rinshadka opened a new issue #8395: import_datasources not working URL: https://github.com/apache/incubator-superset/issues/8395 I am running superset version - 0.29.0rc7 and using postgresql as backend. While I tried importing datasource from yaml file , the encrypted password field in not updating in the dbs table. But if I configure datasource from interface , its working fine. I have tried the following command, superset import_datasources -p DBConnection.yaml -------- cat DBConnection.yaml ---------- - database_name: DEVL-Database extra: "{\r\n \"metadata_params\": {},\r\n \"engine_params\": {},\r\n \"\ metadata_cache_timeout\": {},\r\n \"schemas_allowed_for_csv_upload\": []\r\n\ }\r\n" sqlalchemy_uri: postgresql+psycopg2://postgres:[email protected]/devl tables: [] ----------------------------------------- When I click "Test" connection , showing no authentication password supplied.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
