Tim Tomes
Tim Tomes
i did some investigating. That only happens when the framework can't reach the Github repo, which is a hard coded URL. This is working for everyone else, so something in...
This isn't broken. It's the nature of ascii tables. The individual tables extend to the width of the longest piece of data and it is wrapping. If you want, update...
Module management isn't an individual module level task, so I don't think it should be in this context because it muddies the workflow. However, I'll leave this open and monitor...
@BBhacKing that's a different issue. Please create a new feature request for this.
So, an idea. Do transform level validation automatically at the framework level based on the expected incoming data. Module devs then have the ability to override this method with their...
Idea continued. Build a validation method in the module.py module that detects the input item's type based on module path and calls the associated validator. That way, in one-off situations,...
Well crud, that won't work. Input can be anything within a given table. The above idea only determines the table. We're going to have to use some sort of metadata...
> @lanmaster53 this week is unfortunately pretty busy for me, but I'd be happy to submit a PR with fixes when I get the chance if you don't take care...
Please tell me a little more about this from a use case perspective.
Just to make sure I understand the underlying issue, the main issue here is that the indexing script requires pyyaml, and rather than just figure it out and handle it...