Skip to content

Table sources, support WHERE conditions #1605

@artyomb

Description

That would be very useful to have "where" in table sources:

  tables:
    tab_filtered:
      layer_id: table_source

      # Table name (required)
      table: table_source
      
      # SQL where conditions
      where: (TYPE = 'A') and (Pop > 100)

Activity

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

Metadata

Assignees

No one assigned

    Labels

    configRelates to Martin configurationhelp wantedpgRelated to PostgreSQL sources

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions