Skip to content

Commit

Permalink
feat(ingest/superset): initial support for superset datasets (#11972)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwmarkcheng authored Dec 6, 2024
1 parent bd7649e commit 46aa962
Show file tree
Hide file tree
Showing 6 changed files with 1,020 additions and 102 deletions.
1 change: 1 addition & 0 deletions metadata-ingestion/src/datahub/ingestion/source/preset.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def __init__(self, ctx: PipelineContext, config: PresetConfig):
super().__init__(ctx, config)
self.config = config
self.report = StaleEntityRemovalSourceReport()
self.platform = "preset"

def login(self):
try:
Expand Down
Loading

0 comments on commit 46aa962

Please sign in to comment.