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

[BUG] Neptune ML Export widget throwing error #167

Closed
bechbd opened this issue Aug 2, 2021 · 1 comment
Closed

[BUG] Neptune ML Export widget throwing error #167

bechbd opened this issue Aug 2, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@bechbd
Copy link
Contributor

bechbd commented Aug 2, 2021

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

@bechbd bechbd added the bug Something isn't working label Aug 2, 2021
@bechbd bechbd changed the title [BUG] Neptune ML Export widget throwing errir [BUG] Neptune ML Export widget throwing error Aug 2, 2021
@bechbd
Copy link
Contributor Author

bechbd commented Aug 2, 2021

This issue occurs on a cluster created using the default CFN script with IAM disabled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Resolved
Development

No branches or pull requests

2 participants