Share via

Hirearchical Table Navigation

GB 6 Reputation points
2022-09-18T10:11:52.9+00:00

I have a Table Index in Oracle that allows record members and record owners to be navigated, like a tree structure. From bottom to top and from top through the levels below left to right or a level at a time. Is there an example of such navigation in ADF. From a member record to find the top top level record id in particular? Bill of Materials processing. Apols if in the wrong forum

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.

0 comments No comments

1 answer

Sort by: Most helpful
  1. John Aherne 156 Reputation points
    2022-09-18T20:00:42.09+00:00

    Not really sure what you are trying to do, but ADF is an ETL tool, not a database browser.

    If you want to copy some data based on a key and structure, you could use some sort of dynamic SQL generation, or you can put some views on Oracle and have ADF copy those directly.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.