You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The configuration of SQL layers could be done in two ways:
as SQL file path / URL put to a datasource. In that way geoflow will try to read the SQL file to pick up the SQL query (then set using geoflow_data$setSql()), or
directly as sql data property in the Data column
Some code will be experimented to read the SQL query, if a Db driver is set-up in the configuration. Reading the SQL query will enable dynamic metadata retrieval, as it is already done for shapefile (uploadType = 'shp')
The text was updated successfully, but these errors were encountered:
The configuration of SQL layers could be done in two ways:
geoflow_data$setSql()
), orsql
data property in the Data columnSome code will be experimented to read the SQL query, if a Db driver is set-up in the configuration. Reading the SQL query will enable dynamic metadata retrieval, as it is already done for shapefile (uploadType = 'shp')
The text was updated successfully, but these errors were encountered: