Skip to content

Commit

Permalink
bug(colter): fix Dataset outlets
Browse files Browse the repository at this point in the history
  • Loading branch information
hacherix committed Dec 31, 2024
1 parent 977ba34 commit 16e139e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/data_pipelines/colter/colter_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ def save_date_last_modified():
def send_file_to_minio():
return colter_processor.send_file_to_minio()

@task
def compare_files_minio(outlets=[dataset_colter]):
@task(outlets=[dataset_colter])
def compare_files_minio():
return colter_processor.compare_files_minio()

(
Expand Down

0 comments on commit 16e139e

Please sign in to comment.