0 votes
175 views
by datalab (20.7k points) | 175 views

1 Answer

+1 vote

No. You can log in as user 'anonymous' (no password required, or an empty string '') to obtain the anonymous authentication token:

from dl import authClient as ac
token = ac.login('anonymous')
# now write and issue your query...

If you are using the Data Lab command line tool, you would do the same, i.e. log in as 'anonymous':

datalab login anonymous
by robnik (1.0k points)

416 questions

434 answers

440 comments

636 users

Welcome to Data Lab Help Desk, where you can ask questions and receive answers from other members of the community.

Categories