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

[BUG]Handle AsyncQuery API object creations using a dependency injection library. #2434

Closed
vamsi-amazon opened this issue Nov 20, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request Flint v2.12.0 Issues targeting release v2.12.0

Comments

@vamsi-amazon
Copy link
Member

vamsi-amazon commented Nov 20, 2023

Problems.

  • We are creating necessary async query dependencies in SQLPlugin class and this should ideally be done through a dependency injection library.
  • We are publishing unnecessary metrics during bootstrapping because of this line
  • Can we remove this warning here and support dynamic enablement of async query apis.
@vamsi-amazon vamsi-amazon added bug Something isn't working untriaged and removed untriaged labels Nov 20, 2023
@vamsi-amazon vamsi-amazon added Flint v2.12.0 Issues targeting release v2.12.0 and removed untriaged labels Nov 20, 2023
@penghuo penghuo added enhancement New feature or request and removed bug Something isn't working labels Nov 29, 2023
@vamsi-amazon vamsi-amazon self-assigned this Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Flint v2.12.0 Issues targeting release v2.12.0
Projects
None yet
Development

No branches or pull requests

2 participants