Skip to content

Commit 36228c9

Browse files
hwmarkchengsleeperdeep
authored andcommitted
feat(ingest/superset): initial support for superset datasets (datahub-project#11972)
1 parent 554c375 commit 36228c9

File tree

6 files changed

+1020
-102
lines changed

6 files changed

+1020
-102
lines changed

metadata-ingestion/src/datahub/ingestion/source/preset.py

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def __init__(self, ctx: PipelineContext, config: PresetConfig):
8585
super().__init__(ctx, config)
8686
self.config = config
8787
self.report = StaleEntityRemovalSourceReport()
88+
self.platform = "preset"
8889

8990
def login(self):
9091
try:

0 commit comments

Comments
 (0)