Conrad Schloer

Results 14 comments of Conrad Schloer

I'm exiting the process normally (:q for vim), and not using either bash-preexec or ble.sh.

Closing because I'm realizing that it doesn't have anything to do with interactive commands.

I realized it was only working for the first command of the session, and it was due to this tool I was using: https://github.com/jml/undistract-me

This fork fixes it: https://github.com/jml/undistract-me/pull/68

This would still be great, but as I said in the linked issue we already have the "batch load" concept in our custom load step. And I guess since you...

the filesystem backend I believe. I haven't messed with any the parameters related to which backend you use.

My new running theory is that the problem is that for every field passed into the `set_types` processor, the entire resource (including every field) is validated by the `set_type` flow....

I created this custom processor that seems to fix the issue: ``` from dataflows import Flow, PackageWrapper, schema_validator from dataflows.helpers.resource_matcher import ResourceMatcher from datapackage_pipelines.wrapper import ingest from datapackage_pipelines.utilities.flow_utils import spew_flow...

Sure - though it would require a PR in both dataflows and datapackage_pipelines. @akariv is there any reason you only implemented the singular `set_type` in data flows instead of a...