Skip to content

Commit

Permalink
feat(ingestion/redshift): CLL support in redshift (#8921)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddiquebagwan-gslab authored Oct 11, 2023
1 parent dfcea24 commit 10a1904
Show file tree
Hide file tree
Showing 4 changed files with 234 additions and 81 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ class RedshiftConfig(
description="Whether `schema_pattern` is matched against fully qualified schema name `<database>.<schema>`.",
)

extract_column_level_lineage: bool = Field(
default=True, description="Whether to extract column level lineage."
)

@root_validator(pre=True)
def check_email_is_set_on_usage(cls, values):
if values.get("include_usage_statistics"):
Expand Down
Loading

0 comments on commit 10a1904

Please sign in to comment.