Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Data Logistics Service
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eFlows4HPC WP2
Data Logistics Service
Commits
2657d166
Commit
2657d166
authored
2 years ago
by
Jedrzej Rybicki
Browse files
Options
Downloads
Patches
Plain Diff
pycharm iduced error removed
parent
bd6dfca2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#99742
passed
2 years ago
Stage: test
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dags/taskflow.py
+6
-6
6 additions, 6 deletions
dags/taskflow.py
dags/taskflow_stream.py
+1
-1
1 addition, 1 deletion
dags/taskflow_stream.py
with
7 additions
and
7 deletions
dags/taskflow.py
+
6
−
6
View file @
2657d166
from
airflow.operators.python
import
PythonOperator
import
json
import
os
from
airflow.decorators
import
dag
,
task
from
airflow.models.connection
import
Connection
from
airflow.models
import
Variable
from
airflow.models.connection
import
Connection
from
airflow.operators.python
import
PythonOperator
from
airflow.utils.dates
import
days_ago
import
os
from
datacat_integration.hooks
import
DataCatalogHook
import
json
from
b2shareoperator
import
download_file
,
get_file_list
,
get_object_md
from
decors
import
get_connection
,
remove
,
setup
from
b2shareoperator
import
(
download_file
,
get_file_list
,
get_object_md
)
default_args
=
{
'
owner
'
:
'
airflow
'
,
...
...
This diff is collapsed.
Click to expand it.
dags/taskflow_stream.py
+
1
−
1
View file @
2657d166
from
importlib.metadata
import
metadata
import
os
import
shutil
import
requests
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment