Skip to content

Commit

Permalink
fix: sync_type typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vyeshwanth committed Apr 16, 2024
1 parent f3a5c33 commit 8590f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ with DAG('rudderstack-sample',
| `task_id` | A unique task ID within a DAG | String | `None` |
| `wait_for_completion` | If `True`, the task will wait for sync to complete. | Boolean | `False` |
| `connection_id` | The Airflow connection to use for connecting to the Rudderstack API. | String | `rudderstack_default` |
|`sync_type`| Type of sync to trigger | `incremental` or `full` (templatable) | `incremntal`|
|`sync_type`| Type of sync to trigger | `incremental` or `full` (templatable) | `incremental`|


For details on how to run the DAG in Airflow, refer to the [documentation](https://www.rudderstack.com/docs/reverse-etl/features/airflow-provider/#running-the-dag).
Expand Down

0 comments on commit 8590f52

Please sign in to comment.