Commit 99a0718 Jorrit Sandbrink
committed
1 parent e1e9bb3 commit 99a0718 Copy full SHA for 99a0718
File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -264,14 +264,6 @@ def destinations_configs(
264
264
bucket_url = AZ_BUCKET ,
265
265
extra_info = "az-authorization" ,
266
266
),
267
- DestinationTestConfiguration (
268
- destination = "synapse" ,
269
- staging = "filesystem" ,
270
- file_format = "parquet" ,
271
- bucket_url = AZ_BUCKET ,
272
- staging_use_msi = True ,
273
- extra_info = "az-managed-identity" ,
274
- ),
275
267
]
276
268
277
269
if all_staging_configs :
@@ -304,6 +296,14 @@ def destinations_configs(
304
296
bucket_url = GCS_BUCKET ,
305
297
extra_info = "gcs-authorization" ,
306
298
),
299
+ DestinationTestConfiguration (
300
+ destination = "synapse" ,
301
+ staging = "filesystem" ,
302
+ file_format = "parquet" ,
303
+ bucket_url = AZ_BUCKET ,
304
+ staging_use_msi = True ,
305
+ extra_info = "az-managed-identity" ,
306
+ ),
307
307
]
308
308
309
309
# add local filesystem destinations if requested
You can’t perform that action at this time.
0 commit comments