Re: Where to in codebase to add external IP to Airflow emails? TaskInstance? Some global place?

2017-07-19 Thread Russell Jurney
bump? Russell Jurney @rjurney <http://twitter.com/rjurney> russell.jur...@gmail.com LI <http://linkedin.com/in/russelljurney> FB <http://facebook.com/jurney> datasyndrome.com On Tue, Jul 18, 2017 at 4:36 PM, Russell Jurney wrote: > I created a JIRA to track this issue:

Re: How to add a module as in to requirements.txt to Airflow source?

2017-07-19 Thread Russell Jurney
Thanks! Russell Jurney @rjurney <http://twitter.com/rjurney> russell.jur...@gmail.com LI <http://linkedin.com/in/russelljurney> FB <http://facebook.com/jurney> datasyndrome.com On Tue, Jul 18, 2017 at 8:29 PM, Maxime Beauchemin < maximebeauche...@gmail.com> wrot

How to add a module as in to requirements.txt to Airflow source?

2017-07-18 Thread Russell Jurney
I am building Airflow and added a module to it. There is no requirements.txt. How do I add a module to the project so that it can build? Russell Jurney @rjurney <http://twitter.com/rjurney> russell.jur...@gmail.com LI <http://linkedin.com/in/russelljurney> FB <http://face

Re: Where to in codebase to add external IP to Airflow emails? TaskInstance? Some global place?

2017-07-18 Thread Russell Jurney
I created a JIRA to track this issue: https://issues.apache.org/jira/browse/AIRFLOW-1425 Russell Jurney @rjurney <http://twitter.com/rjurney> russell.jur...@gmail.com LI <http://linkedin.com/in/russelljurney> FB <http://facebook.com/jurney> datasyndrome.com On Tue, Jul 1

Where to in codebase to add external IP to Airflow emails? TaskInstance? Some global place?

2017-07-18 Thread Russell Jurney
hanks! Russell Jurney @rjurney <http://twitter.com/rjurney> russell.jur...@gmail.com LI <http://linkedin.com/in/russelljurney> FB <http://facebook.com/jurney> datasyndrome.com

Re: Run job nightly at local time zone midnight?

2017-07-18 Thread Russell Jurney
Thanks much! Russell Jurney @rjurney <http://twitter.com/rjurney> russell.jur...@gmail.com LI <http://linkedin.com/in/russelljurney> FB <http://facebook.com/jurney> datasyndrome.com On Tue, Jul 18, 2017 at 2:40 PM, Arthur Wiedmer wrote: > That's true, just be careful

Run job nightly at local time zone midnight?

2017-07-18 Thread Russell Jurney
ill run at localtime midnight from now on. Thanks! Russell Jurney @rjurney <http://twitter.com/rjurney> russell.jur...@gmail.com LI <http://linkedin.com/in/russelljurney> FB <http://facebook.com/jurney> datasyndrome.com

Re: Simple Airflow BashOperators run but can't be scheduled or un-paused

2017-05-18 Thread Russell Jurney
Our engineer Josh Watts has created a patch for 1.8.1 that adds UTC time zones to the datetime.now()/datetime()/SQLAlchemy/Alembic datetime stuff. He'll submit a pull request here shortly. Russell Jurney @rjurney <http://twitter.com/rjurney> russell.jur...@gmail.com LI <http://l

Re: Simple Airflow BashOperators run but can't be scheduled or un-paused

2017-05-17 Thread Russell Jurney
work. Russell Jurney @rjurney <http://twitter.com/rjurney> russell.jur...@gmail.com LI <http://linkedin.com/in/russelljurney> FB <http://facebook.com/jurney> datasyndrome.com On Wed, May 17, 2017 at 12:01 AM, Bolke de Bruin wrote: > We probably need to use .utcnow() at most

Re: Simple Airflow BashOperators run but can't be scheduled or un-paused

2017-05-16 Thread Russell Jurney
I use for example: self.logger.error(job.latest_heartbeat) ? Russell Jurney @rjurney <http://twitter.com/rjurney> russell.jur...@gmail.com LI <http://linkedin.com/in/russelljurney> FB <http://facebook.com/jurney> datasyndrome.com On Tue, May 16, 2017 at 3:40 PM, Russell Jurney

Re: Simple Airflow BashOperators run but can't be scheduled or un-paused

2017-05-16 Thread Russell Jurney
are offset-naive and offset-aware datetimes What do I do? Russell Jurney @rjurney <http://twitter.com/rjurney> russell.jur...@gmail.com LI <http://linkedin.com/in/russelljurney> FB <http://facebook.com/jurney> datasyndrome.com On Tue, May 16, 2017 at 2:18 PM, Russell Jurney wr

Re: Simple Airflow BashOperators run but can't be scheduled or un-paused

2017-05-16 Thread Russell Jurney
Thanks, we're trying that now! Russell Jurney @rjurney <http://twitter.com/rjurney> russell.jur...@gmail.com LI <http://linkedin.com/in/russelljurney> FB <http://facebook.com/jurney> datasyndrome.com On Tue, May 16, 2017 at 2:02 PM, Bolke de Bruin wrote: > Did you

Simple Airflow BashOperators run but can't be scheduled or un-paused

2017-05-16 Thread Russell Jurney
running. The airflow run/test commands work, but we get this same error above when we click the activate button on the web app or unpause the DAG from the CLI. We have wondered if our start date has to be in the future maybe? We don't know. Any help would be appreciated. Thanks! Russell Jurney @rjurney <http://twitter.com/rjurney> russell.jur...@gmail.com LI <http://linkedin.com/in/russelljurney> FB <http://facebook.com/jurney> datasyndrome.com

Re: DockerOperator - old API? What version/package API does this use?

2017-04-27 Thread Russell Jurney
Wow, this is actually quite complex owing to the unit tests... Russell Jurney @rjurney <http://twitter.com/rjurney> russell.jur...@gmail.com LI <http://linkedin.com/in/russelljurney> FB <http://facebook.com/jurney> datasyndrome.com On Thu, Apr 27, 2017 at 9:12 PM, Russell J

Re: DockerOperator - old API? What version/package API does this use?

2017-04-27 Thread Russell Jurney
I created a JIRA: https://issues.apache.org/jira/browse/AIRFLOW-1159 Russell Jurney @rjurney <http://twitter.com/rjurney> russell.jur...@gmail.com LI <http://linkedin.com/in/russelljurney> FB <http://facebook.com/jurney> datasyndrome.com On Thu, Apr 27, 2017 at 9:00 PM, Rus

Re: DockerOperator - old API? What version/package API does this use?

2017-04-27 Thread Russell Jurney
Ok, after some more poking around I found that this is the docker-py 1.6 API, which is pretty old. I'm going to update it to the latest and see if I can make it work, since we are using the newer docker API elsewhere. Russell Jurney @rjurney <http://twitter.com/rjurney> russell.jur..

DockerOperator - old API? What version/package API does this use?

2017-04-27 Thread Russell Jurney
and that doesn't match either. Russell Jurney @rjurney <http://twitter.com/rjurney> russell.jur...@gmail.com LI <http://linkedin.com/in/russelljurney> FB <http://facebook.com/jurney> datasyndrome.com

Re: SparkOperator - tips and feedback?

2017-03-18 Thread Russell Jurney
that improves communication with Yarn. > > Bolke > > > On 18 Mar 2017, at 18:43, Russell Jurney > wrote: > > > > Ruslan, thanks for your feedback. > > > > You mean the spark-submit context? Or like the SparkContext and > > SparkSession? I don't th

Re: SparkOperator - tips and feedback?

2017-03-18 Thread Russell Jurney
ht be done? If SparkContext was able to open the spark/pyspark console, then multiple job submissions would be possible. I didn't have this in mind but an InteractiveSparkContext or SparkConsoleContext might be able to do this? Russell Jurney @rjurney <http://twitter.com/rjurney> russel

SparkOperator - tips and feedback?

2017-03-18 Thread Russell Jurney
works, but why not tailor something to spark-submit? I'm open to doing the work, but I wanted to see what people though about it and get feedback about things they would like to see in SparkOperator and get any pointers people had to doing the implementation. Russell Jurney @rjurney <http

Re: Install Airflow in a particular directory with pip?

2017-03-11 Thread Russell Jurney
Is there another way? Not using one. On Sat, Mar 11, 2017 at 3:34 PM Maxime Beauchemin < maximebeauche...@gmail.com> wrote: > Virtualenv > > On Mar 11, 2017 3:22 PM, "Russell Jurney" > wrote: > > > How can I get pip to install airflow in a particular direc

Install Airflow in a particular directory with pip?

2017-03-11 Thread Russell Jurney
How can I get pip to install airflow in a particular directory? Russell Jurney @rjurney <http://twitter.com/rjurney> russell.jur...@gmail.com LI <http://linkedin.com/in/russelljurney> FB <http://facebook.com/jurney> datasyndrome.com

Re: Airflow Meetup @ Paypal (San Jose)

2017-03-10 Thread Russell Jurney
Mine is kinda short, so three might be right. Russell Jurney @rjurney <http://twitter.com/rjurney> russell.jur...@gmail.com LI <http://linkedin.com/in/russelljurney> FB <http://facebook.com/jurney> datasyndrome.com On Fri, Mar 10, 2017 at 1:35 PM, Maxime Beauchemin < maxim

Re: How to stop tasks from running!? Which sql table or file(s) is it?

2017-02-14 Thread Russell Jurney
Ok, I deleted all references to the dag_id of this task in dag_run, jobs and task_instance. The database doesn't seem to control this. What does? --- Russell Jurney @rjurney <http://twitter.com/rjurney> russell.jur...@gmail.com LI <http://linkedin.com/in/russelljurney> FB <

How to stop tasks from running!? Which sql table or file(s) is it?

2017-02-14 Thread Russell Jurney
at is causing the job to run, but I don't know which table (there are lots!)? Is it just the database, or is there a file some place that I need to edit? Please help, because I run one thread on SQLite and so I can't get any other tasks to run until I clear this one :( --- Russell Jurney

Re: Airflow Meetup @ Paypal (San Jose)

2017-02-01 Thread Russell Jurney
March > > 14th > > > ? Please vote. > > > > > > √ we will have food and drinks. > > > Please let me know if anybody has any special request, I will try to > > > accommodate :) > > > > > > For presentations: > > > 1) Disk recommission

Re: Airflow Meetup @ Paypal (San Jose)

2017-01-31 Thread Russell Jurney
Hadoop > Node > > and Disk Remediation". - Jayesh Senjaliya ( Paypal ) > > 2) Predictive Analytics with Airflow and PySpark - ( Russell Jurney ) > > > > > > Please send request to present to this email thread if you are interested > > in presenting.

Re: Airflow Meetup @ Paypal (San Jose)

2017-01-26 Thread Russell Jurney
thread. > > Thanks > Jayesh > > On Wed, Jan 25, 2017 at 7:50 PM, Russell Jurney > wrote: > > > Is someone from Paypal likely to speak? Should we start a new thread > with a > > call for another speaker? There was mention of three being needed. > > >

Re: Airflow Meetup @ Paypal (San Jose)

2017-01-25 Thread Russell Jurney
t week. > > Thanks > Jayesh > > On Wed, Jan 25, 2017 at 4:52 PM, Russell Jurney > wrote: > > > Boris, would you be able to attend an evening meetup on the nights of > 3/15 > > or 3/16? I think attendance would be better on one of those days, as many > > peopl

Re: Airflow Meetup @ Paypal (San Jose)

2017-01-25 Thread Russell Jurney
t I am in Florida. 03/13 or 03/14 would work the best > > > because first two days of Strata are training days and not very busy > > > > > > On Tue, Jan 24, 2017 at 10:33 PM, Russell Jurney < > > russell.jur...@gmail.com > > > > > > > wro

Re: Airflow Meetup @ Paypal (San Jose)

2017-01-24 Thread Russell Jurney
ith a link to this event (and ping me if I don't see >it) -- I'll then promote it on our twitter channel, etc... > > -s > > On Mon, Jan 23, 2017 at 4:42 PM, Jayesh Senjaliya > wrote: > > > I am actually up for both, Paypal can host after Strata. > > > >

Re: Airflow Meetup @ Paypal (San Jose)

2017-01-23 Thread Russell Jurney
er way. On Fri, Jan 20, 2017 at 1:10 PM, Russell Jurney wrote: > I think if we hold it in the evening, there is no requirement to buy a > ticket to come to the meetup. Let me verify. > > On Fri, Jan 20, 2017 at 12:45 PM, Jayesh Senjaliya > wrote: > >> Hi Russell, >>

Re: Airflow Meetup @ Paypal (San Jose)

2017-01-20 Thread Russell Jurney
> > - Jayesh > > > On Fri, Jan 20, 2017 at 12:35 PM, Russell Jurney > > wrote: > > > As I mentioned in the other thread, I am available to speak on Predictive > > Analytics with Airflow and PySpark. > > > > Mid march has been suggested. What about t

Re: Airflow Meetup @ Paypal (San Jose)

2017-01-20 Thread Russell Jurney
reserve > space accordingly. so that it dont become short notice for the community. > > Any thoughts/comments? > > Thanks > Jayesh > -- Russell Jurney twitter.com/rjurney russell.jur...@gmail.com relato.io

Re: New book covers Airflow with PySpark: Agile Data Science 2.0 (O'Reilly, 2017) AND Airflow Meetup?

2017-01-19 Thread Russell Jurney
sign up as a speaker.. You are also welcome > to host a meet-up if you like. > -s > > On Thu, Jan 19, 2017 at 4:39 PM, Russell Jurney > wrote: > > > Hello! My name is Russell Jurney. I am a relatively new Airflow user and > > just joined the group. I am an Azkaban refuge

New book covers Airflow with PySpark: Agile Data Science 2.0 (O'Reilly, 2017) AND Airflow Meetup?

2017-01-19 Thread Russell Jurney
Hello! My name is Russell Jurney. I am a relatively new Airflow user and just joined the group. I am an Azkaban refugee, and an enemy of Oozie and the tyranny of XML. I wanted to tell you about my new book, out in pre-release, called Agile Data Science 2.0 <http://bit.ly/agile_data_scie