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

Example code not working #11

Closed
pjakobsen opened this issue Oct 21, 2013 · 2 comments
Closed

Example code not working #11

pjakobsen opened this issue Oct 21, 2013 · 2 comments
Labels

Comments

@pjakobsen
Copy link

Running bubbles / examples / hello.py fails because
1)
p.source(bubbles.data_object("csv_source", URL, infer_fields=True)) is missing a name parameter. Should be

p.source(bubbles.data_object("csv_source", URL, infer_fields=True),"foo-name")

Furthermore, the example doesn't seem to produce any output. What is supposed to happen when p.pretty_print() executes?

@pjakobsen
Copy link
Author

Error for 1) is:

p.source(bubbles.data_object("csv_source", URL, infer_fields=True))

TypeError: source() missing 1 required positional argument: 'objname'

@Stiivi
Copy link
Owner

Stiivi commented Oct 21, 2013

Thanks. Fixed.

@Stiivi Stiivi closed this as completed Oct 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants