-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ingest/ruff): added flake8-comprehensions to ruff
- Loading branch information
1 parent
aff5e16
commit a29183c
Showing
699 changed files
with
13,432 additions
and
7,876 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,9 +88,9 @@ def create_owner_entity_mce(owner: str) -> MetadataChangeEventClass: | |
displayName=owner, | ||
fullName=owner, | ||
email=f"{clean_name}[email protected]", | ||
) | ||
), | ||
], | ||
) | ||
), | ||
) | ||
|
||
|
||
|
@@ -111,9 +111,9 @@ def create_ownership_aspect_mce(directive: Directive) -> MetadataChangeEventClas | |
time=int(time.time() * 1000), | ||
actor="urn:li:corpuser:datahub", | ||
), | ||
) | ||
), | ||
], | ||
) | ||
), | ||
) | ||
|
||
|
||
|
@@ -133,10 +133,10 @@ def create_lineage_aspect_mce(directive: Directive) -> MetadataChangeEventClass: | |
), | ||
) | ||
for upstream in directive.depends_on | ||
] | ||
) | ||
], | ||
), | ||
], | ||
) | ||
), | ||
) | ||
|
||
|
||
|
@@ -145,7 +145,7 @@ def create_global_tags_aspect_mce(directive: Directive) -> MetadataChangeEventCl | |
proposedSnapshot=DatasetSnapshotClass( | ||
urn=dataset_name_to_urn(directive.table), | ||
aspects=[GlobalTagsClass(tags=[])], | ||
) | ||
), | ||
) | ||
|
||
|
||
|
@@ -166,9 +166,9 @@ def create_editable_schema_info_aspect_mce( | |
actor="urn:li:corpuser:datahub", | ||
), | ||
editableSchemaFieldInfo=[], | ||
) | ||
), | ||
], | ||
) | ||
), | ||
) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.