https://prefect.io logo
Title
i

Ivan

03/08/2023, 11:36 PM
Hi! I’m trying to build a deployment with a Github as a storage (just doing some POC).
prefect deployment build -ib process/default  -sb GitHub/github-credentials -q default flows/flow_dbt_cli_2.py:trigger_dbt_flow -t dbt_cli -n local-flows -a
I’ve also created a block using
GitHubCredentials
from
prefect_github.
What I’m doing wrong when creating a deployment?
1
a

Albert Wong

03/09/2023, 4:19 AM
I tried something similar, but looks like github isn't supported as a storage block - https://prefect-community.slack.com/archives/CL09KU1K7/p1677926221770929
actually I found a way to get this to work based on this tutorial -

https://www.youtube.com/watch?v=Nv1eD0VDedA

hopefully this helps you
🙌 2
i

Ivan

03/09/2023, 12:52 PM
@Albert Wong Thank you very much! It was helpful 🙂
👍 1