Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

__init__.py Accesses Catalog dict Improperly #6

Open
mdkallick opened this issue Feb 20, 2019 · 0 comments
Open

__init__.py Accesses Catalog dict Improperly #6

mdkallick opened this issue Feb 20, 2019 · 0 comments

Comments

@mdkallick
Copy link

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)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant