We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When using the Neptune ML widget to export data like the command below from the 01- Node Classification notebook:
%%neptune_ml export start --export-url {neptune_ml.get_export_service_host()} --export-iam --wait --store-to export_results ${export_params}
The following error is thrown
{ "message": "Credential should be scoped to correct service: 'execute-api'. " }
Expected behavior The export should run to completion
The text was updated successfully, but these errors were encountered:
This issue occurs on a cluster created using the default CFN script with IAM disabled
Sorry, something went wrong.
michaelnchin
No branches or pull requests
Describe the bug
When using the Neptune ML widget to export data like the command below from the 01- Node Classification notebook:
The following error is thrown
Expected behavior
The export should run to completion
The text was updated successfully, but these errors were encountered: