Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

Apache Phoenix database adapter for Python authentication issue #7

Open
bSratUoH opened this issue Oct 17, 2018 · 0 comments
Open

Apache Phoenix database adapter for Python authentication issue #7

bSratUoH opened this issue Oct 17, 2018 · 0 comments

Comments

@bSratUoH
Copy link

I just started with Phoenix and found this adapter for python.

import phoenixdb
import phoenixdb.cursor

database_url = 'http://localhost:8765/'
conn = phoenixdb.connect(database_url, autocommit=True)

Mentioned above is the connection string to connect.
But this connection string doesn't have any authentication as userid or password?

I could not find any leads in their documentation page too : https://python-phoenixdb.readthedocs.io/en/latest/

My question is that does it only required db_url to connect or is there any way we can implement authentication??

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant