mistercrunch commented on a change in pull request #5809: fix superset 
export_datasources command in python3 failed
URL: 
https://github.com/apache/incubator-superset/pull/5809#discussion_r214963573
 
 

 ##########
 File path: superset/cli.py
 ##########
 @@ -268,7 +268,7 @@ def import_datasources(path, sync, recursive=False):
     '--datasource-file', '-f', default=None,
     help='Specify the the file to export to')
 @click.option(
-    '--print', '-p',
+    '--print-stdout', '-p',
 
 Review comment:
   Why changing this? It seems to change the option for no good reason. If 
someone out there has written a shell script with `--print` it won't trigger 
the option anymore.

----------------------------------------------------------------
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]

Reply via email to