Skip to content

Commit

Permalink
Update dags_airflow_fede_rucio.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leggerf authored Jan 30, 2024
1 parent 8d891a5 commit 2fad06e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions dags_airflow_fede_rucio.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
from __future__ import annotations

import logging
import os
from pathlib import Path
# import os
# from pathlib import Path

import pendulum
from airflow.configuration import conf
# from airflow.configuration import conf
from airflow.decorators import task
from airflow.example_dags.libs.helper import print_stuff
from airflow.models.dag import DAG

log = logging.getLogger(__name__)
Expand Down Expand Up @@ -51,6 +50,7 @@
k8s.V1Container(
name="base",
image=f"{repo}:{tag}",
command=["pwd"],
),
],
image_pull_secrets=[
Expand All @@ -71,7 +71,6 @@
task_id="task_rucio",
)
def rucio_task():
print_stuff()
log.info("Using image " + f"{repo}:{tag}")

rucio_task = rucio_task()
Expand Down

0 comments on commit 2fad06e

Please sign in to comment.