Maja
09/24/2024, 2:21 PMpush:
- prefect_azure.deployments.steps.push_to_azure_blob_storage:
id: push_code
#requires: prefect-azure==0.2.8
container: prefect
folder: dev/introduction/template/test_flow
credentials: '{{ prefect.blocks.azure-blob-storage-credentials.blob }}'
# pull section allows you to provide instructions for cloning this project in remote locations
pull:
- prefect_azure.deployments.steps.pull_from_azure_blob_storage:
id: pull_code
#requires: prefect-azure==0.2.8
container: prefect
folder: dev/introduction/template/test_flow
credentials: '{{ prefect.blocks.azure-blob-storage-credentials.blob }}'
# the deployments section allows you to provide configuration for deploying flows
deployments:
- name: test1213
version: test_new_deploy_flow
tags:
- '1'
entrypoint: introduction/template/test_flow/flow.py:test_new_deploy_flow
parameters: {}
work_pool:
name: dev
work_queue_name: default
job_variables:
image: imagerepo/analyticsfoundation:5.0
schedules: []
Can anyone help?Maja
09/26/2024, 7:16 AM