betodealmeida commented on a change in pull request #13871:
URL: https://github.com/apache/superset/pull/13871#discussion_r604334506



##########
File path: superset/examples/big_data.py
##########
@@ -68,3 +70,7 @@ def load_big_data() -> None:
     ]
     for i in range(1000):
         add_data(columns=columns, num_rows=10, table_name=f"small_table_{i}")
+
+    print("Creating table with long name")
+    name = "".join(random.choices(string.ascii_letters + string.digits, k=64))

Review comment:
       I don't think it's possible to import the `get_random_string` function 
here, so are you suggesting moving it outside the `tests/` directory and 
reusing it both here and in the test?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to