Skip to content

Commit 0369446

Browse files
committed
sitemaps
1 parent 77ed209 commit 0369446

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

datapackage_pipelines_migdar/flows/publications.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def one(i):
6060
def get_sheets():
6161
def func(rows):
6262
for row in rows:
63+
print('Attempting with %r' % row)
6364
wb = load_workbook(row['filename'])
6465
for sheet_name in wb.sheetnames:
6566
if 'deleted' in sheet_name.strip().lower():

datapackage_pipelines_migdar/flows/sitemap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def flow(*_):
3535
]
3636
],
3737
DF.concatenate(dict(doc_id=[])),
38-
DF.update_resource(**{'dpp:streaming': True}),
38+
DF.update_resource(-1, **{'dpp:streaming': True}),
3939
registerSiteMaps,
4040
DF.printer()
4141
)

0 commit comments

Comments
 (0)