I have problem loading multiple files using a query, the issue is with parameter:
LOAD CSV WITH HEADERS
FROM 'https://raw.githubusercontent.com/moxious/COVID-19/master/csse_covid_19_data/csse_covid_19_daily_reports/$file' AS line
WITH coalesce(line....