marquez icon indicating copy to clipboard operation
marquez copied to clipboard

[Feature request] Make dataset type in Marquez more extendible.

Open FANNG1 opened this issue 1 year ago • 1 comments

Currently, datatype in Marquez is limited to DB_TABLE and STREAM, while OpenLineage defines DatasetTypeDatasetFacet, we could make it more extendible to support more data set types like volumn, model, etc.

public enum DatasetType {
  DB_TABLE,
  STREAM;
}

FANNG1 avatar Mar 19 '25 09:03 FANNG1

Thanks for opening your first issue in the Marquez project! Please be sure to follow the issue template!

boring-cyborg[bot] avatar Mar 19 '25 09:03 boring-cyborg[bot]