Support List
Supported file formats
Files
Supported file formats
Cloud Data Lake
The currently supported Cloud Data Lakes are:
- AWS S3
- Azure Blob Storage
- Google Cloud Storage
- Hive
1. JSON file
2. Parquet file
- Parquet not generated by
hive (parquet-mr)
may not be supported
3. CSV file
- Delimiters support
comma (,)
,pipe (|)
,tab (\t)
andcolon (:)
- Encoding only supports UTF8
- Columns with embedded SEPARATOR MUST be delimited with double-quote characters.
4. Apache ORC file
The currently supported version is ORC v1
5. Google Sheets
6. Excel
- Support xls, xlsx
- Support password-protected excel
- Support most formulas in excel
- Support automatic type conversion (support date, number type)
SQL database/ Data Warehouse
1. MySQL
Because there is not much difference between the minor version numbers, we test on the latest version of the major version number. For example, 5.5 will test 5.5.61.
- MySQL 5.5.46 - 5.5.61
- MYSQL 5.6.34 - 5.6.46
- MySQL 5.7.16 - 5.7.28
- MySQL 8.0.11 - 8.0.17
Currently unsupported types:
- Does not support
zerofill
andunsigned int
- Does not support time
- Does not support Spatial Data Types
- bit type only supports range = 1 (e.g, bit(1))
2. Oracle
- Oracle 10g (Tested mainly on 10.2.0.1.0, partially supported)
- Oracle 11g (tested on 11.2.0.4)
- Oracle 12c (tested on 12.1.0.2)
- Oracle 18c (tested on 18.0.0.0)
- Oracle 19c (tested on 19.0.0.0)
Currently unsupported types:
- No XML support
- Does not support Timestamp with local zone
- URITYPE is not supported
- BFILE is not supported
- Does not support time
3. PostgreSQL
Because there is not much difference between the minor version numbers, we test on the latest version of the major version number. For example, 9.3 will test 9.3.25.
- PostgreSQL 9.3.12 - 9.3.25
- PostgreSQL 9.4.7 - 9.4.25
- PostgreSQL 9.5.2 - 9.5.20
- PostgreSQL 9.6.1 - 9.6.16
- PostgreSQL 10.1 - 10.11
- PostgreSQL 11.1 - 11.6
- PostgreSQL 12
- PostgreSQL 13
Currently unsupported types:
- Does not support time, timetz, interval
- Text Search Types are not supported
- Does not support txid_snapshot
- Does not support xml
- Does not support Network address types (macaddr, inet, cidr)
- Does not support bit, varbit
- Spatial Data Types are not supported
- Does not support Array with timestamptz, time, json, money
4. Microsoft SQL Server
Each version will have its service pack, and these service packs are not significantly different.
- SQL Server 2008 (10)
- SQL Server 2012 (11)
- SQL Server 2014
- SQL Server 2016
- SQL Server 2017
- SQL Server 2019 -Azure SQL Database
Currently unsupported types:
- tinyint is not supported
- Does not support DatetimeOffset
- SqlVariant is not supported
- Does not support time
- Does not support Spatial Data Types
5. Google BigQuery
- BIGNUMERIC and BIGDECIMAL are not supported
- GEOGRAPHY is not supported
- Does not support Query from View
6. Teradata
7. SAP HANA
Currently unsupported types:
- Does not support smalldecimal
- Does not support demical
- Does not support clob
- Does not support nclob
- Does not support text
- Does not support array
8. SAP ASE(Sybase)
- Does not support limit statement, should use limit as
select top 1 * from table
Currently unsupported types:
- Does not support time
- Does not support bigdatetime
- Does not support bigtime
NoSQL database
1. MongoDB
Version support:
- MongoDB 3.2
- MongoDB 3.4
- MongoDB 3.6
- MongoDB 4.0
- MongoDB 4.2
- MongoDB 4.4
Currently unsupported types:
- Does not support BSON Bindata Type
- Does not support BSON Null Type
- Does not support BSON Timestamp Type. BSON has a special timestamp type for internal MongoDB use and is not associated with the regular Date type. Reference
- Does not support BSON Decimal Type The decimal BSON type uses the IEEE 754 decimal128 decimal-based floating-point numbering format. Reference
2. Cassandra
Version support:
- Cassandra 2.2.x
- Cassandra 3.x
- Cassandra 2.1.x not supported
Currently unsupported types:
- Does not support custom type
- Does not support tuple type
- Does not support time type
- List, Set, Map type whose element type is custom type, tuple type, time type are not supported
- Maps with keys other than varchar type are not supported
3. Elastic Search
- SCALED_FLOAT is not supported
- UNSIGNED_LONG is not supported
- CONSTANT_KEYWORD is not supported
- Date type with custom format is not supported