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

fix(AstraDBCQL): resolve partition key error and improve AstraDB CQL component handling #5527

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

Conversation

pranayyb
Copy link

@pranayyb pranayyb commented Jan 2, 2025

While using the AstraDBCQL tool, despite specifying the partition key and ensuring the correct dictionary format, it returned empty data, failing to pass the data correctly.
I modified the functionality of astra_rest to handle the partition key dictionary and added a check to the run method.

Screenshot 2025-01-03 at 3 56 54 AM Screenshot 2025-01-03 at 3 54 19 AM Screenshot 2025-01-03 at 3 55 17 AM

Above is the error message despite the column 'post_id' existing in the table.

@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. bug Something isn't working labels Jan 2, 2025
@ogabrielluiz ogabrielluiz changed the title #5527 Partition key error of AstraDBCQL fixed. fix(AstraDBCQL): resolve partition key error and improve AstraDB CQL component handling Jan 3, 2025
@github-actions github-actions bot added bug Something isn't working and removed bug Something isn't working labels Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant