...
Give each rule a short, meaningful name. All rules files must have a .drl file extension. Rule files without the extension are not picked up for forecasting.
No Format |
---|
<rule_name>.drl |
Where Rules Are Applied
Rules are available to be applied during packing and during each phase of the forecasting process.
File Extension Requirements
Rules only check SQL scripts with the following extensions by default: .sql, .dml, .ddl
To optionally add other SQL script extensions for other file types to be checked by SqlRules, change the sqlRules.supportedScriptExtensions
property in the daticaldb.properties
file, which is located in the root directory for the project (<project>
).
...
Code Block |
---|
sqlRules.supportedScriptExtensions=.pkg,.trg,.prc,.proc,.ddl,.sql,.dml |
Where Rules Are Applied
...
Packaging Rules
Rules in the SqlRules
directory are applied by Deployment Packager when packaging SQL scripts into changesets. They are not part of the forecasting process.
...