Updated on 2025-04-21 GMT+08:00

SHOW_HOODIE_PROPERTIES

Function

Displays the configuration in the hoodie.properties file of a specified Hudi table.

Syntax

call show_hoodie_properties(table => '[table_name]');

Parameter Description

Table 1 Parameter descriptions

Parameter

Description

table_name

Name of the table to be queried. The value can be in the database.tablename format.

Example

call show_hoodie_properties(table => "hudi_table5");

Permission Requirements

Metadata service provided by DLI

  • SQL permissions:

    database

    table

    None

    SELECT

  • Fine-grained permission: dli:table:select

Metadata services provided by LakeFormation. Refer to the LakeFormation documentation for details on permission configuration.

System Response

You can check if the job status is successful, view the job result, and review the job logs to confirm if there are any exceptions.