Mukesh

Results 81 comments of Mukesh

Marking it as a draft until I can find a proper way to reproduce it.

I was quick to assume that, it was a problem with the Django `Column` model missing the property `primary_key`. Instead this bugs seems to be related to `metadata` not being...

Let's take the `tables/` get api. We fetch all the tables from the django database and the relevant _sa_table is reflected each time the property of the Django table is...

Will the visualization be saved as a static plot or as an aggregated abstraction? I thought of the following options: 1. Using dbt snapshots - Would need to specify it...

> > When you say "saving it as a static visualization" - do you mean like saving the plot as a .JPEG or something? Yes, I meant saving it as...

So we might need to add: 1. Static image visualization 2. Interactive Snapshot visualization based on dbt snapshot with saving binned data as a fallback.

I was thinking of versioning along with data as in actual data in serialised format like csv/json like [DVC](https://github.com/iterative/dvc). If it is just sql, git should do the magic.

@IyadElwy That looks pretty neat and you are certainly on the right track. Thanks! for the PR, I will take a look at it.

Launch the app using `green-tunnel --no-sandbox` from your terminal. This problem happens due to issues with [Electron security considerations](https://www.electronjs.org/docs/latest/tutorial/sandbox/)

I am removing this issue from the 0.1.3 milestone and moving it to the next release. Kubernetes manifest is quite similar to our docker-compose and there are plans to refactor...