issue fetching master repo

2017-04-19 Thread Boris Tyukin
hey guys, want to submit my first tiny PR and once I fork airflow and clone my repo get this message below: I cannot commit / rebase and I cannot find a way to remove this file. Is it only my who has this issue? git status # On branch master # Changed but not updated: # (use "git add ..." to

Accessing Presto over SSL from Airflow

2017-04-19 Thread Nicholas Hodgkinson
I'm curious is anyone accessing Presto over SSL? I'm about to enable LDAP authentication on Presto which requires connections with the coordinator to be over SSL and I wonder if anyone has setup Airflow to make that happen. If not I can dig in myself to figure it out, just don't want to dig in if

Re: [VOTE] Release Airflow 1.8.1 based on Airflow 1.8.1 RC0

2017-04-19 Thread siddharth anand
https://issues.apache.org/jira/browse/AIRFLOW-1121 is merged to fix the webserver pid issue.. thx Kengo! -s On Tue, Apr 18, 2017 at 6:15 PM, Hitesh Shah wrote: > -1. > > Not sure if these have been called out earlier. > > For all the bundled files with different licenses

Questions regarding externally submitted DAGs

2017-04-19 Thread jeeyoung kim
I am creating a DAG used for ad-hoc analysis and backfill. It has schedule of None and is manually triggered via airflow trigger_dag. I have few questions around it. - I pass parameters to the dag via --conf flag, which is available via dagrun object. I believe that this is the right way to

Re: 1.8.0 Backfill Clarification

2017-04-19 Thread Maxime Beauchemin
Nice! Thanks Bolke for being so quick! Arguably real progress isn't really achieved until it's protected by a unit test, and I'm most guilty for writing tons of untested features... The backfill logic has always been surprisingly intricate and complex, and increasingly so as we've added more

Re: 1.8.0 Backfill Clarification

2017-04-19 Thread Chris Fei
Thank you for the clarification, Max, and thanks for the quick turnaround, Bolke. I can confirm that your fix addresses my issue. Chris On Wed, Apr 19, 2017, at 07:51 AM, Bolke de Bruin wrote: > PR is out: https://github.com/apache/incubator-airflow/pull/2247 > > Includes tests. > > - Bolke >

Re: Welcome @saguziel as a committer and PMC member!

2017-04-19 Thread Sumit Maheshwari
Welcome Alex.. On Mon, Apr 17, 2017 at 10:33 PM, siddharth anand wrote: > Welcome Alex! > > On Fri, Apr 14, 2017 at 8:23 AM, Chris Riccomini > wrote: > > > Congrats, Alex! Welcome. :) > > > > On Thu, Apr 13, 2017 at 7:06 PM, Dan Davydov