Closed sgrellet closed 3 years ago
Confirmed. I'm not able to export to SQLite.
Exporting to Postgresql is not working too (issue #126).
2021-03-07T15:56:23 WARNING Traceback (most recent call last):
File "/home/jgr/.local/share/QGIS/QGIS3/profiles/biomedica/python/plugins/gml_application_schema_toolbox/gui/database_widget.py", line 111, in on_pgsqlConnectionsBox_currentIndexChanged
self._pgsql_db = GmlasPostgisDB.from_name(
File "/home/jgr/.local/share/QGIS/QGIS3/profiles/biomedica/python/plugins/gml_application_schema_toolbox/extlibs/qgis_processing_postgis.py", line 192, in from_name
return cls(uri=uri)
TypeError: __init__() got an unexpected keyword argument 'uri'
As far I was able to test, there is no way to export the data right now, since both the SQLite and PostgreSQl export are failing.
Works fine now with plugin version: 1.3.1
Environment
Description
To Reproduce
Follow https://brgm.github.io/gml_application_schema_toolbox/testing/scenario_mode_gmlas_local.html Do step 1 as described
Expected behavior
Additional context
Logs