Skip to content

Commit

Permalink
Initial simpledb
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Jun 24, 2024
1 parent 81b336d commit c247933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datapackage_pipelines_budgetkey/pipelines/simpledb/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ def get_flow(table, params):

steps.append(DF.select_fields(field_names))
steps.append(DF.dump_to_path(f'/var/datapackages/simpledb/{table}'))
steps.append(DF.dump_to_sql({table: {'resource-name': table}})
)
steps.append(DF.dump_to_sql({table: {'resource-name': table}}))
return DF.Flow(*steps)

def flow(parameters, *_):
for table, params in PARAMETERS.items():
Expand Down

0 comments on commit c247933

Please sign in to comment.