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
Describe the bug
When following the instructions to add a mode ingestion, the connection fails with a 400 Bad Request Error.
Trying the same request via curl, I get this error message {"id":"bad_request","message":"This endpoint is unsupported for use with Api Keys","_links":{"help":{"href":"https://mode.com/help"}}}
To Reproduce
Generate an API token by navigating to Workspace Settings > Privacy & Security > API > Workspace API Tokens > Create new API token
Fill up the Mode ingestion form with the token key and secret
Expected behavior
Able to add mode ingestion using the workspace API tokens
Affected module
Ingestion Framework
Describe the bug
When following the instructions to add a mode ingestion, the connection fails with a
400 Bad Request
Error.Trying the same request via curl, I get this error message
{"id":"bad_request","message":"This endpoint is unsupported for use with Api Keys","_links":{"help":{"href":"https://mode.com/help"}}}
To Reproduce
Workspace Settings
>Privacy & Security
>API
>Workspace API Tokens
>Create new API token
Expected behavior
Able to add mode ingestion using the workspace API tokens
Version:
Additional context
Running locally in docker using https://github.com/open-metadata/OpenMetadata/releases/download/1.2.3-release/docker-compose-postgres.yml
The text was updated successfully, but these errors were encountered: