<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Question about lineage between tables from different workspaces in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Question-about-lineage-between-tables-from-different-workspaces/m-p/3502872#M45158</link>
    <description>&lt;P&gt;Not sure what you are trying to achieve here. For all intents and purposes upstream datasets are just that - datasets (SSAS Tabular models).&amp;nbsp; Doesn't really matter what feeds them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may have more luck using the scanner API.&lt;/P&gt;</description>
    <pubDate>Sat, 28 Oct 2023 21:20:12 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2023-10-28T21:20:12Z</dc:date>
    <item>
      <title>Question about lineage between tables from different workspaces</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Question-about-lineage-between-tables-from-different-workspaces/m-p/3501638#M45149</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 3 workspaces composed like this :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pbi_workspaces.png" style="width: 521px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/987850i6181C3996203D4B2/image-dimensions/521x265?v=v2" width="521" height="265" role="button" title="pbi_workspaces.png" alt="pbi_workspaces.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The 3rd Workspace's tables includes a reference to a table from the 1st Workspace and&amp;nbsp;another reference to a table from the 2nd Workspace.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The scan of the 3rd workspace returns :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A dataset with my 2 tables&lt;/LI&gt;&lt;LI&gt;An expression list that represent each table's expression&lt;/LI&gt;&lt;LI&gt;An "upstreamDatasets" that represent each source workspace/dataset IDs&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="javascript"&gt;{
	"id": "[hidden]",
	"name": "Albums",
	"datasets": [
		{
			"id": "[hidden]",
			"name": "group_albums",
			"tables": [
				{
					"name": "SQLServer Docker - SELECT ALBUMS",
					"columns": [],
					"measures": [],
					"isHidden": false,
					"source": [
						{
							"expression": "SELECT ALBUMS"
						}
					]
				},
				{
					"name": "Snowflake - SELECT ALBUMS",
					"columns": [],
					"measures": [],
					"isHidden": false,
					"source": [
						{
							"expression": "SELECT ALBUMS"
						}
					]
				}
			],
			"expressions": [
				{
					"name": "DirectQuery to AS - sql_docker",
					"expression": "[hidden]"
				},
				{
					"name": "DirectQuery to AS - snowflake_music",
					"expression": "[hidden]"
				}
			],
			"upstreamDatasets": [
				{
					"targetDatasetId": "[hidden]",
					"groupId": "[hidden]"
				},
				{
					"targetDatasetId": "[hidden]",
					"groupId": "[hidden]"
				}
			]
		}
	]
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can i retrieve lineage between tables and expressions/upstream datasets ?&lt;/P&gt;&lt;P&gt;The API keeps the correct order of each items (table 1 == upstreamDataset 1 // table2 == upstreamDataset 2) ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you in advance for your time and assistance!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 15:07:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Question-about-lineage-between-tables-from-different-workspaces/m-p/3501638#M45149</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-10-27T15:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Question about lineage between tables from different workspaces</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Question-about-lineage-between-tables-from-different-workspaces/m-p/3502872#M45158</link>
      <description>&lt;P&gt;Not sure what you are trying to achieve here. For all intents and purposes upstream datasets are just that - datasets (SSAS Tabular models).&amp;nbsp; Doesn't really matter what feeds them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may have more luck using the scanner API.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Oct 2023 21:20:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Question-about-lineage-between-tables-from-different-workspaces/m-p/3502872#M45158</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-10-28T21:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Question about lineage between tables from different workspaces</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Question-about-lineage-between-tables-from-different-workspaces/m-p/4258076#M58022</link>
      <description>&lt;P&gt;Worst answer ever. Of course it matters to users what base tables certain reports use as their data source.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The simplest answer here if you need to go to the table level is to employ Purview.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 12:42:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Question-about-lineage-between-tables-from-different-workspaces/m-p/4258076#M58022</guid>
      <dc:creator>cnau</dc:creator>
      <dc:date>2024-10-25T12:42:03Z</dc:date>
    </item>
  </channel>
</rss>

