3904 Commits

Author SHA1 Message Date
Harshal Sheth
e5d42715f0
fix(build): upgrade vercel builds to Node 20.x (#10890) 2024-07-11 13:23:57 -07:00
sid-acryl
609847fa59
fix(ingestion/looker): Add sqlglot dependency and remove unused sqlparser (#10874) 2024-07-09 12:51:08 -07:00
haeniya
3e86192b29
feat(ingestion/tableau): optionally ingest multiple sites and create site containers (#10498)
Co-authored-by: Yanik Häni <Yanik.Haeni1@swisscom.com>
2024-07-09 11:49:41 -07:00
Tamas Nemeth
d204d5654a
fix(ingestion/spark): Platform instance and column level lineage fix (#10843)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-07-09 13:54:06 +02:00
Shubham Jagtap
b6c7fe8267
refactor(ingestion): remove company domain for security reason (#10839) 2024-07-08 21:15:20 -07:00
Tamas Nemeth
1c8e8c32b5
chore(ingest): Mypy 1.10.1 pin (#10867) 2024-07-08 19:43:45 +02:00
Aseem Bansal
41b9e15235
feat(ingest/audit): add client id and version in system metadata props (#10829) 2024-07-08 09:38:12 -07:00
sid-acryl
43bac365bc
fix(ingestion/lookml): liquid template resolution and view-to-view cll (#10542) 2024-07-08 09:26:39 -07:00
Mayuri Nehate
54b9d98177
ci(ingest): pin dask dependency for feast (#10865) 2024-07-08 18:52:11 +05:30
ipolding-cais
97638c3b9a
fix(ingest/tableau): quote special characters in external URL (#10842) 2024-07-07 21:49:49 -07:00
Mayuri Nehate
6e50bcc7ea
fix(ingest/nifi): remove duplicate upstream jobs (#10849) 2024-07-04 09:27:06 +02:00
John Joyce
fa3e381f83
refactor(ingest): Refactor structured logging to support infos, warnings, and failures structured reporting to UI (#10828)
Co-authored-by: John Joyce <john@Johns-MBP.lan>
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2024-07-03 19:20:58 -07:00
cburroughs
c24d7805bd
chore(ingest): update acryl-datahub-classify version (#10844) 2024-07-03 16:32:46 -07:00
Julien Jehannet
73cdfeb6c2
feat(ingest/glue): add helper method to permit user or group ownership (#10784) 2024-07-03 10:24:41 -07:00
david-leifker
ea6bc61787
fix(ingestion): fix datajob patcher (#10827) 2024-07-03 11:47:08 -05:00
sagar-salvi-apptware
b8af2b9d69
fix(ingestion/glue): ensure date formatting works on all platforms for aws glue (#10836) 2024-07-03 18:05:37 +05:30
Aseem Bansal
e45f7a4167
feat(cli): add more details to get cli (#10815) 2024-07-03 12:25:15 +05:30
skrydal
099021c7a3
feat(ingest/glue): allow ingestion of empty databases from Glue (#10666)
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2024-07-03 11:43:12 +05:30
jordanjeremy
226b059684
fix(ingest): correct profile_day_of_week implementation (#10818) 2024-07-03 11:42:55 +05:30
Chris Collins
b651d81289
feat(SDK) Add StructuredPropertyPatchBuilder in python sdk and provide sample CRUD files (#10824) 2024-07-02 12:39:08 -04:00
dushayntAW
40418d9184
fix(ingestion/unity-catalog): fixed issue with profiling with GE turned on (#10752)
Co-authored-by: Aseem Bansal <asmbansal2@gmail.com>
2024-07-02 15:31:43 +05:30
sagar-salvi-apptware
640d42dc65
feat(ingest/transformer): tags to terms transformer (#10758)
Co-authored-by: Aseem Bansal <asmbansal2@gmail.com>
2024-07-02 15:30:05 +05:30
Ellie O'Neil
2d453c8eb2
docs(ingest): add business glossary examples (#9851) 2024-07-01 17:56:25 -04:00
Chris Collins
6745dfb45e
feat(SDK) Add FormPatchBuilder in python sdk and provide sample CRUD files (#10821) 2024-07-01 17:48:09 -04:00
sid-acryl
3e4749624f
feat(ingest/lookml): ingest field tags (#10792)
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2024-07-01 11:15:51 -07:00
Oleksandr Simonchuk
8b4e302881
feat(ingest): add and use file system abstraction in file source (#8415)
Co-authored-by: oleksandrsimonchuk <oleksandr.si@appsflyer.com>
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
Co-authored-by: Tamas Nemeth <treff7es@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-07-01 10:47:07 -07:00
Mayuri Nehate
b6ec52bf5c
docs(classification): correct the casing for full name infotype (#10782) 2024-07-01 10:45:25 -07:00
Tim Drahn
93616f7869
fix(ingestion): ingest emails as empty if no ldap attribute (#9433)
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2024-07-01 11:53:41 +05:30
Teppo Naakka
b223281305
feat(ingest/powerbi): powerbi dataset profiling (#9355) 2024-06-28 14:50:08 -07:00
Harshal Sheth
62e6b7ff78
fix(ingest/snowflake): fix error case in column lineage (#10808) 2024-06-28 12:47:59 -07:00
Harshal Sheth
65a1dd1d82
fix(ingest/snowflake): add limits on tables/columns/queries in lineage (#10804) 2024-06-27 18:54:34 -07:00
Harshal Sheth
f4be88d0a9
feat(ingest): set pipeline name in system metadata (#10190)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2024-06-27 15:00:35 -07:00
pie1nthesky
5e9afc6d28
fix(ingest/pipeline): catch pipeline exceptions (#10753)
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2024-06-27 13:03:36 -07:00
Harshal Sheth
fa2ab1bcee
fix(ingest): add status aspect to dataProcessInstance (#10757) 2024-06-27 12:07:28 -07:00
Harshal Sheth
d63f25faa8
fix(ingest/looker): prevent bad input fields (#10785) 2024-06-27 11:12:01 -07:00
Ellie O'Neil
1ae5bfc1b8
refactor(tags): Use TagUrn class when generating urn (#10786)
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2024-06-27 18:00:22 +00:00
Harshal Sheth
45a8cc9ecf
feat(ingest): bump sqlglot (#10770) 2024-06-26 14:31:57 -07:00
Harshal Sheth
0d677e4992
fix(ingest/snowflake): fix column batcher (#10781) 2024-06-25 22:21:54 -07:00
Harshal Sheth
724907b8f4
feat(ingest): add async batch mode to the rest sink (#10733) 2024-06-25 15:49:00 -07:00
Harshal Sheth
0dc0bc5761
feat(ingest/snowflake): performance improvements (#10746) 2024-06-25 14:46:55 -07:00
Harshal Sheth
c6f2839650
fix(ingest): use more aggressive errors with sqlglot (#10769) 2024-06-25 13:27:42 -07:00
John Joyce
0527a57617
feat(docs): Adding docs for custom assertion reporting APIs (WIP) (#10656)
Co-authored-by: John Joyce <john@ip-192-168-1-200.us-west-2.compute.internal>
Co-authored-by: John Joyce <john@Johns-MBP.lan>
2024-06-25 13:11:56 -07:00
Mayuri Nehate
5735d9ec87
feat(data quality): custom assertions models, graphql, sdk (#10761) 2024-06-25 09:16:13 -07:00
Hyejin Yoon
49d1233403
docs: merge cli guide (#10464)
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2024-06-25 00:28:38 +00:00
Eric L (CCCS)
79ba0b1720
fix(ingest/iceberg): add support for nested dictionaries when configuring pyiceberg (#10762) 2024-06-21 14:38:01 -07:00
ethan-cartwright
b3dccb0b35
fix(bigquery): use get() instead of hassattr for view labels (#10756)
Co-authored-by: Ethan Cartwright <ethan.cartwright@acryl.io>
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2024-06-20 13:56:07 -07:00
Aseem Bansal
f581f70c93
fix(ingest/tableau): warn with better error message (#10749) 2024-06-20 16:56:53 +05:30
pie1nthesky
dfd5bcf5dd
fix(ingest/logging): fix excessive ingestion logging (#10735) 2024-06-19 16:27:39 +05:30
Harshal Sheth
c2b6272730
feat(ingest/snowflake): log queries at info level (#10745) 2024-06-18 15:16:20 -07:00
Harshal Sheth
f1e5a4757c
fix(ingest/dbt): support emitting only model performance (#10714) 2024-06-18 10:31:19 -07:00