timifasubaa commented on a change in pull request #5268: [hive-csv] specify hive namespace for tables URL: https://github.com/apache/incubator-superset/pull/5268#discussion_r197327653
########## File path: superset/config.py ########## @@ -314,6 +314,10 @@ class CeleryConfig(object): # contain all the external tables CSV_TO_HIVE_UPLOAD_DIRECTORY = 'EXTERNAL_HIVE_TABLES/' +# The namespace within hive where the tables created from +# uploading CSVs will be stored +UPLOADED_CSV_HIVE_NAMESPACE = 'superset' Review comment: Oops! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
