singer-tap-template icon indicating copy to clipboard operation
singer-tap-template copied to clipboard

__init__.py Accesses Catalog dict Improperly

Open mdkallick opened this issue 6 years ago • 0 comments

When the default init.py uses the catalog dict, it accesses it using "catalog.key" rather than "catalog.get('key')". This is not proper python code and will not run. Examples: line 54: "for stream in catalog.streams:" line 55: "stream_metadata = metadata.to_map(stream.metadata)"

mdkallick avatar Feb 20 '19 16:02 mdkallick