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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Before using *airflow-dbt-python*, ensure you meet the following requirements:
21
21
* If using any managed service, like AWS MWAA or GCP Cloud Composer 2/3, ensure your environment is created with a supported version of Airflow.
22
22
* If self-hosting, Airflow installation instructions can be found in their [official documentation](https://airflow.apache.org/docs/apache-airflow/stable/installation/index.html).
23
23
24
-
* Running Python 3.8 or later in your Airflow environment.
24
+
* Running Python 3.9 or later in your Airflow environment.
Copy file name to clipboardExpand all lines: docs/getting_started.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,19 +9,19 @@ Requirements
9
9
------------
10
10
11
11
Before using *airflow-dbt-python*, ensure you meet the following requirements:
12
-
* A *dbt* project using `dbt-core <https://pypi.org/project/dbt-core/>`_ version 1.0.0 or later.
13
-
* An Airflow environment using version 2.2 or later.
12
+
* A *dbt* project using `dbt-core <https://pypi.org/project/dbt-core/>`_ version 1.8 or later.
13
+
* An Airflow environment using version 2.8 or later.
14
14
15
-
* If using any managed service, like AWS MWAA, ensure your environment is created with a supported version of Airflow.
15
+
* If using any managed service, like AWS MWAA or GCP Cloud Composer 2/3, ensure your environment is created with a supported version of Airflow.
16
16
* If self-hosting, Airflow installation instructions can be found in their `official documentation <https://airflow.apache.org/docs/apache-airflow/stable/installation/index.html>`_.
17
17
18
-
* Running Python 3.7 or later in your Airflow environment.
18
+
* Running Python 3.9 or later in your Airflow environment.
19
19
20
20
.. warning::
21
21
Even though we don't impose any upper limits on versions of Airflow and *dbt*, it's possible that new versions are not supported immediately after release, particularly for *dbt*. We recommend testing the latest versions before upgrading and `reporting any issues <https://github.com/tomasfarias/airflow-dbt-python/issues/new/choose>`_.
22
22
23
23
.. note::
24
-
Older versions of Airflow and *dbt* may work with *airflow-dbt-python*, although we cannot guarantee this. Our testing pipeline runs the latest *dbt-core* with the latest Airflow release, and the latest version supported by `AWS MWAA <https://aws.amazon.com/managed-workflows-for-apache-airflow/>`_.
24
+
Older versions of Airflow and *dbt* may work with *airflow-dbt-python*, although we cannot guarantee this. Our testing pipeline runs the latest *dbt-core* with the latest Airflow release, and the latest version supported by `AWS MWAA <https://aws.amazon.com/managed-workflows-for-apache-airflow/>`_ and `GCP Cloud Composer 2/3 <https://aws.amazon.com/managed-workflows-for-apache-airflow/>`_.
25
25
26
26
Installation
27
27
------------
@@ -109,7 +109,7 @@ The wheel file can now be added to your *plugins.zip*, and the requirements can
0 commit comments