confighelp wantedpgrust
Repository metrics
- Stars
- (3,761 stars)
- PR merge metrics
- (PR metrics pending)
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)