Hey is there any inbuilt function of prefect to extract/pull incremental data using api?
k
Kevin Kho
08/12/2021, 2:04 PM
Hey @Nishtha Varshney, are you talking about the Prefect GraphQL API?
n
Nishtha Varshney
08/13/2021, 6:13 AM
No i meant any external api
k
Kevin Kho
08/13/2021, 3:13 PM
Prefect is written in Python code so if you can do it in Python, you can do it in Prefect. You would just make a function that does it and wrap it as a task.