Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
FACT Workflow Manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FACT
FACT Utils
FACT Workflow Manager
Commits
7acc6304
Commit
7acc6304
authored
1 year ago
by
Riccardo Boero
Browse files
Options
Downloads
Patches
Plain Diff
debuugggin printouts
parent
4d4e2c35
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Task.jl
+3
-3
3 additions, 3 deletions
src/Task.jl
with
3 additions
and
3 deletions
src/Task.jl
+
3
−
3
View file @
7acc6304
...
@@ -80,7 +80,7 @@ function task_work(functionName::String, arguments::String, parametersDict::Dict
...
@@ -80,7 +80,7 @@ function task_work(functionName::String, arguments::String, parametersDict::Dict
condition_met
=
false
condition_met
=
false
# Connect to the results container
# Connect to the results container
results_connection
=
get_connection
(
results_container
)
results_connection
=
get_connection
(
results_container
)
println
(
"we get here"
)
does_table_exist
=
does_table_exist_for_method
(
results_connection
,
functionName
,
arguments
,
parametersDict
)
does_table_exist
=
does_table_exist_for_method
(
results_connection
,
functionName
,
arguments
,
parametersDict
)
println
(
"Does table exist:
$
does_table_exist for
$
functionName,
$
arguments,
$
parametersDict"
)
println
(
"Does table exist:
$
does_table_exist for
$
functionName,
$
arguments,
$
parametersDict"
)
...
@@ -153,7 +153,7 @@ function process_task_parameters(original_dict::Dict, dependencies_info::Dict, r
...
@@ -153,7 +153,7 @@ function process_task_parameters(original_dict::Dict, dependencies_info::Dict, r
if
match_result
!==
nothing
if
match_result
!==
nothing
task_name
=
String
(
match_result
.
captures
[
1
])
task_name
=
String
(
match_result
.
captures
[
1
])
column_name
=
Symbol
(
match_result
.
captures
[
2
])
column_name
=
Symbol
(
match_result
.
captures
[
2
])
println
(
"we get here"
)
# Retrieve the DataFrame using the task name
# Retrieve the DataFrame using the task name
df
=
get_task_df
(
task_name
,
dependencies_info
,
results_container
)
df
=
get_task_df
(
task_name
,
dependencies_info
,
results_container
)
...
@@ -172,7 +172,7 @@ function process_task_parameters(original_dict::Dict, dependencies_info::Dict, r
...
@@ -172,7 +172,7 @@ function process_task_parameters(original_dict::Dict, dependencies_info::Dict, r
new_dict
[
key
]
=
value
new_dict
[
key
]
=
value
end
end
end
end
println
(
"but not here"
)
return
new_dict
return
new_dict
end
end
...
...
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