| /* |
| * Licensed to the Apache Software Foundation (ASF) under one or more |
| * contributor license agreements. See the NOTICE file distributed with |
| * this work for additional information regarding copyright ownership. |
| * The ASF licenses this file to You under the Apache License, Version 2.0 |
| * (the "License"); you may not use this file except in compliance with |
| * the License. You may obtain a copy of the License at |
| * |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| * |
| * Unless required by applicable law or agreed to in writing, software |
| * distributed under the License is distributed on an "AS IS" BASIS, |
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| * See the License for the specific language governing permissions and |
| * limitations under the License. |
| */ |
| |
| |
| export const supportTypes = [ |
| { rule: /\.(bi)$/i, logo: 'fi-bi' }, |
| { rule: /\.(sql)$/i, logo: 'fi-spark' }, |
| { rule: /\.(hql)$/i, logo: 'fi-hive' }, |
| { rule: /\.(out)$/i, logo: 'fi-storage' }, |
| { rule: /\.scala$/i, logo: 'fi-scala' }, |
| { rule: /\.jdbc$/i, logo: 'fi-jdbc' }, |
| { rule: /\.python$/i, logo: 'fi-python' }, |
| { rule: /\.py$/i, logo: 'fi-spark-python' }, |
| { rule: /\.r$/i, logo: 'fi-r' }, |
| { rule: /\.txt$/i, logo: 'fi-txt' }, |
| { rule: /\.log$/i, logo: 'fi-log' }, |
| { rule: /\.xls$/i, logo: 'fi-xls' }, |
| { rule: /\.xlsx$/i, logo: 'fi-xlsx' }, |
| { rule: /\.csv$/i, logo: 'fi-csv' }, |
| { rule: /\.jar$/i, logo: 'fi-jar' }, |
| { rule: /\.(tisql)$/i, logo: 'fi-spark' }, |
| { rule: /\.tiscala$/i, logo: 'fi-scala' }, |
| { rule: /\.tipyspark$/i, logo: 'fi-spark-python' } |
| ] |