apache-airflow-providers-microsoft-azure 12.3.0rc1__py3-none-any.whl → 12.3.1rc1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- airflow/providers/microsoft/azure/__init__.py +1 -1
- airflow/providers/microsoft/azure/get_provider_info.py +0 -107
- airflow/providers/microsoft/azure/hooks/batch.py +3 -6
- airflow/providers/microsoft/azure/hooks/data_lake.py +1 -2
- airflow/providers/microsoft/azure/hooks/fileshare.py +22 -25
- airflow/providers/microsoft/azure/hooks/msgraph.py +1 -1
- airflow/providers/microsoft/azure/hooks/synapse.py +1 -2
- airflow/providers/microsoft/azure/hooks/wasb.py +1 -2
- airflow/providers/microsoft/azure/operators/adx.py +1 -2
- airflow/providers/microsoft/azure/operators/container_instances.py +1 -2
- airflow/providers/microsoft/azure/operators/msgraph.py +2 -4
- airflow/providers/microsoft/azure/transfers/s3_to_wasb.py +2 -3
- airflow/providers/microsoft/azure/utils.py +1 -2
- {apache_airflow_providers_microsoft_azure-12.3.0rc1.dist-info → apache_airflow_providers_microsoft_azure-12.3.1rc1.dist-info}/METADATA +8 -6
- {apache_airflow_providers_microsoft_azure-12.3.0rc1.dist-info → apache_airflow_providers_microsoft_azure-12.3.1rc1.dist-info}/RECORD +17 -17
- {apache_airflow_providers_microsoft_azure-12.3.0rc1.dist-info → apache_airflow_providers_microsoft_azure-12.3.1rc1.dist-info}/WHEEL +1 -1
- {apache_airflow_providers_microsoft_azure-12.3.0rc1.dist-info → apache_airflow_providers_microsoft_azure-12.3.1rc1.dist-info}/entry_points.txt +0 -0
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
29
29
|
|
30
30
|
__all__ = ["__version__"]
|
31
31
|
|
32
|
-
__version__ = "12.3.
|
32
|
+
__version__ = "12.3.1"
|
33
33
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
35
35
|
"2.9.0"
|
@@ -26,76 +26,6 @@ def get_provider_info():
|
|
26
26
|
"package-name": "apache-airflow-providers-microsoft-azure",
|
27
27
|
"name": "Microsoft Azure",
|
28
28
|
"description": "`Microsoft Azure <https://azure.microsoft.com/>`__\n",
|
29
|
-
"state": "ready",
|
30
|
-
"source-date-epoch": 1743836331,
|
31
|
-
"versions": [
|
32
|
-
"12.3.0",
|
33
|
-
"12.2.2",
|
34
|
-
"12.2.1",
|
35
|
-
"12.2.0",
|
36
|
-
"12.0.0",
|
37
|
-
"11.1.0",
|
38
|
-
"11.0.0",
|
39
|
-
"10.5.1",
|
40
|
-
"10.5.0",
|
41
|
-
"10.4.0",
|
42
|
-
"10.3.0",
|
43
|
-
"10.2.0",
|
44
|
-
"10.1.2",
|
45
|
-
"10.1.1",
|
46
|
-
"10.1.0",
|
47
|
-
"10.0.0",
|
48
|
-
"9.0.1",
|
49
|
-
"9.0.0",
|
50
|
-
"8.5.1",
|
51
|
-
"8.5.0",
|
52
|
-
"8.4.0",
|
53
|
-
"8.3.0",
|
54
|
-
"8.2.0",
|
55
|
-
"8.1.0",
|
56
|
-
"8.0.0",
|
57
|
-
"7.0.0",
|
58
|
-
"6.3.0",
|
59
|
-
"6.2.4",
|
60
|
-
"6.2.3",
|
61
|
-
"6.2.2",
|
62
|
-
"6.2.1",
|
63
|
-
"6.2.0",
|
64
|
-
"6.1.2",
|
65
|
-
"6.1.1",
|
66
|
-
"6.1.0",
|
67
|
-
"6.0.0",
|
68
|
-
"5.3.1",
|
69
|
-
"5.3.0",
|
70
|
-
"5.2.1",
|
71
|
-
"5.2.0",
|
72
|
-
"5.1.0",
|
73
|
-
"5.0.2",
|
74
|
-
"5.0.1",
|
75
|
-
"5.0.0",
|
76
|
-
"4.3.0",
|
77
|
-
"4.2.0",
|
78
|
-
"4.1.0",
|
79
|
-
"4.0.0",
|
80
|
-
"3.9.0",
|
81
|
-
"3.8.0",
|
82
|
-
"3.7.2",
|
83
|
-
"3.7.1",
|
84
|
-
"3.7.0",
|
85
|
-
"3.6.0",
|
86
|
-
"3.5.0",
|
87
|
-
"3.4.0",
|
88
|
-
"3.3.0",
|
89
|
-
"3.2.0",
|
90
|
-
"3.1.1",
|
91
|
-
"3.1.0",
|
92
|
-
"3.0.0",
|
93
|
-
"2.0.0",
|
94
|
-
"1.3.0",
|
95
|
-
"1.2.0",
|
96
|
-
"1.1.0",
|
97
|
-
"1.0.0",
|
98
|
-
],
|
99
29
|
"integrations": [
|
100
30
|
{
|
101
31
|
"integration-name": "Microsoft Azure Batch",
|
@@ -460,41 +390,4 @@ def get_provider_info():
|
|
460
390
|
},
|
461
391
|
}
|
462
392
|
},
|
463
|
-
"dependencies": [
|
464
|
-
"apache-airflow>=2.9.0",
|
465
|
-
"adlfs>=2023.10.0",
|
466
|
-
"azure-batch>=8.0.0",
|
467
|
-
"azure-cosmos>=4.6.0",
|
468
|
-
"azure-mgmt-cosmosdb>=3.0.0",
|
469
|
-
"azure-datalake-store>=0.0.45",
|
470
|
-
"azure-identity>=1.3.1",
|
471
|
-
"azure-keyvault-secrets>=4.1.0",
|
472
|
-
"azure-mgmt-datalake-store>=0.5.0",
|
473
|
-
"azure-mgmt-resource>=2.2.0",
|
474
|
-
"azure-storage-blob>=12.14.0",
|
475
|
-
"azure-mgmt-storage>=16.0.0",
|
476
|
-
"azure-storage-file-share>=12.7.0",
|
477
|
-
"azure-servicebus>=7.12.1",
|
478
|
-
"azure-synapse-spark>=0.2.0",
|
479
|
-
"azure-synapse-artifacts>=0.17.0",
|
480
|
-
"adal>=1.2.7",
|
481
|
-
"azure-storage-file-datalake>=12.9.1",
|
482
|
-
"azure-kusto-data>=4.1.0,!=4.6.0",
|
483
|
-
"azure-mgmt-datafactory>=2.0.0",
|
484
|
-
"azure-mgmt-containerregistry>=8.0.0",
|
485
|
-
"azure-mgmt-containerinstance>=10.1.0",
|
486
|
-
"msgraph-core>=1.3.3",
|
487
|
-
"microsoft-kiota-http>=1.8.0,<2.0.0",
|
488
|
-
"microsoft-kiota-serialization-json>=1.8.0",
|
489
|
-
"microsoft-kiota-serialization-text>=1.8.0",
|
490
|
-
"microsoft-kiota-abstractions>=1.8.0,<2.0.0",
|
491
|
-
"msal-extensions>=1.1.0",
|
492
|
-
],
|
493
|
-
"optional-dependencies": {
|
494
|
-
"amazon": ["apache-airflow-providers-amazon"],
|
495
|
-
"common.compat": ["apache-airflow-providers-common-compat"],
|
496
|
-
"oracle": ["apache-airflow-providers-oracle"],
|
497
|
-
"sftp": ["apache-airflow-providers-sftp"],
|
498
|
-
},
|
499
|
-
"devel-dependencies": ["pywinrm>=0.5.0", "moto>=5.1.2"],
|
500
393
|
}
|
@@ -233,8 +233,7 @@ class AzureBatchHook(BaseHook):
|
|
233
233
|
except batch_models.BatchErrorException as err:
|
234
234
|
if not err.error or err.error.code != "PoolExists":
|
235
235
|
raise
|
236
|
-
|
237
|
-
self.log.info("Pool %s already exists", pool.id)
|
236
|
+
self.log.info("Pool %s already exists", pool.id)
|
238
237
|
|
239
238
|
def _get_latest_verified_image_vm_and_sku(
|
240
239
|
self,
|
@@ -322,8 +321,7 @@ class AzureBatchHook(BaseHook):
|
|
322
321
|
except batch_models.BatchErrorException as err:
|
323
322
|
if not err.error or err.error.code != "JobExists":
|
324
323
|
raise
|
325
|
-
|
326
|
-
self.log.info("Job %s already exists", job.id)
|
324
|
+
self.log.info("Job %s already exists", job.id)
|
327
325
|
|
328
326
|
def configure_task(
|
329
327
|
self,
|
@@ -366,8 +364,7 @@ class AzureBatchHook(BaseHook):
|
|
366
364
|
except batch_models.BatchErrorException as err:
|
367
365
|
if not err.error or err.error.code != "TaskExists":
|
368
366
|
raise
|
369
|
-
|
370
|
-
self.log.info("Task %s already exists", task.id)
|
367
|
+
self.log.info("Task %s already exists", task.id)
|
371
368
|
|
372
369
|
def wait_for_job_tasks_to_complete(self, job_id: str, timeout: int) -> list[batch_models.CloudTask]:
|
373
370
|
"""
|
@@ -239,8 +239,7 @@ class AzureDataLakeHook(BaseHook):
|
|
239
239
|
"""
|
240
240
|
if "*" in path:
|
241
241
|
return self.get_conn().glob(path)
|
242
|
-
|
243
|
-
return self.get_conn().walk(path)
|
242
|
+
return self.get_conn().walk(path)
|
244
243
|
|
245
244
|
def remove(self, path: str, recursive: bool = False, ignore_not_found: bool = True) -> None:
|
246
245
|
"""
|
@@ -123,15 +123,14 @@ class AzureFileShareHook(BaseHook):
|
|
123
123
|
return ShareServiceClient.from_connection_string(
|
124
124
|
conn_str=self._connection_string,
|
125
125
|
)
|
126
|
-
|
126
|
+
if self._account_url and (self._sas_token or self._account_access_key):
|
127
127
|
credential = self._sas_token or self._account_access_key
|
128
128
|
return ShareServiceClient(account_url=self._account_url, credential=credential)
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
)
|
129
|
+
return ShareServiceClient(
|
130
|
+
account_url=self._account_url,
|
131
|
+
credential=self._get_sync_default_azure_credential(),
|
132
|
+
token_intent="backup",
|
133
|
+
)
|
135
134
|
|
136
135
|
@property
|
137
136
|
def share_directory_client(self):
|
@@ -142,7 +141,7 @@ class AzureFileShareHook(BaseHook):
|
|
142
141
|
share_name=self.share_name,
|
143
142
|
directory_path=self.directory_path,
|
144
143
|
)
|
145
|
-
|
144
|
+
if self._account_url and (self._sas_token or self._account_access_key):
|
146
145
|
credential = self._sas_token or self._account_access_key
|
147
146
|
return ShareDirectoryClient(
|
148
147
|
account_url=self._account_url,
|
@@ -150,14 +149,13 @@ class AzureFileShareHook(BaseHook):
|
|
150
149
|
directory_path=self.directory_path,
|
151
150
|
credential=credential,
|
152
151
|
)
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
)
|
152
|
+
return ShareDirectoryClient(
|
153
|
+
account_url=self._account_url,
|
154
|
+
share_name=self.share_name,
|
155
|
+
directory_path=self.directory_path,
|
156
|
+
credential=self._get_sync_default_azure_credential(),
|
157
|
+
token_intent="backup",
|
158
|
+
)
|
161
159
|
|
162
160
|
@property
|
163
161
|
def share_file_client(self):
|
@@ -168,7 +166,7 @@ class AzureFileShareHook(BaseHook):
|
|
168
166
|
share_name=self.share_name,
|
169
167
|
file_path=self.file_path,
|
170
168
|
)
|
171
|
-
|
169
|
+
if self._account_url and (self._sas_token or self._account_access_key):
|
172
170
|
credential = self._sas_token or self._account_access_key
|
173
171
|
return ShareFileClient(
|
174
172
|
account_url=self._account_url,
|
@@ -176,14 +174,13 @@ class AzureFileShareHook(BaseHook):
|
|
176
174
|
file_path=self.file_path,
|
177
175
|
credential=credential,
|
178
176
|
)
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
)
|
177
|
+
return ShareFileClient(
|
178
|
+
account_url=self._account_url,
|
179
|
+
share_name=self.share_name,
|
180
|
+
file_path=self.file_path,
|
181
|
+
credential=self._get_sync_default_azure_credential(),
|
182
|
+
token_intent="backup",
|
183
|
+
)
|
187
184
|
|
188
185
|
def check_for_directory(self) -> bool:
|
189
186
|
"""Check if a directory exists on Azure File Share."""
|
@@ -89,7 +89,7 @@ class DefaultResponseHandler(ResponseHandler):
|
|
89
89
|
status_code = HTTPStatus(resp.status_code)
|
90
90
|
if status_code == HTTPStatus.BAD_REQUEST:
|
91
91
|
raise AirflowBadRequest(message)
|
92
|
-
|
92
|
+
if status_code == HTTPStatus.NOT_FOUND:
|
93
93
|
raise AirflowNotFoundException(message)
|
94
94
|
raise AirflowException(message)
|
95
95
|
return value
|
@@ -347,8 +347,7 @@ class AzureSynapsePipelineHook(BaseAzureSynapseHook):
|
|
347
347
|
|
348
348
|
if self._conn is not None:
|
349
349
|
return self._conn
|
350
|
-
|
351
|
-
raise ValueError("Failed to create ArtifactsClient")
|
350
|
+
raise ValueError("Failed to create ArtifactsClient")
|
352
351
|
|
353
352
|
@staticmethod
|
354
353
|
def _create_client(credential: Credentials, endpoint: str) -> ArtifactsClient:
|
@@ -193,8 +193,7 @@ class WasbHook(BaseHook):
|
|
193
193
|
if sas_token:
|
194
194
|
if sas_token.startswith("https"):
|
195
195
|
return BlobServiceClient(account_url=sas_token, **extra)
|
196
|
-
|
197
|
-
return BlobServiceClient(account_url=f"{account_url.rstrip('/')}/{sas_token}", **extra)
|
196
|
+
return BlobServiceClient(account_url=f"{account_url.rstrip('/')}/{sas_token}", **extra)
|
198
197
|
|
199
198
|
# Fall back to old auth (password) or use managed identity if not provided.
|
200
199
|
credential = conn.password
|
@@ -81,5 +81,4 @@ class AzureDataExplorerQueryOperator(BaseOperator):
|
|
81
81
|
# TODO: Remove this after minimum Airflow version is 3.0
|
82
82
|
if conf.getboolean("core", "enable_xcom_pickling", fallback=False):
|
83
83
|
return response.primary_results[0]
|
84
|
-
|
85
|
-
return str(response.primary_results[0])
|
84
|
+
return str(response.primary_results[0])
|
@@ -402,8 +402,7 @@ class AzureContainerInstancesOperator(BaseOperator):
|
|
402
402
|
"(make sure that the name is unique)."
|
403
403
|
)
|
404
404
|
return 1
|
405
|
-
|
406
|
-
self.log.exception("Exception while getting container groups")
|
405
|
+
self.log.exception("Exception while getting container groups")
|
407
406
|
except Exception:
|
408
407
|
self.log.exception("Exception while getting container groups")
|
409
408
|
|
@@ -254,10 +254,8 @@ class MSGraphAsyncOperator(BaseOperator):
|
|
254
254
|
if append_result_as_list_if_absent:
|
255
255
|
if isinstance(result, list):
|
256
256
|
return result
|
257
|
-
|
258
|
-
|
259
|
-
else:
|
260
|
-
return result
|
257
|
+
return [result]
|
258
|
+
return result
|
261
259
|
return results
|
262
260
|
|
263
261
|
def pull_xcom(self, context: Context | dict[str, Any]) -> list:
|
@@ -261,7 +261,6 @@ class S3ToAzureBlobStorageOperator(BaseOperator):
|
|
261
261
|
"""Return a file key using its components."""
|
262
262
|
if full_path:
|
263
263
|
return full_path
|
264
|
-
|
264
|
+
if prefix and file_name:
|
265
265
|
return f"{prefix}/{file_name}"
|
266
|
-
|
267
|
-
raise InvalidKeyComponents
|
266
|
+
raise InvalidKeyComponents
|
@@ -77,8 +77,7 @@ def _get_default_azure_credential(
|
|
77
77
|
workload_identity_tenant_id=workload_identity_tenant_id,
|
78
78
|
additionally_allowed_tenants=[workload_identity_tenant_id],
|
79
79
|
)
|
80
|
-
|
81
|
-
return credential_cls()
|
80
|
+
return credential_cls()
|
82
81
|
|
83
82
|
|
84
83
|
get_sync_default_azure_credential: partial[DefaultAzureCredential] = partial(
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: apache-airflow-providers-microsoft-azure
|
3
|
-
Version: 12.3.
|
3
|
+
Version: 12.3.1rc1
|
4
4
|
Summary: Provider package apache-airflow-providers-microsoft-azure for Apache Airflow
|
5
5
|
Keywords: airflow-provider,microsoft.azure,airflow,integration
|
6
6
|
Author-email: Apache Software Foundation <dev@airflow.apache.org>
|
@@ -42,6 +42,7 @@ Requires-Dist: azure-kusto-data>=4.1.0,!=4.6.0
|
|
42
42
|
Requires-Dist: azure-mgmt-datafactory>=2.0.0
|
43
43
|
Requires-Dist: azure-mgmt-containerregistry>=8.0.0
|
44
44
|
Requires-Dist: azure-mgmt-containerinstance>=10.1.0
|
45
|
+
Requires-Dist: flask-appbuilder>=4.0.0
|
45
46
|
Requires-Dist: msgraph-core>=1.3.3
|
46
47
|
Requires-Dist: microsoft-kiota-http>=1.8.0,<2.0.0
|
47
48
|
Requires-Dist: microsoft-kiota-serialization-json>=1.8.0
|
@@ -53,8 +54,8 @@ Requires-Dist: apache-airflow-providers-common-compat ; extra == "common-compat"
|
|
53
54
|
Requires-Dist: apache-airflow-providers-oracle ; extra == "oracle"
|
54
55
|
Requires-Dist: apache-airflow-providers-sftp ; extra == "sftp"
|
55
56
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
56
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/12.3.
|
57
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/12.3.
|
57
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/12.3.1/changelog.html
|
58
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/12.3.1
|
58
59
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
59
60
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
60
61
|
Project-URL: Source Code, https://github.com/apache/airflow
|
@@ -89,7 +90,7 @@ Provides-Extra: sftp
|
|
89
90
|
|
90
91
|
Package ``apache-airflow-providers-microsoft-azure``
|
91
92
|
|
92
|
-
Release: ``12.3.
|
93
|
+
Release: ``12.3.1``
|
93
94
|
|
94
95
|
|
95
96
|
`Microsoft Azure <https://azure.microsoft.com/>`__
|
@@ -102,7 +103,7 @@ This is a provider package for ``microsoft.azure`` provider. All classes for thi
|
|
102
103
|
are in ``airflow.providers.microsoft.azure`` python package.
|
103
104
|
|
104
105
|
You can find package information and changelog for the provider
|
105
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/12.3.
|
106
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/12.3.1/>`_.
|
106
107
|
|
107
108
|
Installation
|
108
109
|
------------
|
@@ -141,6 +142,7 @@ PIP package Version required
|
|
141
142
|
``azure-mgmt-datafactory`` ``>=2.0.0``
|
142
143
|
``azure-mgmt-containerregistry`` ``>=8.0.0``
|
143
144
|
``azure-mgmt-containerinstance`` ``>=10.1.0``
|
145
|
+
``flask-appbuilder`` ``>=4.0.0``
|
144
146
|
``msgraph-core`` ``>=1.3.3``
|
145
147
|
``microsoft-kiota-http`` ``>=1.8.0,<2.0.0``
|
146
148
|
``microsoft-kiota-serialization-json`` ``>=1.8.0``
|
@@ -172,5 +174,5 @@ Dependent package
|
|
172
174
|
================================================================================================================== =================
|
173
175
|
|
174
176
|
The changelog for the provider package can be found in the
|
175
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/12.3.
|
177
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/12.3.1/changelog.html>`_.
|
176
178
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
airflow/providers/microsoft/azure/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
|
2
|
-
airflow/providers/microsoft/azure/__init__.py,sha256=
|
3
|
-
airflow/providers/microsoft/azure/get_provider_info.py,sha256=
|
4
|
-
airflow/providers/microsoft/azure/utils.py,sha256=
|
2
|
+
airflow/providers/microsoft/azure/__init__.py,sha256=dD7jxsICoRcpNDf5jlBLnSrJZOdAeubQf3qZqWyR67A,1503
|
3
|
+
airflow/providers/microsoft/azure/get_provider_info.py,sha256=AeIwe8L-5p1z7IVF9Yc_mmQyAe149r6YVCyRpjfc3u0,18946
|
4
|
+
airflow/providers/microsoft/azure/utils.py,sha256=0iDdxz-TujH181MoI2gRf6ppOVQfj_fKGzrHAcnx7uU,8415
|
5
5
|
airflow/providers/microsoft/azure/version_compat.py,sha256=aHg90_DtgoSnQvILFICexMyNlHlALBdaeWqkX3dFDug,1605
|
6
6
|
airflow/providers/microsoft/azure/fs/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
7
7
|
airflow/providers/microsoft/azure/fs/adls.py,sha256=kXZOVulLNfqwJNR0X9MBN23kcYr3dyv8K_0KqAcWvnk,3679
|
@@ -9,29 +9,29 @@ airflow/providers/microsoft/azure/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3m
|
|
9
9
|
airflow/providers/microsoft/azure/hooks/adx.py,sha256=FR7EC6ygDhcMK9clw-IDuoJqYtsrq-6WJOZF8ixl8Rw,9576
|
10
10
|
airflow/providers/microsoft/azure/hooks/asb.py,sha256=Ui9uvt7-42G60KxlYu0IC9FUB8LpuDyBpjrJbdIeL6k,30702
|
11
11
|
airflow/providers/microsoft/azure/hooks/base_azure.py,sha256=ZNTjfKiHM91dQ8imc2VPxorj3fOlzkv2SgTxy008Zr0,5389
|
12
|
-
airflow/providers/microsoft/azure/hooks/batch.py,sha256=
|
12
|
+
airflow/providers/microsoft/azure/hooks/batch.py,sha256=DOgRQpukaOBEMnC8Vr3bLZAW-B8ymsWvGOB_O9f0KoM,16048
|
13
13
|
airflow/providers/microsoft/azure/hooks/container_instance.py,sha256=O2sl9gELFkgeAKIc76s34IfRRvlc-XJKjRqd4hekrYU,7142
|
14
14
|
airflow/providers/microsoft/azure/hooks/container_registry.py,sha256=ii6GiOvl3p0lSGEyerHuhpvJC1bh18Asz4QmatXipYY,4855
|
15
15
|
airflow/providers/microsoft/azure/hooks/container_volume.py,sha256=ZSe2C3y5xttxp8Ir9dgihZnQzcArckhPazxHg1iknYk,5758
|
16
16
|
airflow/providers/microsoft/azure/hooks/cosmos.py,sha256=pE7MyNJx-u6pr_NlK5W2hv--wGBuDjSjPfeneZhky70,17466
|
17
17
|
airflow/providers/microsoft/azure/hooks/data_factory.py,sha256=zlkvYVVakmQGBpk5HQ0Ij_U59dQxiZdfVl8Z0JMuFus,44990
|
18
|
-
airflow/providers/microsoft/azure/hooks/data_lake.py,sha256=
|
19
|
-
airflow/providers/microsoft/azure/hooks/fileshare.py,sha256=
|
20
|
-
airflow/providers/microsoft/azure/hooks/msgraph.py,sha256=
|
18
|
+
airflow/providers/microsoft/azure/hooks/data_lake.py,sha256=Te71mF7xsWv-s6tMOncGvZmrMvuu8hwEoFbRnTO8BEk,23786
|
19
|
+
airflow/providers/microsoft/azure/hooks/fileshare.py,sha256=UIz7Jn2fWt_yXi4KVuwqe8sGS4DxKaZrMcCVJbeWf_w,10760
|
20
|
+
airflow/providers/microsoft/azure/hooks/msgraph.py,sha256=b_O0C5A0oDGmrotcITv8_nK-xX8YYA6MruyECIhn_jo,21083
|
21
21
|
airflow/providers/microsoft/azure/hooks/powerbi.py,sha256=jTV7Ott10hzIcKzL88P0M9UHFl5syUN79f6viM_uYX8,7537
|
22
|
-
airflow/providers/microsoft/azure/hooks/synapse.py,sha256=
|
23
|
-
airflow/providers/microsoft/azure/hooks/wasb.py,sha256=
|
22
|
+
airflow/providers/microsoft/azure/hooks/synapse.py,sha256=XHSTy_oPo2E7WkfKtOBsYqRosD71IJL1mtsr6wbykiY,16060
|
23
|
+
airflow/providers/microsoft/azure/hooks/wasb.py,sha256=eb6FGL08xcJzNQHCanVbI12_sauGaEmXFz84Vh75hdU,30785
|
24
24
|
airflow/providers/microsoft/azure/log/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
25
25
|
airflow/providers/microsoft/azure/log/wasb_task_handler.py,sha256=s0BCDf7fritIvuwznFJTUEE03GqfecKy-stf1niWr3o,9926
|
26
26
|
airflow/providers/microsoft/azure/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
27
27
|
airflow/providers/microsoft/azure/operators/adls.py,sha256=xLcaYKMFkygveTSGzFY1Y1oEzzliu3b77fumxYzYss8,5816
|
28
|
-
airflow/providers/microsoft/azure/operators/adx.py,sha256=
|
28
|
+
airflow/providers/microsoft/azure/operators/adx.py,sha256=wVhg36vgSmT5pKDCva5BXYbz9AAePJofNSwlQ1q7Ba8,3155
|
29
29
|
airflow/providers/microsoft/azure/operators/asb.py,sha256=7yj35zwQRr2EE0zIaKTbEjikhJ0v7KrQUyNCnJosqac,30477
|
30
30
|
airflow/providers/microsoft/azure/operators/batch.py,sha256=QgtmaUYgejLtER68o0dDhLRJSGM4WqmstW5Guy7I30U,16270
|
31
|
-
airflow/providers/microsoft/azure/operators/container_instances.py,sha256=
|
31
|
+
airflow/providers/microsoft/azure/operators/container_instances.py,sha256=u2EPazqXrdzzRmtHWwVWlKUTMB3R65_InOJcgJvE-dI,18503
|
32
32
|
airflow/providers/microsoft/azure/operators/cosmos.py,sha256=apq0wVYslRaO-ThXGnVyf7v_DovK951vaE7LxcVYU4E,2814
|
33
33
|
airflow/providers/microsoft/azure/operators/data_factory.py,sha256=kiVoQ1hYPG725rVhCfpE0MuxiufIQYwXNurCkwtKfY8,12806
|
34
|
-
airflow/providers/microsoft/azure/operators/msgraph.py,sha256=
|
34
|
+
airflow/providers/microsoft/azure/operators/msgraph.py,sha256=sm5bqRbZUZ9qgjaqK-phszkSFMw0kECC04tnm_KlzKU,13362
|
35
35
|
airflow/providers/microsoft/azure/operators/powerbi.py,sha256=Lp6uzuLw_hNNrQJVy6XhCMCS2wNqhA4OEyTuDHUxMNo,6284
|
36
36
|
airflow/providers/microsoft/azure/operators/synapse.py,sha256=fqd3W9uHQYidJY-LAJZaQv1okr-pImXokyMd7iLeY-Q,12751
|
37
37
|
airflow/providers/microsoft/azure/operators/wasb_delete_blob.py,sha256=RQQz_xvcjyfY3AuIVkK-J-rkPF3rT-z4SJNPY-fpyZQ,2714
|
@@ -46,14 +46,14 @@ airflow/providers/microsoft/azure/transfers/__init__.py,sha256=9hdXHABrVpkbpjZgU
|
|
46
46
|
airflow/providers/microsoft/azure/transfers/local_to_adls.py,sha256=4IbeumUCIFQaATfbCqPoOenN9ZfvXnWLl1uwBtLH6ps,4203
|
47
47
|
airflow/providers/microsoft/azure/transfers/local_to_wasb.py,sha256=Wc1T8w36flNNuAfHBvsAPerwH6FvK_Ppt0QqS5gSMSU,2963
|
48
48
|
airflow/providers/microsoft/azure/transfers/oracle_to_azure_data_lake.py,sha256=bi1XjwYozk3oAkY83aZspkPGAUKIT9mnXVggP6g3uMU,4495
|
49
|
-
airflow/providers/microsoft/azure/transfers/s3_to_wasb.py,sha256=
|
49
|
+
airflow/providers/microsoft/azure/transfers/s3_to_wasb.py,sha256=_BW-iVisSYpc-54m6hJFytsaJyVh2eG3Z627MdARs30,12489
|
50
50
|
airflow/providers/microsoft/azure/transfers/sftp_to_wasb.py,sha256=UU_PFJlmsd8xz3rM7qZdndIUmWYfM7E4QYUN293hHD4,8222
|
51
51
|
airflow/providers/microsoft/azure/triggers/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
52
52
|
airflow/providers/microsoft/azure/triggers/data_factory.py,sha256=U3vY_pj4yORxE7X6YR7CP3Jl73K9euCdUczy3dLmikU,11165
|
53
53
|
airflow/providers/microsoft/azure/triggers/msgraph.py,sha256=l7A50JoBebiKhhsxILtLvuoulyIn59BVdjTvdAezdpk,8704
|
54
54
|
airflow/providers/microsoft/azure/triggers/powerbi.py,sha256=14RFR5HfuoX4qKG_FkFc72GhEf34ISg3TxQkBAD9TpA,9758
|
55
55
|
airflow/providers/microsoft/azure/triggers/wasb.py,sha256=RF-C6iqDEs6_pWireCWZXqxcqWK-sFJ695Okdd_EJOA,7456
|
56
|
-
apache_airflow_providers_microsoft_azure-12.3.
|
57
|
-
apache_airflow_providers_microsoft_azure-12.3.
|
58
|
-
apache_airflow_providers_microsoft_azure-12.3.
|
59
|
-
apache_airflow_providers_microsoft_azure-12.3.
|
56
|
+
apache_airflow_providers_microsoft_azure-12.3.1rc1.dist-info/entry_points.txt,sha256=6iWHenOoUC3YZBb3OKn6g0HlJsV58Ba56i8USmQrcJI,111
|
57
|
+
apache_airflow_providers_microsoft_azure-12.3.1rc1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
58
|
+
apache_airflow_providers_microsoft_azure-12.3.1rc1.dist-info/METADATA,sha256=RkURfv33_f-qYG7hOpMRXfIgLHIy5vWrvdSsw65jqu8,8547
|
59
|
+
apache_airflow_providers_microsoft_azure-12.3.1rc1.dist-info/RECORD,,
|