Skip to content

Commit

Permalink
dag imports should be based in rikolti
Browse files Browse the repository at this point in the history
  • Loading branch information
amywieliczka committed Aug 22, 2023
1 parent 420a873 commit 50ba895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/fetcher_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from airflow.decorators import dag, task
from airflow.models.param import Param

from metadata_fetcher.lambda_function import fetch_collection
from rikolti.metadata_fetcher.lambda_function import fetch_collection


@task()
Expand Down

0 comments on commit 50ba895

Please sign in to comment.