Mike Cole
08/22/2023, 9:24 PMbucket: "{{ prefect.blocks.[gcs something].[name of gcs bucket block] }}"
?
push:
- prefect_gcp.deployments.steps.push_to_gcs:
id: push_code
requires: prefect-gcp>=0.4.3
bucket: data_lake_mpls-311
folder: code/flows
credentials: "{{ prefect.blocks.gcp-credentials.gcp-mpls311 }}"
I've been digging around for something similar in the docs, but haven't found anything.