diff --git a/transport/iowrapper.py b/transport/iowrapper.py index 6fd1196..105d024 100644 --- a/transport/iowrapper.py +++ b/transport/iowrapper.py @@ -111,8 +111,8 @@ class IETL(IReader) : _data = super().read(**_args) _schema = super().meta() for _kwargs in self._targets : - if _schema : - _kwargs['schema'] = _schema + # if _schema : + # _kwargs['schema'] = _schema self.post(_data,**_kwargs) return _data