Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-2844

Zeppelin removes first underscore from the notebook

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.7.2
    • None
    • Interpreters
    • None

    Description

      Zeppelin removes first underscore from the notebook. For example: I ran the given below query where I used ${bdl_table_schema} = “asda_cdt” , ${category} = “healthcare_medicines” and ${store_dim_country_code} = “GB”.

      create table ${bdl_table_schema}.store_${category}
      as
      select store_nbr,banner_desc,latitude_dgr,longitude_dgr,open_date
      from ww_core_dim_tables.store_dim
      where country_code ='${store_dim_country_code}' and base_div_nbr = 1 and current_ind = 'Y';

      But table created is “storehealthcare_medicines”, which should be “store_healthcare_medicines”

      Am referring to https://github.com/apache/zeppelin/blob/f36b1a1577ccd7dce438cf834985c9d72abca1e3/zeppelin-interpreter/src/main/java/org/apache/zeppelin/display/Input.java
      line number 151.

      Question is why is the first underscore removed? Because its a bug in my case.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              aghosh4 Amit Ghosh
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: