//Query: Basic Auth without parameters let Source = Python.Execute("# Get AuthKey from local neo4j server#(lf)import requests#(lf)import pandas#(lf)#(lf)url = 'http://localhost:7474/db/YourDatabaseName/tx/'#(lf)username = 'neo4j' #(lf)password = 'neo4j'#(lf)#(lf)r = requests.post(url, auth=(username, password) )#(lf)a = r.request.headers.get('Authorization')#(lf)Basic_Auth = pandas.DataFrame(a.splitlines(), columns=""Basic Auth"".splitlines() )#(lf)Basic_Auth"), Basic_Auth1 = Source{[Name="Basic_Auth"]}[Value], #"Changed Type" = Table.TransformColumnTypes(Basic_Auth1,{{"Basic Auth", type text}}), #"Basic Auth1" = #"Changed Type"[Basic Auth] in #"Basic Auth1"