Footprints Data Model |
Table |
Table Name | Import Scheduled Task |
Table Definition | The import scheduled task is an association between the import and the scheduled task. Import specific information can be placed here. This was added when the scheduled task service was refactored to treat different schedule types with the same core code. |
Attribute |
Attribute Name | Attribute Definition | Logical Datatype | Is Required |
Scheduled Task Id | A Foreign Key to the Scheduled Task table. It also serves as the Primary Key here. | LONG | Yes |
Import Id | A Foreign Key to the Import table. | LONG | No |
Time Zone | Time zone of the import. | VARCHAR(255) | No |