Skip to content

Commit

Permalink
change folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
quy196hp committed May 15, 2024
1 parent d855e1b commit 39daaf2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions airflow_dagfactory/dagbuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@

from kubernetes.client.models import V1Container, V1Pod

from dagfactory.exceptions import DagFactoryException, DagFactoryConfigException
from dagfactory import utils
from airflow_dagfactory.exceptions import DagFactoryException, DagFactoryConfigException
from airflow_dagfactory import utils

# pylint: disable=ungrouped-imports,invalid-name
# Disabling pylint's ungrouped-imports warning because this is a
Expand Down
4 changes: 2 additions & 2 deletions airflow_dagfactory/dagfactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
from airflow.configuration import conf as airflow_conf
from airflow.models import DAG

from dagfactory.dagbuilder import DagBuilder
from dagfactory.exceptions import DagFactoryException, DagFactoryConfigException
from airflow_dagfactory.dagbuilder import DagBuilder
from airflow_dagfactory.exceptions import DagFactoryException, DagFactoryConfigException


# these are params that cannot be a dag name
Expand Down
2 changes: 1 addition & 1 deletion airflow_dagfactory/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import pendulum

from dagfactory.exceptions import DagFactoryException
from airflow_dagfactory.exceptions import DagFactoryException


def get_datetime(
Expand Down

0 comments on commit 39daaf2

Please sign in to comment.