Nils Braun

Results 129 comments of Nils Braun

Thanks for the solution! While this certainly works, it also opens up quite some security risk :-/ I am wondering if the root cause can be fixed, because as far...

Concerning the GitHub actions: yes, that is possible. I have done so for [tsfresh]( https://www.github.com/blue-yonder/tsfresh/tree/main/.github%2Fworkflows%2Fbenchmark.yml) using pytest benchmark and I have also written a small GitHub actions plugin to compare...

Assuming that you have a stream of pandas dataframe rows (so, that would be pandas series) and not just a single dataframe (because then, @martindurant is right: you do not...

Hi @rajagurunath I really like this idea. I am also not an expert in `dbt`, but I see it popping up in many discussions around data engineering in the last...

And last but not least I would be very interested in the opinion of @goodwanghan - because I think fugue-sql and dbt share some common goals. Han, have you worked...

Good catch and thanks for providing already a workaround. And yes, you are completely right: it is only needed for the command line interface. I will check if I might...

I added a fix in #159 which should make it compatible with older and newer versions of prompt_toolkit. If you want, you can test it following the instructions in the...

Definitely! Which of the point are you most interested in?

Ok! The method SHOW MODELS should give back a list of all registered models. It can be quite similar to the SHOW TABLES function and just give the names. The...

Thanks for asking! Two comments to your code: 1. You probably want to do this anyway, but you need to rename the class to something like `SqlShowModels` 2. You do...