File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,6 @@ def get_workunits(self) -> Iterable[MetadataWorkUnit]:
207
207
lineage_elements : Dict [str , List [str ]] = {}
208
208
# Loop over the lineages in the JSON data.
209
209
for lineage in data :
210
-
211
210
if not self .config .view_pattern .allowed (lineage .dependent_view ):
212
211
self .report .report_dropped (
213
212
f"{ lineage .dependent_schema } .{ lineage .dependent_view } "
@@ -247,8 +246,8 @@ def get_workunits(self) -> Iterable[MetadataWorkUnit]:
247
246
urn = mce_builder .make_dataset_urn (
248
247
"postgres" ,
249
248
self .config .get_identifier (
250
- lineage . dependent_schema ,
251
- lineage . dependent_view ,
249
+ dependent_schema ,
250
+ dependent_view ,
252
251
),
253
252
self .config .env ,
254
253
)
Original file line number Diff line number Diff line change 9
9
username : ${PGUSER}
10
10
password : ${PGPASSWORD}
11
11
12
- view_pattern :
13
- deny :
14
- - " names"
12
+ # view_pattern:
13
+ # deny:
14
+ # - "names"
15
15
16
16
sink :
17
17
type : console
You can’t perform that action at this time.
0 commit comments