Skip to content

Commit

Permalink
Merge pull request #125 from pycontw/finance-fix
Browse files Browse the repository at this point in the history
fix udf import
  • Loading branch information
xchwan authored Sep 25, 2023
2 parents 22fc71c + 659e23f commit c9c3301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/app/finance_bot/dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from airflow import DAG
from airflow.operators.python_operator import PythonOperator
from app.finance import udf
from app.finance_bot import udf

DEFAULT_ARGS = {
"owner": "qchwan",
Expand Down

0 comments on commit c9c3301

Please sign in to comment.