chore: log URI before downloading data on import (#16762)

This commit is contained in:
Beto Dealmeida
2021-09-21 14:22:37 -07:00
committed by GitHub
parent d375538671
commit 493e804320

View File

@@ -125,6 +125,7 @@ def import_dataset(
table_exists = True
if data_uri and (not table_exists or force_data):
logger.info("Downloading data from %s", data_uri)
load_data(data_uri, dataset, example_database, session)
if hasattr(g, "user") and g.user: