jleni commented on issue #22098:
URL: https://github.com/apache/superset/issues/22098#issuecomment-1669486834

   any tips wrt to 
   
   ```
   2023-08-08 
12:01:14,883:INFO:superset.datasets.commands.importers.v0:Importing 1 databases
   Importing new dbs [pro] ClickHouse
   2023-08-08 12:01:14,890:INFO:superset.models.helpers:Importing new dbs [pro] 
ClickHouse
   Error running import command
   Traceback (most recent call last):
     File "/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", 
line 1819, in _execute_context
       self.dialect.do_execute(
     File 
"/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/default.py", line 
732, in do_execute
       cursor.execute(statement, parameters)
   psycopg2.ProgrammingError: can't adapt type 'dict'
   ```
   
   extraConfigs:
    import_datasources.yaml: |
       databases:
       - database_name: '[pro] ClickHouse'
         sqlalchemy_uri: 
clickhousedb+connect://default:[email protected]:8123/__default__
         cache_timeout: null
         expose_in_sqllab: true
         allow_run_async: false
         allow_ctas: false
         allow_cvas: false
         allow_dml: false
         allow_csv_upload: false
         extra:
           allows_virtual_table_explore: true
           cost_estimate_enabled: true
         uuid: 28c824c5-222-3333-4444-f5b177c94c8b
         version: 1.0.0
   


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