Hello Everyone, I am using the emitter = Datahub...
# getting-started
b
Hello Everyone, I am using the emitter = DatahubRestEmitter("http://datahub-datahub-gms:8080") it was working fine, until we turned on Authorization =true, now when i use the DatahubRestEmitter with the token it says syntax error. how to pass the token values in the DatahubRestEmitter?
g
try
DatahubRestEmitter(gms_server=gms_host, token=token)
!