Hi team, I'm trying to connect my superset to data...
# troubleshoot
s
Hi team, I'm trying to connect my superset to datahub but I ran into this error, which I'm not too sure what this error is. Can I get some assistance on this? Sorry, still very unfamiliar with this. recipe I ran source: type: superset config: username: ******* password: ******* provider: db connect_uri: ' https://superset.*************' sink: type: datahub-rest config: server: 'http://datahub-gms:8080'
b
hey Alex! first off, apologies for those logs as they're not the most helpful. But after digging in I'm seeing an exception ultimately raised from:
Copy code
'line 252, in emit_dashboard_mces\n'
           '    for dashboard_data in payload["result"]:\n'
           '\n'
           "KeyError: 'result'\n"
and it looks like
payload
contains this:
payload = {'msg': 'Missing Authorization Header'}
so we're getting some auth issue here. are you sure your username and password are correct on your recipe?
s
@bulky-soccer-26729 Hi, thanks for replying. Yup, I am able to log into my superset using the same credentials I use in the recipe. Am I missing something in my recipe?