Skip to content

Commit afb2fca

Browse files
chore(audiences-next): flag to identify datagraph supported warehouses
πŸ”’ Scanned for secrets using gitleaks 8.28.0
1 parent b2b3fc1 commit afb2fca

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

β€Žsrc/configurations/sources/bigquery/db-config.jsonβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"syncBehaviours": ["upsert", "mirror", "full"],
77
"isSqlModelSupported": true,
88
"isAudienceSupported": true,
9+
"isDataGraphSupported": true,
910
"supportsSyncSettings": true
1011
},
1112
"type": "warehouse"

β€Žsrc/configurations/sources/databricks/db-config.jsonβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"syncBehaviours": ["upsert", "mirror", "full"],
77
"isSqlModelSupported": true,
88
"isAudienceSupported": true,
9+
"isDataGraphSupported": true,
910
"hidden": false,
1011
"supportsSyncSettings": true
1112
},

β€Žsrc/configurations/sources/redshift/db-config.jsonβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"syncBehaviours": ["upsert", "mirror", "full"],
77
"isSqlModelSupported": true,
88
"isAudienceSupported": true,
9+
"isDataGraphSupported": true,
910
"supportsSyncSettings": true
1011
},
1112
"type": "warehouse"

β€Žsrc/configurations/sources/snowflake/db-config.jsonβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"syncBehaviours": ["upsert", "mirror", "full"],
77
"isSqlModelSupported": true,
88
"isAudienceSupported": true,
9+
"isDataGraphSupported": true,
910
"supportsSyncSettings": true
1011
},
1112
"type": "warehouse"

β€Žsrc/schemas/sources/db-config-schema.jsonβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,11 @@
150150
"title": "Is Audience Supported",
151151
"description": "TBD"
152152
},
153+
"isDataGraphSupported": {
154+
"type": "boolean",
155+
"title": "Is Data Graph Supported",
156+
"description": "To identify warehouses that are supported by Data Graph"
157+
},
153158
"isCredentialsValidationSupported": {
154159
"type": "boolean",
155160
"title": "Is Credentials Validation Supported",

0 commit comments

Comments
Β (0)