r-geoflow / geoflow

Tools to Orchestrate Geospatial (Meta)Data Management Workflows and Manage FAIR Services
https://github.com/r-geoflow/geoflow/wiki
Other
41 stars 14 forks source link

Support DBI scanning through entity handler options instead of specific handlers #386

Closed eblondel closed 4 months ago

eblondel commented 4 months ago

With the support of handler options (see #346), there is no need to use specific designed handlers like the one developed in #347 for DBI scanning:

In addition the ocs handler will have the same enrich_from_dbi option. This will enable to use CSV/Excel entities stored in OCS with DB scanning.

wheintz commented 4 months ago

Hi @eblondel , I just tried this new functionality of handler enrichment, but it sends an error (with or without the option, using handler OCS): Erreur dans handle_entities_csv(config = config, source = entities_file, : l'argument "handler" est manquant, avec aucune valeur par défaut Thanks!

eblondel commented 4 months ago

This error let think geoflow has not been reinstalled correctly, as this shows old code Try to restart R and reinstall geoflow.

wheintz commented 4 months ago

Thank you @eblondel , Indeed I had to restart my R session... Now everything is OK! Cheers.