Manage SQL development policies
NineData provides default SQL development policies for development and production environments. Use these policies to enforce SQL review rules, control risky operations, and apply different standards to environments or individual data sources.
Important notes
- Newly created policies must be based on existing policies.
- Default policies cannot be deleted, but they can be edited.
- In the DevOps Pro edition, creating policies is not supported, while DevOps Enterprise edition has no such limitation.
Before you begin
- You have created or joined an organization, and this organization has subscribed to either DevOps Pro or DevOps Enterprise. Please ensure that your annual or monthly subscription is still active. For more information, please refer to Manage Organizations.
- Your current account has switched to the target organization. For more information, please refer to Switching to an Organization.
- You have the role of system administrator in the organization.
Create a policy
Sign in to the NineData Console.
Go to DevOps > Policy & Process.
On the Policy & Process page, click the SQL Dev Policy tab, and then click Create Policy.
tipAlternatively, click Duplicate in the Actions column for the target policy to create a new policy based on it.
In the Create Policy dialog, configure the parameters and click OK.
Duplicate Policy: Select the policy on which to base the new policy.
tipIf you opened this dialog by clicking Duplicate, this field is preselected.
Name: Enter a meaningful name for the new policy. The name must be 1 to 32 characters.
tipIf you opened this dialog by clicking Duplicate, this field is already filled in.
Description (optional): Enter a description for the new policy, which can be between 1 and 64 characters.
The console opens the Details page. Edit and switch the target rules on this page.
tipSQL development rules are grouped by module. Use the category tabs to switch between rule groups.
:::
Edit a policy
Sign in to the NineData Console.
- Go to DevOps > Policy & Process.
- On the Policy & Process page, click the SQL Dev Policy tab, and then click the target Name.
- The console opens the Details page. Edit and toggle the target policy on this page.
Delete a policy
Sign in to the NineData Console.
Go to DevOps > Policy & Process.
On the Policy & Process page, click the SQL Dev Policy tab.
Click the policy you want to delete, and then click Delete on the Details page.
tipAlternatively, click Delete in the Actions column for the target policy.
In the confirmation window that appears, click Delete.
tipIf the current policy is already associated with an environment or data source, select a replacement policy for these resources in the Associated Envir. and datasources existed, Please modify first. window, and then click Modify and Delete.
Associate a policy with an environment
After you associate a SQL development policy with an environment, the new policy replaces the previous environment policy. All data sources in that environment use the new policy.
Sign in to the NineData Console.
- Go to DevOps > Policy & Process.
- On the Envir. Config tab, find the target environment name, and click Edit in the Actions column.
- In the Edit Envir. Config window, select the required SQL Dev Policy, and click OK.
Associate a policy with a data source
After you associate a SQL development policy with a data source, that data source uses the selected policy instead of the policy inherited from its environment. Other data sources in the same environment are not affected.
Sign in to the NineData Console.
Go to DevOps > Policy & Process.
Click the Datasource Config tab, find the target data source name, and click Edit in the Actions column.
tipIn the SQL Dev Policy associated with the data source, the
icon on the left indicates that SQL Dev Policy has inherited the configuration in the environment.
In the Edit Datasource Config window, clear the checkbox to the left of Inheriting Envir. Config under SQL Dev Policy, select the required policy, and click OK.
tipTo restore the SQL Dev Policy configured in the environment, select Inheriting Envir. Config again.
Appendix: Conceptual explanation
When configuring a SQL development policy, review these important configuration items.
| Configuration Item | Explanation |
|---|---|
| Levels | Use Must Modify and Suggested to adjust the severity of each rule based on business requirements.
|
| DB Type | Lists all database types supported by the policy. Select one or more database types that the policy applies to. |
Result
The selected SQL development policy takes effect at the configured scope. Environment-level policies apply to all data sources in the environment, while data source policies override the inherited environment policy only for that data source.
Next steps
- Review the policy rules before applying them to production data sources.
- Assign approval processes in Manage approval processes so SQL tasks follow the expected workflow.