Skip to content

Commit 8614f8e

Browse files
fmercadopclaude
andcommitted
SEO: Step 2 — lowercase DAGs folder to dags
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4396c94 commit 8614f8e

30 files changed

Lines changed: 8 additions & 8 deletions

docs/getting-started/admin/configure-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Now that you have configured your Airflow settings you must ensure that your rep
1414

1515
**Step 3:** **This step is optional** if you would like to make use of the [dbt-coves](https://github.com/datacoves/dbt-coves?tab=readme-ov-file#airflow-dags-generation-arguments) `dbt-coves generate airflow-dags` command. Create the `dags_yml_definitions` folder inside of your newly created `orchestrate` folder. This will leave you with two folders inside `orchestrate`- `orchestrate/dags` and `orchestrate/dags_yml_definitions`.
1616

17-
**Step 4:** **This step is optional** if you would like to make use of the dbt-coves' extension `dbt-coves generate airflow-dags` command. You must create a config file for dbt-coves. Please follow the [generate DAGs from yml](/docs/how-tos/airflow/DAGs/generate-dags-from-yml) docs.
17+
**Step 4:** **This step is optional** if you would like to make use of the dbt-coves' extension `dbt-coves generate airflow-dags` command. You must create a config file for dbt-coves. Please follow the [generate DAGs from yml](/docs/how-tos/airflow/dags/generate-dags-from-yml) docs.
1818

1919
## Create a profiles.yml
2020

docs/getting-started/admin/creating-airflow-dags.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ During the Airflow configuration step you added the `orchestrate` folder and the
2121
## DAG 101 in Datacoves
2222
1. If you are eager to see Airflow and dbt in action within Datacoves, here is the simplest way to run dbt with Airflow.
2323

24-
[Run dbt](/docs/how-tos/airflow/DAGs/run-dbt)
24+
[Run dbt](/docs/how-tos/airflow/dags/run-dbt)
2525

2626
2. You have 2 options when it comes to writing DAGs in Datacoves. You can write them out using Python and place them in the `orchestrate/dags` directory, or you can generate your DAGs with `dbt-coves` from a YML definition.
2727

28-
[Generate DAGs from yml definitions](/docs/how-tos/airflow/DAGs/generate-dags-from-yml) this is simpler for users not accustomed to using Python
28+
[Generate DAGs from yml definitions](/docs/how-tos/airflow/dags/generate-dags-from-yml) this is simpler for users not accustomed to using Python
2929

3030
3. You may also wish to use external libraries in your DAGs such as Pandas. In order to do that effectively, you can create custom Python scripts in a separate directory such as `orchestrate/python_scripts` and use the `DatacovesBashOperator` to handle all the behind the scenes work as well as run your custom script.**You will need to contact us beforehand to pre-configure any python libraries you need.**
3131

32-
[External Python DAG](/docs/how-tos/airflow/DAGs/external-python-dag)
32+
[External Python DAG](/docs/how-tos/airflow/dags/external-python-dag)

docs/how-tos/airflow/DAGs/assets/admin-connections.png renamed to docs/how-tos/airflow/dags/assets/admin-connections.png

File renamed without changes.

docs/how-tos/airflow/DAGs/assets/airbyte-connection-details.png renamed to docs/how-tos/airflow/dags/assets/airbyte-connection-details.png

File renamed without changes.

docs/how-tos/airflow/DAGs/assets/airbyte-replication-frequency.png renamed to docs/how-tos/airflow/dags/assets/airbyte-replication-frequency.png

File renamed without changes.

docs/how-tos/airflow/DAGs/assets/airflow_adf_connection.png renamed to docs/how-tos/airflow/dags/assets/airflow_adf_connection.png

File renamed without changes.

docs/how-tos/airflow/DAGs/assets/airflow_databricks_connection.png renamed to docs/how-tos/airflow/dags/assets/airflow_databricks_connection.png

File renamed without changes.

docs/how-tos/airflow/DAGs/assets/databricks_compute.png renamed to docs/how-tos/airflow/dags/assets/databricks_compute.png

File renamed without changes.

docs/how-tos/airflow/DAGs/assets/databricks_copyurl.png renamed to docs/how-tos/airflow/dags/assets/databricks_copyurl.png

File renamed without changes.

0 commit comments

Comments
 (0)