Hey is there any inbuilt function of prefect to ex...
# ask-community
n
Hey is there any inbuilt function of prefect to extract/pull incremental data using api?
k
Hey @Nishtha Varshney, are you talking about the Prefect GraphQL API?
n
No i meant any external api
k
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.
n
Okay thnks i'll look into it