Daniele Mazzotta

Results 13 comments of Daniele Mazzotta

> As a workaround I have used the `readable-web-to-node-stream` package, however it would still be very useful to have support for `workbook.csv.load()` as this is a bit messy. Not working...

Just to be transparent: this idea originates from an error I keep getting when reading some epubs ``` KeyError: "There is no item named 'styles/3.ttf' in the archive" ``` This...

The `context` idea is definitely more intuitive for this purpose. I'm just not sure how to implement it, whereas the `action` is pretty straightforward to do. Who can we ping...

In your experience, what's the information you look at most often? I usually look for: - Logs - which task are running, and the history of the tasks - Metrics...

Ok so what if, in the overwiew, there is just a table with the DAGs assigned to that entity. Basically just the current Table (maybe with some status dots about...

Just to start working on this, I will implement in the existing DAGs table, the column for the `latest runs` status with the various colors I will display the possible...

First iteration of the `LatestDagRunsStatus` It's a new component that takes `dagId` and `limit`, and displays the latest (sorted by `start_date`) runs. ![image](https://user-images.githubusercontent.com/38842504/182824714-a02f4316-4647-4c7d-ba67-e42098712103.png) Only issue is that every row makes...

In my case, yes, since I'm going to pass to the `DagTableComponent` just a couple of DAG IDs (the previous feature we implemented). But for someone new adding this plugin,...