diff --git a/js/const.js b/js/const.js index 9bb28330d..78e96d85d 100644 --- a/js/const.js +++ b/js/const.js @@ -292,11 +292,15 @@ define([ SNOWFLAKE: { title: "Snowflake", dialect: "snowflake", - }, + }, SYNAPSE: { title: "Azure Synapse", dialect: "synapse", }, + IRIS: { + title: "InterSystems IRIS", + dialect: "iris", + }, }; const eventTypes = { diff --git a/js/pages/configuration/sources/source-manager.js b/js/pages/configuration/sources/source-manager.js index 1ecee3fc9..a9dab1451 100644 --- a/js/pages/configuration/sources/source-manager.js +++ b/js/pages/configuration/sources/source-manager.js @@ -160,6 +160,7 @@ define([ { id: 'spark', name: ko.i18n('configuration.viewEdit.dialect.options.spark', 'Spark')}, { id: 'snowflake', name: ko.i18n('configuration.viewEdit.dialect.options.snowflake', 'Snowflake')}, { id: 'synapse', name: ko.i18n('configuration.viewEdit.dialect.options.synapse', 'Azure Synapse') }, + { id: 'iris', name: ko.i18n('configuration.viewEdit.dialect.options.iris', 'InterSystems IRIS') }, ]; this.sourceCaption = ko.computed(() => {