Skip to content
Snippets Groups Projects
Commit e3f92da5 authored by lcd22's avatar lcd22
Browse files

add dependencies

parent 0173220e
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,10 @@ from airflow.operators.bash import BashOperator ...@@ -7,6 +7,10 @@ from airflow.operators.bash import BashOperator
from airflow.providers.apache.spark.operators.spark_submit import SparkSubmitOperator from airflow.providers.apache.spark.operators.spark_submit import SparkSubmitOperator
from minio import Minio
from minio.error import ResponseError
from airflow.operators.python import PythonOperator
repo_home = '/opt/airflow/dags/repo' repo_home = '/opt/airflow/dags/repo'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment