Hello all :slightly_smiling_face:. We are currentl...
# troubleshoot
f
Hello all 🙂. We are currently evaluating Datahub at my company, however I am having an error that I am not quite sure how to solve. The error happens when using the glue connector to write to a file sink:
Copy code
UnboundLocalError: local variable 'node_urn' referenced before assignment
I am running the command
datahub ingest -c glue.yml
, and it runs and writes a lot of datasets to the sink file, but then this error appears and the process exits. Anyone had a similar issue? The recipe file is just a regular recipe file like in the demo on the website. I also had another error, where an exception would occur because Datahub was trying to read the 'StorageDescriptor' from a dictionary without this key (I assume this is from the boto3 API). I solved this error by ignoring some tables, however it's weird to me that datahub does not handle this exception and just stops altogether. Thank you!
s
What version of CLI are you using? What version of server are you using? Can you please post the stacktraces here?
f
Hello. I am using this version acryl-datahub==0.8.31.5
not sure if this is what you asked
I hesitate to post the complete stacktrace because it contains some table and db names that I am not sure I am suposed to share 😅
h
b
Does this help^^?
f
Hello. It seems to be the same error... I will take a look thanks 🙂