Preparations Before Using Hudi¶
Prerequisites¶
You have created an OBS agency and OBS data source. For details, see section "Managing OBS Data Sources" in the Data Warehouse Service User Guide.
Granting Permissions for Using Foreign Tables¶
Run the following command to grant a user the permission to use foreign tables:
ALTER USER role_name USEFT;
Example:
Run the following command to grant the foreign table access permission to user sbi_fnd:
ALTER USER sbi_fnd USEFT;