marquez icon indicating copy to clipboard operation
marquez copied to clipboard

Have a strategy to deal with renamed datasets.

Open julienledem opened this issue 3 years ago • 1 comments

julienledem avatar Jul 13 '21 23:07 julienledem

Some use cases to consider in this one include

  • Catalogs that point to external datasets
    • Hive tables that point to, e.g., S3 files
    • Spark catalog tables that point to JDBC queries
    • BigQuery tables that point to GCS files
    • Delta mounts on Databricks clusters
    • Postgres views
  • Renaming datasets for organization purposes
    • Friendly names for datasets instead of the file path
    • Datasets namespaced by domain instead of physical location

collado-mike avatar Apr 11 '22 19:04 collado-mike

@julienledem @collado-mike with the introduction of symlinks via https://github.com/MarquezProject/marquez/pull/2087, can we close this issue?

wslulciuc avatar Nov 16 '22 22:11 wslulciuc