Jeff Pipas

Results 7 comments of Jeff Pipas

Getting the same thing - It appears to be an issue with the getTask API (there's several javascript errors in console). Most notably the /tasks endpoint for a given dag....

Just wanted to update, that this appears to only be happening for DAGs that have TaskGroups. When viewing my "non-taskgroup" DAGs, the grid-view works as expected. When trying to select...

The web server error is what I posted above... ends with: `AttributeError: 'dict' object has no attribute 'dump'` I too am getting the same JS errors that @rotemseekingalpha is showing...

We were able to determine that this issue was caused by a custom operator that erroneously had `params` as part of its `template_fields`. Therefore any DAG that contained this operator...

I was using `GenericAPIView`'s and also had the problem of exceptions when I didn't include `has_write_permission`, nor was the precedence of `has_object_update_permission` over the global `has_write_permission` being followed. Using the...

Not that this isn't a good idea, but one could just push the logs into something like logstash (which is what we're planning on doing - simply because its where...

Our organization is built entirely on-top of AWS - this includes Tableau Server, and Elastic Search/Logstatsh, etc. We use logstash for all of our logs, as it helps us consolidate...