You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: Set param from config #545
redo rebase and clean submit
* fix: misidentify column name as lateral alias (#540)
* fix: misidentify-column-name-as-alias (#539)
* add LATERAL_COLUMN_ALIAS_REFERENCE in SQLLineageConfig
* adjust import order
* add test_column_top_level_enable_lateral_ref_with_metadata_from_nested_subquery
* unknown
* refactor: rebase master and convert LATERAL_COLUMN_ALIAS_REFERENCE to bool type
* refactor: use as few condition as possible: SQLLineageConfig.LATERAL_COLUMN_ALIAS_REFERENCE
* refactor: rebase master and resolve conflict
* refactor: move logic from to_source_columns to end_of_query_cleanup
* refactor: rebase master and fix black format
* docs: LATERAL_COLUMN_ALIAS_REFERENCE how-to guide
* docs: starting version for each config
---------
Co-authored-by: reata <[email protected]>
* feat:SQLLineageConfig supports set value and thread safety
* fix: Fix mypy error
* fix: Fix pytest cov
* fix: Fix the scenario of direct assignment without using with. Add the test of multi-process scenario.
* fix: add SQLLineageConfigLoader set function
* feat: disable setattr for SQLLineageConfig
* feat: make SQLLineageConfig context manager non-reentrant
* feat: disable set unknown config
* feat: access config in parallel
* chore: disable A005 for module name builtin conflict
* refactor: classmethod to staticmethod
---------
Co-authored-by: liuzhou <[email protected]>
Co-authored-by: maoxd <[email protected]>
Co-authored-by: reata <[email protected]>
0 commit comments