Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-49741

Sidebar not refreshed after creating tabular view

    XMLWordPrintable

Details

    Description

      Running the following DDL

      create or replace analytics view `travel-sample`.inventory.airport_view(
            airport_iata_code string not unknown, 
            airport_icao_code string, 
            airport_name string, 
            city string, 
            country string, 
            tz string, 
            airport_geo_lat double, 
            airport_geo_lon double,
            airport_geo_alt bigint)
          default null
          primary key (airport_iata_code) not enforced
        as 
          select
            faa as airport_iata_code, 
            icao as airport_icao_code,  
            airportname as airport_name, 
            city, country, tz, 
            geo.lat as airport_geo_lat, 
            geo.lon as airport_geo_lon, 
            geo.alt as airport_geo_alt
          from `travel-sample`.inventory.airport
      

      on the web console does not refresh the sidebar.

       

      Attachments

        For Gerrit Dashboard: MB-49741
        # Subject Branch Project Status CR V

        Activity

          People

            umang.agrawal Umang
            till Till Westmann
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty