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

filterSchemas property does not work on singer tap PipelinewisePostgres #70

Open
Slasher154 opened this issue Aug 9, 2024 · 0 comments
Labels
area/plugin Plugin-related issue or feature request bug Something isn't working good first issue Great issue for new contributors

Comments

@Slasher154
Copy link

Slasher154 commented Aug 9, 2024

Expected Behavior

When filterSchemas property of tap PipelinewisePostgres plugin is configured, the discovery should scan only the schemas provided.

Actual Behaviour

The tap still scan all schemas despite providing the filterSchemas property.

Steps To Reproduce

  1. Config the plugin singer tap PipelinewisePostgres with filterSchemas property and stream configuration with table that does not exist in that schema but other schema in the same db.
  2. Run the flow. It should not find the table since the table does not exist in the provided schema list. But the tap is able to extract that table.

Environment Information

  • Kestra Version: 0.18.0
  • Plugin version:
  • Operating System (OS / Docker / Kubernetes): Docker
  • Java Version (If not docker):

Example flow

No response

@Slasher154 Slasher154 added the bug Something isn't working label Aug 9, 2024
@kestrabot kestrabot bot added this to Issues Aug 9, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Issues Aug 9, 2024
@anna-geller anna-geller added area/plugin Plugin-related issue or feature request kind/good-first-issue labels Aug 15, 2024
@tchiotludo tchiotludo added good first issue Great issue for new contributors and removed kind/good-first-issue labels Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/plugin Plugin-related issue or feature request bug Something isn't working good first issue Great issue for new contributors
Projects
Status: Backlog
Development

No branches or pull requests

3 participants