Re: [PROPOSE] Introduce and encourage pre-commit hooks framework to Airflow developer workflow

2019-07-23 Thread Driesprong, Fokko
I agree with the other folks. I'm personally not a fan of pre commit hooks, but if people like it, they can enable it. Cheers, Fokko Op di 23 jul. 2019 om 20:13 schreef Kaxil Naik > It is fully-optional so I don't think we need an AIP there. > > > > On Tue, Jul 23, 2019 at 11:36 PM Beau Barker

Re: [PROPOSE] Introduce and encourage pre-commit hooks framework to Airflow developer workflow

2019-07-23 Thread Kaxil Naik
It is fully-optional so I don't think we need an AIP there. On Tue, Jul 23, 2019 at 11:36 PM Beau Barker wrote: > Just add a .pre-commit-config.yaml to the project, no need for an AIP. > > > On 24 Jul 2019, at 2:42 am, Jarek Potiuk > wrote: > > > > Any more comments on it? > > Should I make a

Re: [PROPOSE] Introduce and encourage pre-commit hooks framework to Airflow developer workflow

2019-07-23 Thread Beau Barker
Just add a .pre-commit-config.yaml to the project, no need for an AIP. > On 24 Jul 2019, at 2:42 am, Jarek Potiuk wrote: > > Any more comments on it? > Should I make an AIP for that :)? Or should I just ask a vote/propose a PR > ? Anyone has a strong opinion? > I think it changes the dev workfl

Re: [PROPOSE] Introduce and encourage pre-commit hooks framework to Airflow developer workflow

2019-07-23 Thread Jarek Potiuk
Any more comments on it? Should I make an AIP for that :)? Or should I just ask a vote/propose a PR ? Anyone has a strong opinion? I think it changes the dev workflow quite a bit on one hand, but it is fully optional on the other hand. On Thu, Jul 4, 2019 at 9:23 AM Kamil Breguła wrote: > +1 At

Re: [PROPOSE] Introduce and encourage pre-commit hooks framework to Airflow developer workflow

2019-07-04 Thread Kamil Breguła
+1 At first I was skeptical about this tool. I prefer to run it by hand, but I am more and more convinced that using it as a pre-commit makes sense. On Wed, Jul 3, 2019 at 10:58 PM Felix Uellendall wrote: > > +1 (non-binding), I love that. I use a git pre-commit bash script but I think > the fra

Re: [PROPOSE] Introduce and encourage pre-commit hooks framework to Airflow developer workflow

2019-07-03 Thread Felix Uellendall
+1 (non-binding), I love that. I use a git pre-commit bash script but I think the framework looks even better. :) -feluelle Original Message On Jul 2, 2019, 19:48, Maxime Beauchemin wrote: > +1 > > On Mon, Jul 1, [2019](tel:2019) at 11:20 PM Kaxil Naik > wrote: > >> +1 We ha

Re: [PROPOSE] Introduce and encourage pre-commit hooks framework to Airflow developer workflow

2019-07-02 Thread Maxime Beauchemin
+1 On Mon, Jul 1, 2019 at 11:20 PM Kaxil Naik wrote: > +1 We have been using this on some of our Astronomer repositories as well > and have been happy with it. > > Regards, > Kaxil > > On Tue, Jul 2, 2019, 11:46 Jarek Potiuk wrote: > > > TL;DR: I would like to make a proposal to add (easily ma

Re: [PROPOSE] Introduce and encourage pre-commit hooks framework to Airflow developer workflow

2019-07-01 Thread Kaxil Naik
+1 We have been using this on some of our Astronomer repositories as well and have been happy with it. Regards, Kaxil On Tue, Jul 2, 2019, 11:46 Jarek Potiuk wrote: > TL;DR: I would like to make a proposal to add (easily managed) pre-commit > hooks with various lint checkers part of recommende

[PROPOSE] Introduce and encourage pre-commit hooks framework to Airflow developer workflow

2019-07-01 Thread Jarek Potiuk
TL;DR: I would like to make a proposal to add (easily managed) pre-commit hooks with various lint checkers part of recommended (and encouraged) development workflow for Airflow. This will help with speeding-up local development cycle and decrease pressure on Travis CI. Over the last few months in