Skip to content

Bump Data API client to 2.3.1 & fix column name for LatestVideo.userId#6

Open
sl-at-ibm wants to merge 1 commit into
KillrVideo:mainfrom
sl-at-ibm:SL-client-2.2.1
Open

Bump Data API client to 2.3.1 & fix column name for LatestVideo.userId#6
sl-at-ibm wants to merge 1 commit into
KillrVideo:mainfrom
sl-at-ibm:SL-client-2.2.1

Conversation

@sl-at-ibm

@sl-at-ibm sl-at-ibm commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

This PR upgrades the required Data API client to v2.3.1, which includes a fix for the bug of missing support for some CQL types in primary keys.
This means that finally the insertion of a new video, i.e.

curl -k -X \
    POST "https://localhost:7264/api/v1/videos" \
   -H "Content-Type: application/json" -H "Authorization: Bearer $TOKEN" \
   -d '{"youtubeUrl":"https://www.youtube.com/watch?v=AAABBBCCC", "title":"Bla blabla"}'

runs without problems. (which also required adding an annotation for a column name along the way).

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