Run
Run Metadata Scripts
AnalyticsCreator supports executing metadata-bound scripts directly from the UI. These scripts allow you to apply targeted SQL logic to repository objects or perform custom modifications to the metadata itself. Executing a script triggers the defined logic against the target object or the metadata repository.
| ID | Run Action | What It Does | Access Path |
|---|---|---|---|
| 1 | Run Repository Extension Scripts | Executes a script that modifies or extends the metadata repository. Use only for advanced scenarios or under guidance, as this may affect core metadata structure. | Navigation Tree → Repository Extension Scripts → Right-click → Run |
| 2 | Run Object Script | Executes a script attached to a specific metadata object (such as a table or transformation). Useful for bulk updates or automated changes based on object scope. | Navigation Tree → Object Scripts → Right-click → Run |
Running scripts from the UI provides a controlled way to apply metadata-level logic. Always review the script content and target scope before execution to avoid unintended changes.