Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-12625 Support catalogs in SQL Client
  3. FLINK-12964

add commented-out defaults to sql client yaml file to make it easier for users to adopt

    XMLWordPrintableJSON

Details

    Description

      Add defaults for catalogs, similar to existing defaults of tables and functions, e.g.

      
      tables: [] # empty list
      # A typical table source definition looks like:
      # - name: ...
      #   type: source-table
      #   connector: ...
      #   format: ...
      #   schema: ...
      
      # A typical view definition looks like:
      # - name: ...
      #   type: view
      #   query: "SELECT ..."
      
      # A typical temporal table definition looks like:
      # - name: ...
      #   type: temporal-table
      #   history-table: ...
      #   time-attribute: ...
      #   primary-key: ...
      
      #==============================================================================
      # User-defined functions
      #==============================================================================
      
      # Define scalar, aggregate, or table functions here.
      
      functions: [] # empty list
      # A typical function definition looks like:
      # - name: ...
      #   from: class
      #   class: ...
      #   constructor: ...
      

      Attachments

        Issue Links

          Activity

            People

              phoenixjiangnan Bowen Li
              phoenixjiangnan Bowen Li
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m