Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4D63A200C40 for ; Thu, 23 Mar 2017 11:33:50 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4BFED160B84; Thu, 23 Mar 2017 10:33:50 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8F3F3160B75 for ; Thu, 23 Mar 2017 11:33:49 +0100 (CET) Received: (qmail 5861 invoked by uid 500); 23 Mar 2017 10:33:48 -0000 Mailing-List: contact commits-help@airflow.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airflow.incubator.apache.org Delivered-To: mailing list commits@airflow.incubator.apache.org Received: (qmail 5852 invoked by uid 99); 23 Mar 2017 10:33:48 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Mar 2017 10:33:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 7022E1A03A5 for ; Thu, 23 Mar 2017 10:33:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.349 X-Spam-Level: X-Spam-Status: No, score=-99.349 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id WnoLK3uM0_Ho for ; Thu, 23 Mar 2017 10:33:46 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id DFEE05FB6A for ; Thu, 23 Mar 2017 10:33:45 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 0A02EE0436 for ; Thu, 23 Mar 2017 10:33:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id B32A821D9A for ; Thu, 23 Mar 2017 10:33:41 +0000 (UTC) Date: Thu, 23 Mar 2017 10:33:41 +0000 (UTC) From: "Fred Liu (JIRA)" To: commits@airflow.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AIRFLOW-1031) 'scheduled__' may replace with DagRun.ID_PREFIX in DagRun.run_id MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 23 Mar 2017 10:33:50 -0000 Fred Liu created AIRFLOW-1031: --------------------------------- Summary: 'scheduled__' may replace with DagRun.ID_PREFIX in DagRun.run_id Key: AIRFLOW-1031 URL: https://issues.apache.org/jira/browse/AIRFLOW-1031 Project: Apache Airflow Issue Type: Improvement Components: DagRun Affects Versions: Airflow 1.8 Reporter: Fred Liu Assignee: Fred Liu Priority: Trivial Fix For: Airflow 1.8 https://github.com/apache/incubator-airflow/blob/v1-8-stable/airflow/jobs.py#L840 This 'scheduled__' may replace with DagRun.ID_PREFIX I searched 'scheduled__', it seems don't appear other code. Can I send a PR to fix this? -- This message was sent by Atlassian JIRA (v6.3.15#6346)