delphisharp

Results 5 issues of delphisharp

Dear ALL: 目前模型的默认模式名是通过环境变量传递的,我认为实现方法不够python。 所以,我实现了另一种解决方法。 修改 sqllineage/config.py 实现配置项的读取和写入, 读取方法保持和已有方法兼容。 修改 sqllineage/core/models.py 的Schema 类,在每次初始化的时候动态读取配置 修改 sqllineage/runner.py的init方法,传入变量,并在 SQLLineageConfig 赋值 请大家提出意见,谢谢 Currently the default schema name of the model is passed through environment variables,...

fix https://github.com/reata/sqllineage/issues/536 please check . thanks

The local git branch has been corrupted, so new pull ```sql insert into targat select a, b, c from source ``` old result: source.a -> target.a source.b -> target.b source.c...

**Describe the bug** For example: ```python v_sql=""" INSERT OVERWRITE TABLE target SELECT NVL(PROV_CODE,'999') aaa,COUNT(DISTINCT MSISDN) bbb FROM ( SELECT NVL(PROV_CODE,'000') PROV_CODE,A.MSISDN FROM ( SELECT MSISDN FROM ( SELECT MSISDN, BUSI_ID...

bug

**Is your feature request related to a problem? Please describe.** sql: "insert into target select user_id, user_name from source" target's column is id, name column lineage 's target column is...

enhancement