zhengtingxue
zhengtingxue
### Search before asking - [X] I had searched in the [issues](https://github.com/DataLinkDC/dlink/issues?q=is%3Aissue) and found no similar feature requirement. ### Description now,the wechat push url is "https://qyapi.weixin.qq.com" and can not changed,...
### Search before asking - [X] I had searched in the [issues](https://github.com/DataLinkDC/dinky/issues?q=is%3Aissue) and found no similar issues. ### What happened submit job with k8s app ha mode,flink have the same...
hivesql lineage,dialect = hive, when compile insert into znyx.t_cust_tag_rel (source_id,tag_id,cust_type, cust_id,extra_id,extra_info,rec_gen_time,rec_upd_time,data_dt),it throw error, when compile insert into znyx.t_cust_tag_rel,it work well
add support get field list from hive metastore mysql database
is it possible to add global url prefix before http://localhost:9002 such as http://localhost:9002/datahub; i already add play.http.context = "/datahub" conf in application.yml,but assets ,graphql,track url can not get correct data
bad_sql: insert into table a select row_number() over (distribute by a sort by b desc) as sort_id from b;
bad_sql: insert into table table_a select date,time,a,b,c from table_b; but hive exec well
error_sql: insert into a select a,b,c from ( select a,b,c from b order by c desc limit 10 union all select a,b,c from c ) t; succ_sql: insert into a...