Skip to content

Commit

Permalink
delete empty tables
Browse files Browse the repository at this point in the history
  • Loading branch information
folland87 committed Mar 19, 2024
1 parent 95c1ebb commit 0f575af
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions ecorda/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,30 @@ def run_ecorda_pipeline() -> None:
logger.debug(f'extractionDate : {extractionDate}')
LIST_DATA = [
'extractionDate',
'countries',
'eurostatNuts',
'calls',
'topics',
'topicLbDivisions',
'typeOfActions',
'typeOfActionsAttributes',
'proposals',
'proposals/applicants',
'proposals/applicants/departments',
'proposals/keywords',
'projects',
'projects/participants',
'projects/principalInvestigators',
'projects/participants/departments',
'legalEntities',
'legalEntitiesDepartments',
'legalEntitiesLinks',
'projects/payments',
'projects/reporting/formC',
'projects/reporting/iprs',
'projects/euroSciVocTaxonomy',
'projects/reporting/publications',
'projects/hrpResult',
# 'countries',
# 'eurostatNuts',
# 'calls',
# 'topics',
# 'topicLbDivisions',
# 'typeOfActions',
# 'typeOfActionsAttributes',
# 'proposals',
# 'proposals/applicants',
# 'proposals/applicants/departments',
# 'proposals/keywords',
# 'projects',
# 'projects/participants',
# 'projects/principalInvestigators',
# 'projects/participants/departments',
# 'legalEntities',
# 'legalEntitiesDepartments',
# 'legalEntitiesLinks',
# 'projects/payments',
# 'projects/reporting/formC',
# 'projects/reporting/iprs',
# 'projects/euroSciVocTaxonomy',
# 'projects/reporting/publications',
# 'projects/hrpResult',
'projects/participants/cascadingParticipants',
'projects/cascadingProjects',
# 'projects/innovationRadar',
Expand Down

0 comments on commit 0f575af

Please sign in to comment.