Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capacity to configure SQL layers, either directly (data sql) or through sql file #29

Closed
eblondel opened this issue Oct 22, 2019 · 0 comments
Assignees

Comments

@eblondel
Copy link
Collaborator

eblondel commented Oct 22, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant