Amit Ghosh created ZEPPELIN-2843:
------------------------------------
Summary: Zeppelin removes first underscore from the notebook
Key: ZEPPELIN-2843
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2843
Project: Zeppelin
Issue Type: Bug
Components: Interpreters
Affects Versions: 0.7.2
Reporter: Amit Ghosh
Zeppelin removes first underscore from the notebook. For example: I ran the
given below query using platform 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”
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)