Class ObjectStorageDatasetExtractor

java.lang.Object
io.openlineage.client.utils.filesystem.ObjectStorageDatasetExtractor
All Implemented Interfaces:
FilesystemDatasetExtractor

public class ObjectStorageDatasetExtractor extends Object implements FilesystemDatasetExtractor
  • Constructor Details

    • ObjectStorageDatasetExtractor

      public ObjectStorageDatasetExtractor(String scheme)
    • ObjectStorageDatasetExtractor

      public ObjectStorageDatasetExtractor(String scheme, String canonicalScheme)
      Parameters:
      scheme - the scheme prefix this extractor matches (e.g. abfs, which also matches abfss since matching is by prefix)
      canonicalScheme - the scheme emitted in the resulting namespace; matched variants are normalized to it (e.g. abfs and abfss both normalize to abfss)
  • Method Details