Hey! I'm currently following <this guide> by Georg...
# ask-community
k
Hey! I'm currently following this guide by George Coyne from Slate to set up dbt orchestration with prefect. Does anyone have suggestions for other guides I can read into? My biggest roadblock right now is being able to pull the dbt repo on GitHub, would love any tips y'all have!!
k
Hey @Ken Nguyen, this is the only blog I've seen. What issue are you having?
k
I'm trying to clone the repo with pygit2 but I'm getting this error
_pygit2.GitError: unexpected http status code: 404.
. I don't have a lot of experience with poygit so I'm not exactly sure what is wrong here. Googling the error message didn't give very helpful results! Do you have suggestions for which python library is best for pulling a dbt repo?
k
I don’t but a 404 is not found. Maybe though you can literally package the dbt code in your Docker container so that you don’t need to clone it when the Flow runs?
We do have our own utility here that uses dulwich but I dont recommend using it directly as it’s not a public facing APi
k
our dbt code exists on GitHub and changes often, thats why we want to pull it for every flow run
k
Ah I see
k
Considering Prefect is in the official dbt docs, I'm so surprised there aren't more blogs about it
k
I know and we have a lot of users here actually. I suggest you post on a prime time and you might get more responses. I think this was Friday afternoon?