Skip to content

Commit a040fb8

Browse files
authored
Release 1.9.0 (#636)
1 parent 6fae417 commit a040fb8

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
lines changed

CHANGELOG.rst

+41
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,47 @@
11
Changelog
22
=========
33

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+
445
1.8.1 (2022-09-01)
546
------------------
647

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author = "Astronomer Inc."
2828

2929
# The full version, including alpha/beta/rc tags
30-
release = "1.9.0.dev1"
30+
release = "1.9.0"
3131

3232

3333
# -- General configuration ---------------------------------------------------

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = astronomer-providers
3-
version = 1.9.0.dev1
3+
version = 1.9.0
44
url = https://github.com/astronomer/astronomer-providers/
55
author = Astronomer
66
author_email = [email protected]

0 commit comments

Comments
 (0)