Result of attempting to load document 1 "
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1103 100 19 100 1084 211 12044 --:--:-- --:--:-- --:--:-- 12255
404
parse error: Invalid numeric literal at line 1, column 9
$"
Same happens on GraphQL API step 2
curl "https://${ASTRA_DB_ID}-${ASTRA_DB_REGION}.apps.astra.datastax.com/api/graphql-schema" \
> --header "Accept-Encoding: gzip, deflate, br" \
> --header "Content-Type: application/json" \
> --header "Accept: application/json" \
> --header "Connection: keep-alive" \
> --header "DNT: 1" \
> --header "Origin: https://${ASTRA_DB_ID}-${ASTRA_DB_REGION}.apps.astra.datastax.com" \
> --header "x-cassandra-token: ${ASTRA_AUTHORIZATION_TOKEN}" \
> --data-binary '{"query":"mutation {books: createTable(keyspaceName: \"'"$ASTRA_DB_KEYSPACE"'\" tableName: \"books\" partitionKeys: [{name: \"title\", type: {basic: TEXT}}] values: [{name: \"author\", type: {basic: TEXT}}]) authors: createTable(keyspaceName: \"'"$ASTRA_DB_KEYSPACE"'\" tableName: \"authors\" partitionKeys: [{ name: \"name\", type: {basic: TEXT}}] clusteringKeys: [{name: \"title\", type: {basic: TEXT}, order: \"ASC\"}])}"}' --compressed | jq
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 423 100 19 100 404 128 2729 --:--:-- --:--:-- --:--:-- 2858
404
parse error: Invalid numeric literal at line 1, column 9