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

Table of Contents

Search

  1. Introduction to Databricks Delta Connector
  2. Connections for Databricks Delta
  3. Mappings and mapping tasks with Databricks Delta connector
  4. Databricks Delta pushdown optimization (SQL ELT)
  5. Data type reference

Databricks Delta Connector

Databricks Delta Connector

External table support in Databricks Delta

External table support in Databricks Delta

External tables store their data in locations outside of the predefined managed storage location associated with the metastore, unity catalog, or schema. An external table references an external storage path by using a
LOCATION
clause. For more information on external tables, see the Databricks Delta documentation.
You can read and write data to external tables of file type Delta in Databricks.
The following lists the data types that Databricks Delta supports when you create an external table:
  • Array*
  • Binary
  • Bigint
  • Boolean
  • Date
  • Decimal
  • Double
  • Float
  • Int
  • Map*
  • Smallint
  • String
  • Struct*
  • Tinyint
  • Timestamp
*Only applicable for mappings in advanced mode.
When you create an external table, specify the table location when you create a new target at runtime. For more information, see Create a target table at runtime

0 COMMENTS

We’d like to hear from you!