Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • 2.0.0
    • None
    • None

    Description

      The goal is to have much better user experience when user has to fill out the values for config inputs in the UI/ shell client.

      Today there is no way to tell if a input is required or optional. Also the help labels should be more clear in explaining what each of them mean and when their value is not required. We can even group the required ones first and then the optional ones latter

      Similar to

      /**
         * Sqoop will ensure that sensitive information will not be easily
         * accessible.
         *
         * @return True if field is sensitive
         */
        boolean sensitive() default false;
      
        boolean required() default true;
      
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              vybs Veena Basavaraj
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: