Pipeline Expressions and Functions
Last updated
Was this helpful?
Last updated
Was this helpful?
Note You can create pipelines that have dependencies, such as tasks in your pipeline that depend on the work of other systems or tasks. If your pipeline requires certain resources, add those dependencies to the pipeline using preconditions that you associate with data nodes and tasks. This makes your pipelines easier to debug and more resilient. Additionally, keep your dependencies within a single pipeline when possible, because cross-pipeline troubleshooting is difficult.
Note The fields preceded by the AT (@) sign indicate those fields are runtime fields.
Note The date/time format for AWS Data Pipeline is Joda Time, which is a replacement for the Java date and time classes. For more information, see .