Hi everyone, I wonder if people have experienced r...
# troubleshoot
g
Hi everyone, I wonder if people have experienced read-after-write consistency issues with DataHub? I’m using the Python emitter to emit metadata to DataHub, and right after that I’m trying to retrieve this metadata (with GraphQL) as part of a different process. However, there’s a slight delay between the write operation and it being available for consumption. I would appreciate any insights on this 🙂 Thanks
1
a
Hi @glamorous-oxygen-24174, there will be a slight lag as the python emitter makes changes via ingesting new metadata, which takes some time depending on the scale of the changes, so you’ll need to wait a bit to have that data make its way to GMS where you can access via graphql