Skip to content

Commit

Permalink
chore: log URI before downloading data on import (apache#16762)
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida authored and Emmanuel Bavoux committed Nov 14, 2021
1 parent e7a7be8 commit cdf92df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/datasets/commands/importers/v1/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cdf92df

Please sign in to comment.