Skip to content

Commit 583f857

Browse files
Update to v1.15.1 (#24)
1 parent 7f50e81 commit 583f857

6 files changed

Lines changed: 686 additions & 3 deletions

File tree

air/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pylint: disable=wrong-import-position,line-too-long,unnecessary-dunder-call
2-
__version__ = "1.15.0"
2+
__version__ = "1.15.1"
33

44
__base_url__ = "https://api.airefinery.accenture.com"
55

air/distiller/executor/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
"air.distiller.executor.sap_executor",
4343
"SAPExecutor",
4444
),
45+
"SnowflakeAgent": (
46+
"air.distiller.executor.snowflake_executor",
47+
"SnowflakeExecutor",
48+
),
4549
}
4650

4751
# Cache for already-imported executor classes, so we import them only once.

0 commit comments

Comments
 (0)