Jon
10/13/2022, 7:23 PMcreate_flow_run
and i want to pass what i generate in the flow to a subsequent flowKalise Richmond
10/13/2022, 7:52 PMJon
10/13/2022, 9:06 PMKalise Richmond
10/13/2022, 9:27 PMJon
10/13/2022, 9:55 PM"create_some_data-1"
Error during execution of task: ValueError("No task runs found while querying for task runs where {'task': {'slug': {'_eq': 'bronze_file'}}, 'flow_run_id': {'_eq': '5720e378-3b21-4674-8c61-198aa5951f6c'}, 'map_index': {'_eq': -1}}")
@prefect.task(slug="bronze_file")
def generate_bronze_file():
"create_some_data-1"
Kalise Richmond
10/13/2022, 10:08 PMJon
10/13/2022, 10:09 PMKalise Richmond
10/13/2022, 10:09 PMmap_index
field you can use as well https://docs-v1.prefect.io/api/latest/tasks/prefect.html#get-task-run-resultJon
10/13/2022, 10:11 PMKalise Richmond
10/13/2022, 10:15 PM