You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kamu init
# Login with Github account
kamu login http://localhost:4200
# Just getting any example dataset
kamu pull "s3://datasets.kamu.dev/odf/v2/example/ca.bankofcanada.exchange-rates.daily" --no-alias
# Observe data is present
kamu tail ca.bankofcanada.exchange-rates.daily
# Push dataset to local node (update with your minikube IP and github name)
kamu push ca.bankofcanada.exchange-rates.daily --to odf+http://192.168.49.2:30201/sergiimk/ca.bankofcanada.exchange-rates.daily
errorKind: "INTERNAL_ERROR"
errorMessage: "Object Store error: Object at location fed01ee573bae82531d0abd13d6fc0ce943419261102bfd722e6eb71f3330734dff52/data/f1620200b3c622f9eb6b1a17e5425c06a631e8b9775070c361b97e07ddafb84858e7d not found: Client error with status 404 Not Found: No Body"
Inspect the minio bucket:
AWS_ACCESS_KEY_ID=admin AWS_SECRET_ACCESS_KEY=password123 aws --endpoint-url http://192.168.49.2:30401 s3 ls "s3://datasets/fed01ee573bae82531d0abd13d6fc0ce943419261102bfd722e6eb71f3330734dff52/"
Observe that the data/ is completely missing - the dataset push resulted in invalid state!
Expectations
Web UI
does not truncate an error
makes error easy to copy
Node
Investigate
why our tests are not catching this error
why push returns a successful response while data is not pushed
After successfully pushing a dataset via SmTP to kamu node, the dataset cannot be viewed in Web UI and appears to be in invalid state.
Steps to reproduce
environments/minikube/environment.yaml
to disable Jupyter and Superset - we don't need themAWS_ACCESS_KEY_ID=admin AWS_SECRET_ACCESS_KEY=password123 aws --endpoint-url http://192.168.49.2:30401 s3 ls "s3://datasets/fed01ee573bae82531d0abd13d6fc0ce943419261102bfd722e6eb71f3330734dff52/"
data/
is completely missing - the dataset push resulted in invalid state!Expectations
The text was updated successfully, but these errors were encountered: