File tree 3 files changed +43
-2
lines changed
3 files changed +43
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 1.9.0 (2022-09-13)
5
+ ------------------
6
+
7
+ New Operators
8
+ """""""""""""
9
+
10
+ This release adds the following 2 new async sensors/operators:
11
+
12
+ .. list-table ::
13
+ :header-rows: 1
14
+
15
+ * - Operator/Sensor Class
16
+ - Import Path
17
+ - Example DAG
18
+
19
+ * - ``DbtCloudJobRunSensorAsync ``
20
+ - .. code-block:: python
21
+
22
+ from astronomer.providers.dbt.cloud.sensors.dbt import DbtCloudJobRunSensorAsync
23
+ - `Example DAG <https://github.com/astronomer/astronomer-providers/blob/main/astronomer/providers/dbt/cloud/example_dags/example_dbt_cloud.py >`__
24
+
25
+ * - ``DbtCloudRunJobOperatorAsync ``
26
+ - .. code-block:: python
27
+
28
+ from astronomer.providers.dbt.cloud.operators.dbt import DbtCloudRunJobOperatorAsync
29
+ - `Example DAG <https://github.com/astronomer/astronomer-providers/blob/main/astronomer/providers/dbt/cloud/example_dags/example_dbt_cloud.py >`__
30
+
31
+
32
+ Bug Fixes
33
+ """""""""
34
+
35
+ - Include ``astronomer-providers `` in the Providers view within the Airflow UI
36
+ (`#626 <https://github.com/astronomer/astronomer-providers/pull/626 >`_)
37
+
38
+ Enhancements
39
+ """"""""""""
40
+
41
+ - Implement OpenLineage custom extractor for Redshift Async Operators
42
+ (`#561 <https://github.com/astronomer/astronomer-providers/pull/561 >`_)
43
+
44
+
4
45
1.8.1 (2022-09-01)
5
46
------------------
6
47
Original file line number Diff line number Diff line change 27
27
author = "Astronomer Inc."
28
28
29
29
# The full version, including alpha/beta/rc tags
30
- release = "1.9.0.dev1 "
30
+ release = "1.9.0"
31
31
32
32
33
33
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = astronomer-providers
3
- version = 1.9.0.dev1
3
+ version = 1.9.0
4
4
url = https://github.com/astronomer/astronomer-providers/
5
5
author = Astronomer
6
6
You can’t perform that action at this time.
0 commit comments