Skip to content

Commit a54e6ec

Browse files
authored
Bump version to 1.5.dev1 (#1575)
# Description - Bump version to 1.5.dev1 - update changelog ref to point to 1.4 instead of stable or latest
1 parent 1b1e36f commit a54e6ec

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

python-sdk/docs/CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
### Feature:
66

7-
- Support SFTP as file location [docs](https://astro-sdk-python.readthedocs.io/en/stable/astro/sql/operators/load_file.html#loading-data-from-sftp) [#1481](https://github.com/astronomer/astro-sdk/pull/1481)
8-
- Support FTP as file location [docs](https://astro-sdk-python.readthedocs.io/en/stable/astro/sql/operators/load_file.html#loading-data-from-ftp) [#1482](https://github.com/astronomer/astro-sdk/pull/1482)
7+
- Support SFTP as file location [docs](https://astro-sdk-python.readthedocs.io/en/1.4/astro/sql/operators/load_file.html#loading-data-from-sftp) [#1481](https://github.com/astronomer/astro-sdk/pull/1481)
8+
- Support FTP as file location [docs](https://astro-sdk-python.readthedocs.io/en/1.4/astro/sql/operators/load_file.html#loading-data-from-ftp) [#1482](https://github.com/astronomer/astro-sdk/pull/1482)
99
- Add support for Azure Blob Storage (*only non-native implementation*) [#1275](https://github.com/astronomer/astro-sdk/pull/1275), [#1542](https://github.com/astronomer/astro-sdk/pull/1542)
10-
- Add databricks delta table support [docs](https://astro-sdk-python.readthedocs.io/en/latest/guides/databricks.html) [#1352](https://github.com/astronomer/astro-sdk/pull/1352), [#1397](https://github.com/astronomer/astro-sdk/pull/1397), [#1452](https://github.com/astronomer/astro-sdk/pull/1452), [#1476](https://github.com/astronomer/astro-sdk/pull/1476), [#1480](https://github.com/astronomer/astro-sdk/pull/1480), [#1555](https://github.com/astronomer/astro-sdk/pull/1555)
10+
- Add databricks delta table support [docs](https://astro-sdk-python.readthedocs.io/en/1.4/guides/databricks.html) [#1352](https://github.com/astronomer/astro-sdk/pull/1352), [#1397](https://github.com/astronomer/astro-sdk/pull/1397), [#1452](https://github.com/astronomer/astro-sdk/pull/1452), [#1476](https://github.com/astronomer/astro-sdk/pull/1476), [#1480](https://github.com/astronomer/astro-sdk/pull/1480), [#1555](https://github.com/astronomer/astro-sdk/pull/1555)
1111
- Add [sourceCode](https://github.com/OpenLineage/OpenLineage/blob/main/spec/OpenLineage.md#job-facets) facet to `aql.dataframe()` and `aql.transform()` as part of OpenLineage integration [#1537](https://github.com/astronomer/astro-sdk/pull/1537)
12-
- Enhance `LoadFileOperator` so that users can send pandas attributes through `PandasLoadOptions` [docs](https://astro-sdk-python.readthedocs.io/en/stable/astro/sql/operators/load_file.html#loadoptions) [#1466](https://github.com/astronomer/astro-sdk/pull/1466)
13-
- Enhance `LoadFileOperator` so that users can send Snowflake specific load attributes through `SnowflakeLoadOptions` [docs](https://astro-sdk-python.readthedocs.io/en/stable/astro/sql/operators/load_file.html#loadoptions) [#1516](https://github.com/astronomer/astro-sdk/pull/1516)
12+
- Enhance `LoadFileOperator` so that users can send pandas attributes through `PandasLoadOptions` [docs](https://astro-sdk-python.readthedocs.io/en/1.4/astro/sql/operators/load_file.html#loadoptions) [#1466](https://github.com/astronomer/astro-sdk/pull/1466)
13+
- Enhance `LoadFileOperator` so that users can send Snowflake specific load attributes through `SnowflakeLoadOptions` [docs](https://astro-sdk-python.readthedocs.io/en/1.4/astro/sql/operators/load_file.html#loadoptions) [#1516](https://github.com/astronomer/astro-sdk/pull/1516)
1414
- Expose `get_file_list_func` to users so that it returns iterable File list from given destination file storage [#1380](https://github.com/astronomer/astro-sdk/pull/1380)
1515

1616
### Improvements

python-sdk/src/astro/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A decorator that allows users to run SQL queries natively in Airflow."""
22

3-
__version__ = "1.4.0.dev1"
3+
__version__ = "1.5.0.dev1"
44

55

66
# This is needed to allow Airflow to pick up specific metadata fields it needs

0 commit comments

Comments
 (0)