Hi, I'm trying to setup a prefect task to schedule...
# ask-community-for-troubleshooting
a
Hi, I'm trying to setup a prefect task to schedule Airbyte runs. Is there a way to pass parameters to Airbyte? For example if I want to have a backfill flow, is there a way to programatically set the Airbyte sources start_date? Thanks!
1
a
Hi @Andreas, this is an interesting use-case but I don't think editing connector configuration is currently supported by Prefect, feel free to reach them to raise this. (cc @Abhi Vaidyanatha (Airbyte))
a
Thanks @[DEPRECATED] Augustin Lafanechere, I will check with Prefect.
@Augustin Lafanechere (Airbyte), I did some research and it seems to be possible with Parameters in Prefect (https://prefect-community.slack.com/archives/CL09KU1K7/p1637837420334300?thread_ts=1637836794.333000&cid=CL09KU1K7) So I would need a way in the Airbyte task to forward these parameters. Right now it seems like the Airbyte API doesn't have any options for that though?