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

Caching Issue in Pipe, Makes it appear core Flex.io value is broken #22

Closed
wanderslth opened this issue Mar 3, 2017 · 1 comment
Closed

Comments

@wanderslth
Copy link
Member

Here's a pipe that will fail:

Step 1:

input file: https://raw.githubusercontent.com/flexiodata/sample-data/master/contacts-2016-11.csv 

convert from: delimited to: table delimiter: comma header: true 

select col: givenname, surname, streetaddress, city, state, zipcode, birthday 

filter where: strpart(birthday, "/", 1) = "1980" 

execute lang: python code: aW1wb3J0IHN5cwoKaW5wdXQgPSAnJzsKZm9yIGxpbmUgaW4gc3lzLnN0ZGluOgogICAgaW5wdXQgKz0gbGluZS51cHBlcigpOwogICAgCnN5cy5zdGRvdXQud3JpdGUoaW5wdXQpCg== 

limit value: 5 

OK, looking good, now Step 2:

convert from: delimited to: table delimiter: comma header: true 

Save step returns preview of full file, not the limited (by both rows and fields) file.

You can "Run Pipe" to clear cache and make it work, but a user just thinks the tool fails at its core promise to run logic in sequence.

@alwillia
Copy link
Member

Same as caching issue with error codes in #2 and #47.

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

No branches or pull requests

4 participants