0 votes
177 views
by datalab (20.7k points) | 177 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)

419 questions

435 answers

440 comments

638 users

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

Categories