create_hg_maxcompute_foreign_table
Generate a foreign table in Hologres to query MaxCompute data directly, enabling efficient access and analysis of external datasets.
Instructions
Create a MaxCompute foreign table in Hologres database to accelerate queries on MaxCompute data.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
local_schema | No | The local schema name in Hologres (optional, default: 'public') | public |
maxcompute_project | Yes | The MaxCompute project name (required) | |
maxcompute_schema | No | The MaxCompute schema name (optional, default: 'default') | default |
maxcompute_tables | Yes | The MaxCompute table names (required) |