Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Bolo.

Table of Contents

Search

  1. Introducing Mass Ingestion
  2. Getting Started with Mass Ingestion
  3. Connectors and Connections
  4. Mass Ingestion Applications
  5. Mass Ingestion Databases
  6. Mass Ingestion Files
  7. Mass Ingestion Streaming
  8. Monitoring Mass Ingestion Jobs
  9. Asset Management
  10. Troubleshooting

Mass Ingestion

Mass Ingestion

MySQL Source and Databricks Delta Target

MySQL Source and Databricks Delta Target

The following table identifies the recommended data-type mappings for Mass Ingestion Databases configurations with a MySQL source and a Databricks Delta target:
MySQL Source Data Type
Databricks Delta Target Data Type
bigint
long
bigint unsigned
decimal(20)
binary(
size
), 1 <= s <= 255
binary
bit(
precision
), 1 <= p <= 64
binary
blob
binary
char(
size
), 1 <= s <= 255
string
date
string
datetime
timestamp
decimal(p,s), 1 <= p <= 38, 0 <= s <= 29
decimal(p,s), 1 <= p <= 38, 0 <= s <= 29
decimal(p,s), 39 <= p <= 65, 0 <= s <= 29
string
double
double
float
float
geomcollection
binary
geometry
binary
geometrycollection
binary
int
integer
int unsigned
long
json
string
linestring
binary
longblob
binary
longtext
string
mediumblob
binary
mediumint
integer
mediumint unsigned
integer
mediumtext
string
multilinestring
binary
multipoint
binary
multipolygon
binary
numeric
decimal
point
binary
polygon
binary
smallint
integer
smallint unsigned
integer
text
string
time(
precision
), 0 <= p <= 6
string
timestamp(
precision
), 0 <= p <= 6
timestamp
tinyblob
binary
tinyint
integer
tinyint unsigned
integer
tinytext
string
varbinary(
size
), 1 <= s <= 65535
binary
varchar(
size
), 1 <= s <= 21844
string
year
integer

0 COMMENTS

We’d like to hear from you!