Skip to content

Commit

Permalink
typo!
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Jun 27, 2024
1 parent ab6e662 commit 8fb8b53
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 @@ -471,7 +471,7 @@ def debug_source(source, debug):
sample_values=['מ. א. מנשה', 'שירותי בריאות כללית', 'עירית אשקלון', 'מעון שירת הרך בע"מ'],
type='string',
default=lambda row: row.get('entity_name', row.get('recipient')),
fiilter=lambda x: x is not None
filter=lambda x: x is not None
),
dict(
name='recipient_entity_id',
Expand Down Expand Up @@ -554,7 +554,7 @@ def get_flow(table, params, debug=False):

steps.append(DF.select_fields(field_names))
if not debug:
steps.append(print_descriptor)
# steps.append(print_descriptor)
steps.append(DF.dump_to_path(f'/var/datapackages/simpledb/{table}'))
steps.append(DF.dump_to_sql({table: {'resource-name': table}}))
else:
Expand Down

0 comments on commit 8fb8b53

Please sign in to comment.