Built-in agents
| Code | Purpose |
|---|---|
| run | Runs SQL commands |
| init | If full load is turned on then tries to load orderded partial chuncks until end and marks that full load is done and saves last value for syncs assuming |
| shadow | Creates new table as shadow table, compares with existing one and switches if different |
General/common guidelines
Advice: Make files names lowercase and without any "strange" characters (space, diacritical marks, etc). Keep it simple and survival. Lowercase in not mandatory, it's just a good practice (in Linux similar uppercase and lowercase files can co-exists in same directory, in Windows this is not possible).
Mentioned files must be inside same directory where definition file sits. Don't use paths! Neither relative path nor absolute paths. They may broke.