hello <https://datahubproject.io/docs/lineage/sam...
# advice-metadata-modeling
w
hello https://datahubproject.io/docs/lineage/sample_code I want to configure column lineage, but cannot find sample code. can you provide me an example code? Thank you very much in advance!
👀 1
✅ 1
a
@worried-sunset-82773 hi, what source are you attempting to configure lineage for?
w
postgres😆 Many thanks. @astonishing-answer-96712
a
Hi @worried-sunset-82773, I don’t believe we support lineage through Postgres, unfortunately 😞 we’re always welcome to community contributions, and you can submit a feature request here to let us know it’s wanted! https://feature-requests.datahubproject.io/
w
@astonishing-answer-96712 Dear Logan😀, I configured the lineage of the postgres table through the api(with Java Emitter). I wonder if I can configure the column level lineage through the api as well, but i can't find exemple code. I don't want to automatically extract the lineage of the postgres. I learned from article(https://blog.datahubproject.io/column-level-lineage-comes-to-datahub-f96865337b23) that in v0.93, we can configure the column level lineage through the api. I'm sorry if I misunderstood it.🤔
a
Hi @worried-sunset-82773, here is a page of sample code for dealing with lineage: https://datahubproject.io/docs/lineage/sample_code/