1
0
mirror of synced 2025-12-25 02:09:19 -05:00

update prefect-task documentation (#8835)

Should be "prefect dag" here.
This commit is contained in:
James Zhao
2021-12-16 21:27:49 +08:00
committed by GitHub
parent c84a7481f9
commit 5ac9049edf

View File

@@ -38,7 +38,7 @@ We'll need the Airbyte Connection ID so our Prefect Flow knows which Airbyte Con
This ID can be seen in the URL on the connection page in the Airbyte UI. The Airbyte UI can be accessed at `localhost:8000`.
### Creating a simple Airflow DAG to run an Airbyte Sync Job
### Creating a simple Prefect DAG to run an Airbyte Sync Job
Create a new folder called `airbyte_prefect` and create a file `airbyte_prefect_flow.py`.