mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-09 17:48:29 +00:00
Add mlmodels to sample_data
This commit is contained in:
parent
7f67dc5453
commit
7bfceaff3a
@ -302,7 +302,7 @@ class SampleDataSource(Source):
|
||||
yield from self.ingest_pipelines()
|
||||
yield from self.ingest_lineage()
|
||||
yield from self.ingest_users()
|
||||
# yield from self.ingest_mlmodels()
|
||||
yield from self.ingest_mlmodels()
|
||||
|
||||
def ingest_tables(self) -> Iterable[OMetaDatabaseAndTable]:
|
||||
db = Database(
|
||||
|
Loading…
x
Reference in New Issue
Block a user