to create lineage connection by datahub-lineage-fi...
# contribute-code
b
to create lineage connection by datahub-lineage-file ingestion, it is required to specify
name, env, platform, platform instance
in separate fields to specify the entity. Would you accept a PR to allow
urn
as an input instead of having to break things into 4 fields? my use case is that i have the necessary datasets open in multiple tabs while i am handcrafting the file, and I don't really see why i need to break the urn into different fields as input. Moreover, the finegrain lineage section accepts schemaField urn
plus1 2
g
Yup that makes sense - maybe we change
entity: EntityConfig
to be
entity: EntityConfig | str
?
b
as an update on this, im not actively working on the PR on the moment, I'll update when I start on it