You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
# @Time : 2023/4/9 9:18
|
|
# @Author : old tom
|
|
# @File : relation_analyze.py
|
|
# @Project : futool-tiny-datahub
|
|
# @Desc :
|
|
|
|
class MetadataRelationAnalyzer(object):
|
|
"""
|
|
元数据关系分析
|
|
"""
|
|
|
|
def __init__(self, source_id):
|
|
pass
|