Skip to content

Commit aaacd34

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#120779
Changes made in line no 31 From Dags To dags
1 parent a57712b commit aaacd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/airflow-sync-github-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In this article, you learn how to synchronize your GitHub repository in Azure Da
2828
To sync your GitHub repository by using the Managed Airflow UI:
2929

3030
1. Ensure that your repository contains the necessary folders and files:
31-
- **Dags/**: For Apache Airflow directed acyclic graphs (DAGs) (required).
31+
- **dags/**: For Apache Airflow directed acyclic graphs (dags) (required).
3232
- **Plugins/**: For integrating external features to Airflow.
3333

3434
:::image type="content" source="media/airflow-git-sync-repository/airflow-folders.png" alt-text="Screenshot that shows the Airflow folders structure in GitHub.":::

0 commit comments

Comments
 (0)