Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion airflow/providers/teradata/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,15 @@
Changelog
---------

1.0.0
2.0.0
.....

``Initial version of the provider. (#36953)``

Breaking changes
~~~~~~~~~~~~~~~~

Previous versions of this package were owned by ``Felipe Lolas`` under
https://github.com/flolas/apache-airflow-providers-teradata
These versions were not maintained by Apache-Airflow
If you are migrating from older version, it's recommended to read the docs and refactor your code
2 changes: 1 addition & 1 deletion airflow/providers/teradata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

__all__ = ["__version__"]

__version__ = "1.0.0"
__version__ = "2.0.0"

try:
from airflow import __version__ as airflow_version
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/teradata/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ state: ready
source-date-epoch: 1700148082
# note that those versions are maintained by release manager - do not update them manually
versions:
- 1.0.0
- 2.0.0

dependencies:
- apache-airflow>=2.6.0
Expand Down
5 changes: 3 additions & 2 deletions docs/apache-airflow-providers-teradata/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@ For high-level changelog, see :doc:`package information including changelog <ind



1.0.0
2.0.0
.....

Latest change: 2024-02-16
Latest change: 2024-02-21

================================================================================================= =========== ==================================================================
Commit Committed Subject
================================================================================================= =========== ==================================================================
`69d48ed7b5 <https://github.com/apache/airflow/commit/69d48ed7b57db48567347f000c12b28d66f972ba>`_ 2024-02-21 ``Prepare docs ad hoc Teradata provider February 2024 (#37589)``
`5a0be392e6 <https://github.com/apache/airflow/commit/5a0be392e66f8e5426ba3478621115e92fcf245b>`_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)``
`c41794d056 <https://github.com/apache/airflow/commit/c41794d0562984243c0bb0331e41c58d213eb690>`_ 2024-02-15 ``Add Teradata Provider (#36953)``
================================================================================================= =========== ==================================================================
6 changes: 3 additions & 3 deletions docs/apache-airflow-providers-teradata/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ apache-airflow-providers-teradata package
`Teradata <https://www.teradata.com/>`__


Release: 1.0.0
Release: 2.0.0

Provider package
----------------
Expand Down Expand Up @@ -131,5 +131,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_

* `The apache-airflow-providers-teradata 1.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-teradata-1.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-teradata-1.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-teradata-1.0.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-teradata 1.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-1.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-1.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-1.0.0-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-teradata 2.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-teradata-2.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-teradata-2.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-teradata-2.0.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-teradata 2.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-2.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-2.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-2.0.0-py3-none-any.whl.sha512>`__)