Posstgres ingestion run fails with this error ```F...
# ingestion
p
Posstgres ingestion run fails with this error
Copy code
File "/tmp/datahub/ingest/venv-postgres-0.10.2/lib/python3.10/site-packages/datahub/ingestion/source/state_provider/datahub_ingestion_checkpointing_provider.py", line 76, in get_latest_checkpoint
    ] = self.graph.get_latest_timeseries_value(
  File "/tmp/datahub/ingest/venv-postgres-0.10.2/lib/python3.10/site-packages/datahub/ingestion/graph/client.py", line 299, in get_latest_timeseries_value
    assert len(values) == 1
AssertionError
l
Hey there 👋 I'm The DataHub Community Support bot. I'm here to help make sure the community can best support you with your request. Let's double check a few things first: 1️⃣ There's a lot of good information on our docs site: www.datahubproject.io/docs, Have you searched there for a solution? Yes button 2️⃣ It's not uncommon that someone has run into your exact problem before in the community. Have you searched Slack for similar issues? Yes button
d
p
@delightful-ram-75848 This what >> datahub --version returns acryl-datahub, version 0.10.2.2
a
Hi, this is a known timeseries issue- it’s been fixed in a more recent release- @gray-shoe-75895 might be able to provide a little more context here on why it wouldn’t work in 0.10.2.2
p
@astonishing-answer-96712 presume when I run
datahub docker quickstart
it should update with the latest release, noh?
a
p
@gray-shoe-75895 Yeah, during yesterday's BigQuery ingestion with @delightful-ram-75848 workshop I discovered the spot to add 0.10.2.3 and that worked for the postgresql 🦸. But it did not work for MongoDB thought. I think MongoDB it's a permissions thing because the databases have their own user and passwords for authentication. I need to play around with that; perhaps adding an admin root user or something like that.