# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 schema_version: 1.rc-1 product: id: customers owner: jane@acme.com description: some description is required version: "1.0.0" pipeline: schedule: "0 3 * * *" tasks: - id: extract_customers logic: module: tasks.custom_business_logic parameters: create_timestamp: true inputs: - model: a outputs: - model: b - model: c