Return-Path: X-Original-To: apmail-atlas-dev-archive@minotaur.apache.org Delivered-To: apmail-atlas-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2E6E618784 for ; Mon, 11 Jan 2016 16:41:47 +0000 (UTC) Received: (qmail 65653 invoked by uid 500); 11 Jan 2016 16:41:46 -0000 Delivered-To: apmail-atlas-dev-archive@atlas.apache.org Received: (qmail 65607 invoked by uid 500); 11 Jan 2016 16:41:46 -0000 Mailing-List: contact dev-help@atlas.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@atlas.incubator.apache.org Delivered-To: mailing list dev@atlas.incubator.apache.org Received: (qmail 65596 invoked by uid 99); 11 Jan 2016 16:41:46 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jan 2016 16:41:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 51610C0A6D for ; Mon, 11 Jan 2016 16:41:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.427 X-Spam-Level: X-Spam-Status: No, score=0.427 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.554, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 28L-bJwwmRTv for ; Mon, 11 Jan 2016 16:41:42 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id CF3B131ACB for ; Mon, 11 Jan 2016 16:41:40 +0000 (UTC) Received: (qmail 64145 invoked by uid 99); 11 Jan 2016 16:41:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jan 2016 16:41:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DD0EC2C1F68 for ; Mon, 11 Jan 2016 16:41:39 +0000 (UTC) Date: Mon, 11 Jan 2016 16:41:39 +0000 (UTC) From: "Hemanth Yamijala (JIRA)" To: dev@atlas.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ATLAS-432) QuickStart lineage is broken MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ATLAS-432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hemanth Yamijala updated ATLAS-432: ----------------------------------- Attachment: ATLAS-432.patch The fix for the issue was to ensure we pick the last entity ID in the return from the API as that would be the ID of the created entity. In addition to the fix, I also added a set of integration tests for QuickStart that test that the various main elements of QuickStart are added properly. To make this test work, I need to change a few things in the existing ITs, notably with respect to making sure the same types added by QuickStart are not being added again, as all these are run together against the same instance of the Atlas server. > QuickStart lineage is broken > ---------------------------- > > Key: ATLAS-432 > URL: https://issues.apache.org/jira/browse/ATLAS-432 > Project: Atlas > Issue Type: Bug > Affects Versions: 0.6-incubating > Reporter: Hemanth Yamijala > Assignee: Hemanth Yamijala > Attachments: ATLAS-432.patch > > > * Run quick_start.py on the release version of 0.6. > * Query for Table, select sales_fact table from the results > * You will not see any lineage graph even though QuickStart adds a LoadProcess that captures information for the lineage. -- This message was sent by Atlassian JIRA (v6.3.4#6332)