Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/extractors/superset/superset_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build plugins
// +build plugins
//go:build integration
// +build integration

package superset_test

Expand Down
48 changes: 41 additions & 7 deletions plugins/extractors/tableau/testdata/dashboards_proto.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[{
[
{
"resource": {
"urn": "tableau::https://server.tableau.com/workbook/d74564cf-931c-2df2-fd8f-8b974fbc0b14",
"name": "Regional",
"service": "tableau"
},
"charts": [{
"charts": [
{
"urn": "tableau::https://server.tableau.com/sheet/2f97fce2-e291-e229-842d-b7af508aebfc",
"name": "Obesity Map",
"source": "tableau",
Expand Down Expand Up @@ -205,6 +207,15 @@
}
}
],
"ownership": {
"owners": [
{
"urn": "meteor_user",
"name": "Meteor User",
"email": "meteor_user"
}
]
},
"properties": {
"attributes": {
"id": "d74564cf-931c-2df2-fd8f-8b974fbc0b14",
Expand All @@ -225,7 +236,8 @@
}
},
"lineage": {
"upstreams": [{
"upstreams": [
{
"urn": "hyper::6025bab5-2ce4-491b-90fd-891f1f33316c/6025bab5-2ce4-491b-90fd-891f1f33316c/Extract",
"service": "hyper",
"type": "bucket"
Expand Down Expand Up @@ -265,7 +277,8 @@
"service": "tableau",
"description": "A sample superstore"
},
"charts": [{
"charts": [
{
"urn": "tableau::https://server.tableau.com/sheet/0421101f-cd87-a6b9-e502-eca8f8e96a3a",
"name": "CustomerOverview",
"source": "tableau",
Expand Down Expand Up @@ -686,6 +699,15 @@
}
}
],
"ownership": {
"owners": [
{
"urn": "meteor_user",
"name": "Meteor User",
"email": "meteor_user"
}
]
},
"properties": {
"attributes": {
"id": "e1f0aab7-e3ff-8727-8461-4d4294e220f0",
Expand All @@ -706,7 +728,8 @@
}
},
"lineage": {
"upstreams": [{
"upstreams": [
{
"urn": "textscan::Sales Commission.csv/Sales Commission.csv/Sales Commission.csv",
"service": "textscan",
"type": "bucket"
Expand All @@ -730,7 +753,8 @@
"name": "InMail Engagement",
"service": "tableau"
},
"charts": [{
"charts": [
{
"urn": "tableau::https://server.tableau.com/sheet/3250190d-e1f8-3e1e-e43e-3485ea87990e",
"name": "Best Day to Send InMails",
"source": "tableau",
Expand Down Expand Up @@ -971,6 +995,15 @@
}
}
],
"ownership": {
"owners": [
{
"urn": "meteor_user",
"name": "Meteor User",
"email": "meteor_user"
}
]
},
"properties": {
"attributes": {
"id": "d7db01c0-b311-6f47-31bf-ad1c42e67629",
Expand All @@ -991,7 +1024,8 @@
}
},
"lineage": {
"upstreams": [{
"upstreams": [
{
"urn": "webdata-direct:linkedin-snap::https://connectors.tableau.com/linkedin/snap/1/snap.html/Sales Navigator Connection/ActivityOutcome",
"service": "webdata-direct:linkedin-snap",
"type": "table"
Expand Down