mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
chore: log URI before downloading data on import (#16762)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user