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

Listing functions doesn't respect include filter #477

Open
LKajan opened this issue May 8, 2023 · 1 comment
Open

Listing functions doesn't respect include filter #477

LKajan opened this issue May 8, 2023 · 1 comment

Comments

@LKajan
Copy link

LKajan commented May 8, 2023

What happened

In my .tbls.yml config file I have set include filter as

include:
  - mychema.*

The generated docs still includes all the functions (750 in my case) from the public schema (installed by an extension).

What you expected to happened

Listed functions should also respect include/exclude filters.

What stack trace or error message from tbls did you see?

No actual error

Anything else we need to know?

Not really

Environment

  • tbls 1.65.3 (docker k1low/tbls:latest)
  • PostgreSQL 12 with a PostGIS extensions
  • Ubuntu 22.04.2 LTS
@LKajan LKajan added the bug Something isn't working label May 8, 2023
@k1LoW
Copy link
Owner

k1LoW commented Jun 15, 2023

include: and exclude: are supported for table names only.
Maybe we need another configuration for filtering the functions.

@k1LoW k1LoW added pull request wanted and removed bug Something isn't working labels Jun 15, 2023
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

2 participants