After an extension is developed, deployed, and registered, the extension must be tested, reviewed, and published. After the extension is published, administrators, besides the owner of the extension, can enable the extension in Management Center. This topic describes how to test, publish, and use an extension.
Background information
After an extension is registered, the extension must be tested and reviewed before it can be published. After an extension is published, the extension can be enabled by workspace or tenant administrators in Management Center.
Prerequisites
An extension is registered.
An extension is developed and deployed. For more information, see Develop and deploy an extension based on a self-managed service or Develop and deploy an extension based on Function Compute.
Open Platform
The Open Platform administrator and tenant administrator can perform the following steps to test, review, and publish the extension:
Step 1: Go to the Extensions page in Open Platform
On the Extensions page, you can view the registered extensions.
Go to the Open Platform page.
Log on to the DataWorks console. In the top navigation bar, select the desired region. In the left-side navigation pane, choose . The Developer Backend tab appears.
View the details of the extension.
In the left-side navigation pane of the page that appears, click Extensions. The Extensions page appears. Find the extension that you want to publish and click Details in the Actions column to view the details of the extension.
Step 2: Test the extension
After an extension is registered, it is in the Testing state by default. Extensions in the Testing state can take effect in the following scenarios without the need to be published.
Tenant-level extension point events
The owner of an extension can enable the extension in Management Center. The extension takes effect only for the operations that are performed by the extension owner. For more information, see Step 2: Enable an extension in this topic.
For example, an extension that is used to check data download operations is in the Testing state. After the owner of the extension enables the extension in Management Center, the extension can be triggered to check a data download operation that is performed by the owner and suspend the operation until the extension returns the processing result to DataWorks.
Workspace-level extension point events
Extensions that are used to check workspace-level extension point events take effect only in the workspaces that are specified when you register the extensions. For information about how to view the test workspace for an extension, see View the details of the extension in this topic.
Before you publish the extension that you want to use to check specific extension point events, you must enable and test the extension in the test workspace. The test consists of the following phases: DataWorks sends event messages, the extension receives and processes event messages, and the extension returns the processing result to DataWorks.
Step 3: Publish the extension
If the extension works as expected after the test, go to the details page of the extension by performing the operations in Step 1. On the Extensions page, click Submit in the Actions column of the extension to submit the extension to DataWorks for review. After the extension passes the review, choose More > Publish in the Actions column to publish the extension.
An extension review can be complete within T+3
business days after you submit the extension. T indicates the point in time when you commit the extension for review. If the extension fails the review, you can move the pointer over the alert icon to view the reason for the failure, modify the extension based on the reason, and then resubmit the extension for review.
Step 4: Manage the status of the extension
On the Extensions page in Open Platform, you can find an extension and click Details, Modify, Submit, Publish, Disable, or Delete in the Actions column to perform the related operation on the extension. The Status column displays the status of the extension.
Testing: By default, extensions that are registered but not published and extensions that are unpublished are in the Testing state. Extensions in the Testing state can be enabled only for the test workspaces.
Reviewing: After you click Submit for an extension in the Testing state, the extension enters the Reviewing state. The status of the extension that is approved by DataWorks Open Platform changes to Approved. The extension can be published only if the extension is approved. If the extension fails the review, the status of the extension changes to Approval Failed.
Published: After you click Publish in the Actions column, the status of the extension changes to Published. After the extension is published, the extension can be used in all workspaces to which the extension is applicable. The workspace administrator can view and enable the extension on the Management Center page of each workspace.
Disabled: To disable an extension, click Disable in the Actions column. After you disable an extension, the extension becomes invalid and the related events are no longer checked or blocked in the workspaces.
Expired: The status of an extension changes to Expired after DataWorks Enterprise Edition expires. Extensions in the Expired state become invalid and are similar to extensions in the Disabled state.
Management Center
On the Extension page in Management Center, workspace administrators can enable extensions that are used to check workspace-level extension point events in the related workspace, and tenant administrators can enable extensions that are used to check tenant-level extension point events.
Step 1: Go to the Extension page in Management Center
Go to the Management Center page.
Log on to the DataWorks console. In the top navigation bar, select the desired region. In the left-side navigation pane, choose . On the page that appears, select the desired workspace from the drop-down list and click Go to Management Center.
View the extensions that you can enable.
In the left-side navigation pane of the SettingCenter page, click Extension in the Tenant Settings section. On the Extension page, you can view the extensions that you can enable.
Step 2: Enable an extension
The check scope of an extension varies based on the level of the extension.
Alibaba Cloud accounts, RAM users to which the
AliyunDataWorksFullAccess
policy is attached, and tenant administrators can enable extensions that are used to check tenant-level extension point events. After an extension is enabled, the extension can be used to suspend the operations that are performed in all workspaces until the extension returns the processing result to DataWorks.Workspace administrators can enable extensions that are used to check workspace-level extension point events. This type of extension can be enabled only after the workspace for which the extension takes effect is specified. After the extension is enabled, the extension can be used to suspend the operations that are performed in the workspace until the extension returns the processing result to DataWorks.
If you cannot find the desired extension, go to the Extensions page in Open Platform and check whether the extension is published.
If you configured the Options for Extension parameter for an extension on the Extensions page in Open Platform, you can configure the Option parameter in the Options for Extension dialog box in Management Center. The Options for Extension dialog box is displayed after you click Configure in the Actions column of the extension on the Extension page.
DataWorks service
If a workspace administrator or a tenant administrator performs the operations in the preceding sections to enable an extension in a specific workspace or all workspaces that belong to the tenant, when a developer or O&M engineer performs an operation on the related extension point in the specified workspace or at the tenant level, the operation is suspended until the extension returns the processing result to DataWorks. For more information about use scenarios, see the following topics: