Skip to content

Commit

Permalink
make sure that task_id is exported in df
Browse files Browse the repository at this point in the history
  • Loading branch information
Hagellach37 committed Jul 12, 2022
1 parent 319e2b4 commit 5e88246
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ def get_tasks(filename: str, project_id: str) -> pd.DataFrame:
SELECT
project_id
,group_id
,task_id
,case
when project_type_specifics -> 'taskX' is not null
then split_part(task_id, '-', 1)::int
Expand Down

0 comments on commit 5e88246

Please sign in to comment.