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

[WIP] Query variables support #12

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

codingkarthik
Copy link
Collaborator

This PR adds query variables support to the Azure Cosmos connector.

Checklist:

  • Generate the appropriate SQL query with variables injected through a synthetic table
  • Project the result into arrays corresponding to the variables (blocked on Microsoft, they suggested it was possible to construct such a query). If the Microsoft folks are not able to provide the solution, then parse the response and separate the row sets according to the variables.
  • Tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant