Hey folks Quick one from me. In Prefect 1.0, the...
# prefect-community
d
Hey folks Quick one from me. In Prefect 1.0, there are pre-configured tasks available, for example the AirbyteConnectionTask. I'm trying to trigger an Airbyte connection using Prefect 2.0, but from what I can tell, there's no out-of-the-box tasks available? Am I missing something, or do we need to build everything from scratch with Prefect 2.0?
❤️ 1
k
They are still being ported over. You can find them here
d
Ahhh, thanks for that! I did look and wondered whether the collections list was small by design, but it seems it's just a case of having not been migrated yet 🙂 Awesome, thanks!
👍 1
z
An Airbyte collection is being announced today even 🙂
🙌 2
d
Great timing, ha! Thanks @Zanie
Although
pip install prefect-airbyte
is returning:
Copy code
ERROR: Could not find a version that satisfies the requirement prefect-airbyte (from versions: 0a2, 0a3, 0b1, 0b2, 0b3, 0.0)
ERROR: No matching distribution found for prefect-airbyte
z
It’s still in beta so you’ll have to include the
--pre
flag or select a specific pre-release with
…airbyte==0b3
👍 1
f
No collection for dbt? I'm runng os.system("dbt run") right now 😬
z
d
@Zanie with the answer to everything 🙌 Legend
upvote 2