Skip to content

Commit

Permalink
fix tables names
Browse files Browse the repository at this point in the history
  • Loading branch information
toutestprismemeca committed Nov 19, 2024
1 parent ceaa2a4 commit f687607
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions ecorda/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,19 @@ def run_ecorda_pipeline() -> None:
'topicLbDivisions',
'typeOfActions',
'typeOfActionsAttributes',
'eit',
'proposals',
'proposals/applicants',
'proposals/applicants/departments',
'proposals/cascadingProposals',
'proposals/applicants/cascadingApplicants',
'proposals/eicFundPortfolio',
'proposals/keywords',
'projects',
'projects/participants',
'projects/principalInvestigators',
'projects/participants/departments',
'projects/projectCrFstpBeneficiaries',
'projects/projectCrFstpSubCalls'
'legalEntities',
'legalEntitiesDepartments',
'legalEntitiesLinks',
Expand All @@ -48,10 +52,7 @@ def run_ecorda_pipeline() -> None:
'projects/participants/cascadingParticipants',
'projects/datasets',
'correctionMechanism',
'topicMetadata',
'proj_cr_fstp_beneficiaries',
'proj_cr_fstp_sub_calls',
'eic_fund_portfolio'
'topicMetadata'
]


Expand Down

0 comments on commit f687607

Please sign in to comment.