Skip to content
Open
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
3 changes: 2 additions & 1 deletion schemas/yaml-assets-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@
"gcs",
"mongo_atlas",
"mysql",
"elasticsearch"
"elasticsearch",
"fabric"
],
"description": "The destination system",
"additionalProperties": true
Expand Down
1 change: 1 addition & 0 deletions webview-ui/src/components/asset/IngestrAssetDisplay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ const AVAILABLE_DESTINATIONS = [
{ value: 'snowflake', label: 'Snowflake' },
{ value: 'synapse', label: 'Synapse' },
{ value: 'gcs', label: 'Google Cloud Storage' },
{ value: 'fabric', label: 'Microsoft Fabric' },
] as const;

const INCREMENTAL_STRATEGIES = [
Expand Down
Loading