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
Is some content missing, wrong or not clear? The recommended local development connection
server_config = OpenMetadataConnection(hostPort="http://localhost:8585/api")
fails when calling create_or_update:
create_or_update
metadata.ingestion.ometa.client.APIError: Invalid token
This is an issue at least on version 1.2.x.
Describe the solution you'd like
The documentation here should be updated to reflect how to use it:
server_config = OpenMetadataConnection( hostPort="http://localhost:8585/api", authProvider=AuthProvider.openmetadata, securityConfig=OpenMetadataJWTClientConfig( jwtToken="<INGESTION-BOT-JWT-TOKEN>" ) )
and refer to other parts of the doc that describes how to get the JWT token.
The text was updated successfully, but these errors were encountered:
Fixes #14165: fix Python SDK auth in 1.2.x doc (#14172)
5e55a3f
Fixes open-metadata#14165: fix Python SDK auth in 1.2.x doc (open-met…
5995ecf
…adata#14172)
Successfully merging a pull request may close this issue.
Is some content missing, wrong or not clear?
The recommended local development connection
fails when calling
create_or_update
:This is an issue at least on version 1.2.x.
Describe the solution you'd like
The documentation here should be updated to reflect how to use it:
and refer to other parts of the doc that describes how to get the JWT token.
The text was updated successfully, but these errors were encountered: