[
https://issues.apache.org/jira/browse/ATLAS-432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15095770#comment-15095770
]
Shwetha G S commented on ATLAS-432:
-----------------------------------
{noformat}
+ Wrappers.SeqWrapper columns = (Wrappers.SeqWrapper)
table.get(QuickStart.COLUMNS_ATTRIBUTE);
+ Wrappers.SeqWrapper inputs =
(Wrappers.SeqWrapper)loadProcess.get(QuickStart.INPUTS_ATTRIBUTE);
+ Wrappers.SeqWrapper outputs =
(Wrappers.SeqWrapper)loadProcess.get(QuickStart.OUTPUTS_ATTRIBUTE);
+ Id inputTableId =
(Id)((Wrappers.SeqWrapper)view.get(QuickStart.INPUT_TABLES_ATTRIBUTE)).get(0);
should be list<Referenceable>
{noformat}
> 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, 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)