@@ -30,7 +30,7 @@ export default {
3030 { rule : / \. ( o u t ) $ / i, lang : 'hql' , executable : true , application : 'pipeline' , runType : 'pipeline' , ext : '.out' , scriptType : 'storage' , abbr : 'stor' , logo : 'fi-storage' , isCanBeNew : true , label : 'Storage' , isCanBeOpen : true } ,
3131 { rule : / \. s c a l a $ / i, lang : 'java' , executable : true , application : 'spark' , runType : 'scala' , ext : '.scala' , scriptType : 'scala' , abbr : 'scala' , logo : 'fi-scala' , isCanBeNew : true , label : 'Scala' , isCanBeOpen : true , flowType : 'scala' } ,
3232 { rule : / \. s c a l a $ / i, lang : 'java' , executable : true , application : 'spark' , runType : 'function.mdq' , ext : '.scala' , scriptType : 'scala' , abbr : 'scala' , logo : 'fi-scala' , isCanBeNew : false , label : 'Scala' , isCanBeOpen : true } ,
33- { rule : / \. j d b c $ / i, lang : 'hql' , executable : true , application : 'jdbc' , runType : 'jdbc' , ext : '.jdbc' , scriptType : 'jdbc' , abbr : 'jdbc' , logo : 'fi-jdbc' , isCanBeNew : true , label : 'JDBC' , isCanBeOpen : true } ,
33+ { rule : / \. j d b c $ / i, lang : 'hql' , executable : true , application : 'jdbc' , runType : 'jdbc' , ext : '.jdbc' , scriptType : 'jdbc' , abbr : 'jdbc' , logo : 'fi-jdbc' , isCanBeNew : true , label : 'JDBC' , isCanBeOpen : true , flowType : 'jdbc' } ,
3434 { rule : / \. p y t h o n $ / i, lang : 'python' , executable : true , application : 'python' , runType : 'python' , ext : '.python' , scriptType : 'python' , abbr : 'py' , logo : 'fi-python' , isCanBeNew : true , label : 'Python' , isCanBeOpen : true , flowType : 'python' } ,
3535 { rule : / \. p y $ / i, lang : 'python' , executable : true , application : 'spark' , runType : 'python' , ext : '.py' , scriptType : 'pythonSpark' , abbr : 'py' , logo : 'fi-spark-python' , isCanBeNew : true , label : 'PythonSpark' , isCanBeOpen : true , flowType : 'pyspark' } ,
3636 { rule : / \. r $ / i, lang : 'r' , executable : true , application : 'spark' , runType : 'r' , ext : '.r' , scriptType : 'r' , abbr : 'r' , logo : 'fi-r' , isCanBeNew : true , label : 'R' , isCanBeOpen : true } ,
0 commit comments