You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: airflow-core/docs/best-practices.rst
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -296,8 +296,6 @@ When you execute that code you will see:
296
296
297
297
This means that the ``get_array`` is not executed as top-level code, but ``get_task_id`` is.
298
298
299
-
.. _best_practices/dynamic_dag_generation:
300
-
301
299
Code Quality and Linting
302
300
------------------------
303
301
@@ -351,6 +349,7 @@ By integrating ``ruff`` into your development workflow, you can proactively addr
351
349
352
350
For more information on ``ruff`` and its integration with Airflow, refer to the `official Airflow documentation <https://airflow.apache.org/docs/apache-airflow/stable/best-practices.html>`_.
Copy file name to clipboardExpand all lines: providers/amazon/docs/operators/athena/index.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,8 @@ Airflow offers two ways to query data using Amazon Athena.
38
38
**Amazon Athena SQL (DB API Connection):** Opt for this if you need to execute multiple queries in the same operator and it's essential to retrieve and process query results directly in Airflow, such as for sensing values or further data manipulation.
39
39
40
40
.. note::
41
-
Both connection methods uses `Amazon Web Services Connection <../../connections/aws>`_ under the hood for authentication.
41
+
Both connection methods uses :doc:`Amazon Web Services Connection <../../connections/aws>`
42
+
under the hood for authentication.
42
43
You should decide which connection method to use based on your use case.
0 commit comments