Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit f0ee90c

Browse files
committed
Release Python SDK 1.7.0a1
1 parent 74a6894 commit f0ee90c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

python-sdk/docs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.7.0a1
4+
5+
### Feature
6+
- Allow users to disable schema check and creation on `load_file` [#1922](https://github.com/astronomer/astro-sdk/pull/1922)
7+
38
## 1.6.0
49

510
### Feature

python-sdk/src/astro/__init__.py

Lines changed: 1 addition & 1 deletion
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.6.0"
3+
__version__ = "1.7.0a1"
44

55

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

0 commit comments

Comments
 (0)