Zach Brookler
Zach Brookler
@erezsh @btseytlin I’ve actually already written a SQL parser using lark, you can find it [here](https://github.com/zbrookle/sql_to_ibis). @erezsh I’ve been meaning to reach out to add it to the list in...
@erezsh Yeah that's a good point, it doesn't really matter how much white space there is between the tokens
@erezsh I actually just tested this and it turns out that lark is including \n as part of \s. Not sure if that's a bug or not since I'm ignoring...
@MegaIng This was in reference to somewhere that I was using \s and @erezsh pointed out that it should also accept \n, which after testing it, it does. So either...
@jacobisaliveandwell Do you have helm installed? This package wraps around the helm CLI so any authentication taking place will happen in your kubeconfig
@jacobisaliveandwell Hmm I see. So I've personally never done that with helm, but you can find the documentation for passing in helm flags using avionix [here](https://avionix.readthedocs.io/en/latest/reference/chart.html#avionix.chart.ChartBuilder.install_chart). And if you can...
@JoshDrake-minted I'm actually going to change the logic so that user input takes priority in the event that a user enters a version. That way, even if the package isn't...
Hey @FlorianLudwig glad we're on the same page! If you'd like to take a look at an implementation I'm actually building something with this framework right now in avionix_airflow. I...
@FlorianLudwig I just made a couple new releases and added a full readthedocs. It should be a lot easier to understand and look through if you want to check it...
@Pradyumnakashyap Can you provide the error and stack trace you were getting? Thanks!