File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 66
77All release highlights of this project will be documented in this file.
88
9+ 4.4.28 - Dec 13, 2024
10+ ________________________
11+ **Fixed **
12+
13+ - ``SAClient.item_context `` creates an “ItemContext” for managing item annotations and metadata..
14+
9154.4.27 - Nov 14, 2024
1016________________________
1117**Fixed **
Original file line number Diff line number Diff line change @@ -175,6 +175,7 @@ class IntegrationTypeEnum(BaseTitledEnum):
175175 AZURE = "azure" , 3
176176 CUSTOM = "custom" , 4
177177 DATABRICKS = "databricks" , 5
178+ SNOWFLAKE = "snowflake" , 6
178179
179180
180181class TrainingStatus (BaseTitledEnum ):
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ async def download_big_annotation(
203203 }
204204
205205 url = urljoin (
206- self .get_assets_provider_url (),
206+ self .get_assets_provider_url ("v3.01" ),
207207 self .URL_DOWNLOAD_LARGE_ANNOTATION .format (item_id = item_id ),
208208 )
209209
You can’t perform that action at this time.
0 commit comments