예제 #1
0
 def view_schema(self):
     """View schema of data flowing in pipeline."""
     uri = self.get_artifacts_uri_by_component(
         GDPComponent.SplitSchema.name)[0]
     view_schema(uri)
예제 #2
0
 def view_schema(self):
     """View schema of data flowing in pipeline."""
     pipeline = self._get_one_pipeline()
     uri = pipeline.get_artifacts_uri_by_component(
         GDPComponent.DataSchema.name)[0]
     view_schema(uri)