Hello all, I am a bit confused on updating an enti...
# ingestion
s
Hello all, I am a bit confused on updating an entity. My organization is currently running our datahub instance on a k8 cluster. I initially ingested our aws athena data via a recipe file. We had a table schema update and I would like to update it in datahub. When I go to rerun the same recipe file, via the "datahub ingest -c" command I am getting errors. Is this the practice that I should be doing? Should I be deleting the entity beforehand? I tried searching the documentation for awhile, and I was not able to find it. Apologies if it's there 🙂
e
You shouldn’t have to delete the entity before updating it! It will update each aspect if there is a change between the newly ingested metadata and the old metadata.
What kind of errors are you getting?
s
Howdy Dexter! I assumed so based on what I read. I am getting a 500 error and I was making sure I was understanding the updating metadata process on our end. I'll look internally now that I know it isn't an ingestion issue 🙂 Thank you so much
e
No problem! Feel free to post the error msgs so we can debug together