检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
On the OBS console, you can configure lifecycle rules for a bucket to periodically delete objects in it or change object storage classes. For details, see Configuring a Lifecycle Rule.
Currently, upsert, delete, insert, and bulk_insert are supported. upsert: updates and inserts data. delete: deletes data. insert: inserts data. bulk_insert: imports data during initial table creation.
You can configure lifecycle rules to periodically delete objects from buckets or change storage classes of objects. Exercise caution when modifying the job bucket, as it may result in the inability to retrieve historical data.
You can configure lifecycle rules to periodically delete objects from buckets or change storage classes of objects. Exercise caution when modifying the job bucket, as it may result in the inability to retrieve historical data.
ALTER TABLE name ADD COLUMN column_name data_type [ COMMENT comment ] [ WITH ( property_name = expression [, ...] ) ] The following statement is used to delete the column_name column from the table.
List<Table> tables = database.listAllTables(); for (Table table : tables) { // Traverse tables and call the deleteTable interface of the Table object to delete tables.
get_package_resource(dli_client, resource_name, group_name): try: pkg_resource = dli_client.get_package_resource(resource_name, group_name) print(pkg_resource) except DliException as e: print(e) return Deleting a Resource Package You can call an API to delete
For example, some software developers in your enterprise need to use DLI resources but must not delete them or perform any high-risk operations.
On the displayed page, click Delete in the Operation column. In the displayed dialog box, click OK. Parent topic: Managing Queues
For a pay-per-use elastic resource pool, you can decrease its actual CUs by adjusting the maximum CUs of queues or delete queues from the pool. Afterwards, set the minimum value of the CU range to match the target CUs.
If execution succeeds, the parameter setting may be left blank. job_id No String Job ID. job_type No String Job type, including DDL, DCL, IMPORT, EXPORT, QUERY, INSERT, DATA_MIGRATION, UPDATE, DELETE, RESTART_QUEUE and SCALE_QUEUE.
If DLI resources, such as queues and elastic resource pools, are no longer used, you can delete them to avoid further fee deduction. To avoid account arrears, set up Balance Alert on the Billing Center's Overview page.
You can configure lifecycle rules to periodically delete objects from buckets or change storage classes of objects. Exercise caution when modifying the job bucket, as it may result in the inability to retrieve historical data.
For example, some software developers in your enterprise need to use DLI resources but must not delete them or perform any high-risk operations.
If execution succeeds, the parameter setting may be left blank. job_id No String Job ID You can get the value by calling Submitting a SQL Job (Recommended). job_type No String Job type, including DDL, DCL, IMPORT, EXPORT, QUERY, INSERT, DATA_MIGRATION, UPDATE, DELETE, RESTART_QUEUE
This may have limitation when used in upsert-kafka, because upsert-kafka treats null values as a tombstone message (DELETE on the key). Therefore, we recommend avoiding using upsert-kafka connector and the raw format as a value.format if the field can have a null value.
Delete: Delete a job. NOTE: Deleted jobs cannot be restored. Modify Name and Description: You can modify the name and description of a job. Import Savepoint: Import the data exported from the original Cloud Stream Service (CS) job.
If the UDAF is no longer used, run the following statement to delete it: Drop FUNCTION AvgFilterUDAFDemo; Parent topic: SQL Jobs
PackageResource packageResource=client.getResource(resourceName,group); System.out.println(packageResource); } Deleting a Resource Package You can call an API to delete an uploaded resource package.
You can delete the comment by setting the comment information to NULL.