hello guys, does library prefect-dbt-flow still wo...
# ask-community
a
hello guys, does library prefect-dbt-flow still works on prefect 3? last time i use it last year, to run folder dbt and still show the flow on prefect UI thank you
b
@adam aditama are you referring to this repo? https://github.com/datarootsio/prefect-dbt-flow
This is a community-maintained package and it doesn't look like it's being actively updated.
We have a Prefect-maintained
prefect-dbt
library that I would recommend: https://docs.prefect.io/integrations/prefect-dbt
Unless there's something specific about the
prefect-dbt-flow
library that you're using?
s
To add to this, `prefect-dbt`>= 0.7.0 will run individual dbt models as tasks, so you'll better be able to see them in the UI
☝️ 1
a
Ahh i see..i want to use prefect-dbt-flow because it Will be able to see each model, because last time i use that. But as @Sean Williams mention, prefect-dbt Will have that too, i Will try it then
Ahh and how about prefect-airbyte? I try to install it on prefect 3 but always fail because still have an error on pydantic
b
I don't believe prefect-airbyte is currently maintained or supported on Prefect 3. Feel free to raise an issue on PrefectHQ/prefect if you want the integration.
a
Ok thank you guys