famous-florist-7218
09/06/2022, 4:15 AMbulky-soccer-26729
09/06/2022, 2:58 PMbetter-orange-49102
09/07/2022, 1:37 AMclass DataPlatformInstanceClass(_Aspect):
"""The specific instance of the data platform that this entity belongs to"""
ASPECT_NAME = 'dataPlatformInstance'
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.common.DataPlatformInstance")
def __init__(self,
platform: str,
instance: Union[None, str]=None,
):
super().__init__()
self.platform = platform
self.instance = instance
would make any difference here. but platform instance is also reflected in the urn as well..🤔