@@ -157,7 +157,7 @@ class LazFilesConfig(Config):
157
157
@asset (
158
158
required_resource_keys = {"file_store" },
159
159
partitions_def = partition_definition_ahn ,
160
- op_tags = {"dagster/concurrency_key" : "laz_download" }
160
+ op_tags = {"dagster/concurrency_key" : "laz_download" },
161
161
)
162
162
def laz_files_ahn3 (context , config : LazFilesConfig , md5_ahn3 , tile_index_ahn ):
163
163
"""AHN3 LAZ files as they are downloaded from PDOK.
@@ -211,7 +211,7 @@ def laz_files_ahn3(context, config: LazFilesConfig, md5_ahn3, tile_index_ahn):
211
211
@asset (
212
212
required_resource_keys = {"file_store" },
213
213
partitions_def = partition_definition_ahn ,
214
- op_tags = {"dagster/concurrency_key" : "laz_download" }
214
+ op_tags = {"dagster/concurrency_key" : "laz_download" },
215
215
)
216
216
def laz_files_ahn4 (context , config : LazFilesConfig , md5_ahn4 , tile_index_ahn ):
217
217
"""AHN4 LAZ files as they are downloaded from PDOK.
@@ -268,7 +268,7 @@ def laz_files_ahn4(context, config: LazFilesConfig, md5_ahn4, tile_index_ahn):
268
268
@asset (
269
269
required_resource_keys = {"file_store" },
270
270
partitions_def = partition_definition_ahn ,
271
- op_tags = {"dagster/concurrency_key" : "laz_download" }
271
+ op_tags = {"dagster/concurrency_key" : "laz_download" },
272
272
)
273
273
def laz_files_ahn5 (context , config : LazFilesConfig , sha256_ahn5 , tile_index_ahn ):
274
274
"""AHN5 LAZ files as they are downloaded from PDOK.
0 commit comments