8185 Commits

Author SHA1 Message Date
Andrew Sikowitz
3022c2d12e
feat(ingest/unity): Add qualified name to dataset properties (#8164) 2023-06-05 11:20:13 -07:00
Maggie Hays
257b205305
docs(townhall): feb and march town hall agenda and recording (#7676) 2023-06-05 19:25:13 +05:30
Pedro Silva
8e64fe9caa
fix(docs): Fix ownership type typos (#8155) 2023-06-05 19:22:20 +05:30
mohdsiddique
e7d1b900ec
fix(ingestion/looker): set project-name for imported_projects views (#8086) 2023-06-02 17:04:34 -07:00
Andrew Sikowitz
802c91a0a7
feat(ingest): Create Browse Paths V2 under flag (#8120) 2023-06-02 12:50:38 -07:00
Mayuri Nehate
fe1ff71318
fix(ingest/nifi): allow nifi site url with context path (#8156) 2023-06-02 15:43:33 +02:00
Chris Collins
03ac44c595
fix(ui) Show Entities first on Domain pages again (#8159) 2023-06-01 11:56:44 -04:00
Mayuri Nehate
fb44cbdb15
feat(ingest/snowflake): support for more operation types (#8158) 2023-06-01 15:47:39 +02:00
Harshal Sheth
690ed083d9
feat(ingest): add more fail-safes to stateful ingestion (#8111) 2023-05-31 18:49:48 -07:00
Harshal Sheth
60dd9ef187
fix(ingest): remove original_table_name logic in sql source (#8130) 2023-05-31 15:58:09 -07:00
Joshua Eilers
4ade1311f1
fix(stats): display consistent query count on stats tab (#8151) 2023-05-31 08:33:02 -07:00
Indy Prentice
6c445c891a
fix(lineagecounts) Include entities that are filtered out due to sibling logic in the filtered count of lineage counts (#8152)
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
2023-05-31 09:05:48 -05:00
Aseem Bansal
0b0e4997bf
chore(log): fix log as error instead of info (#8146) 2023-05-31 15:30:50 +05:30
Harshal Sheth
a29b576daa
fix(ingest/json-schema): handle property inheritance in unions (#8121) 2023-05-30 22:59:28 -07:00
RyanHolstien
b42f518255
chore(json): fix json vulnerability (#8150) 2023-05-30 18:50:40 -05:00
RyanHolstien
4f50445d98
fix(scroll): fix scroll cache key for hazelcast (#8149) 2023-05-30 18:50:16 -05:00
Mayuri Nehate
abc2f85331
docs(ingest/nifi): fix broken links (#8143) 2023-05-30 11:04:15 -07:00
Gabe Lyons
bb4a912d9b
feat(search): adding support for _entityType filter in the application layer + frontend (#8102)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
Co-authored-by: Indy Prentice <iprentic@users.noreply.github.com>
2023-05-30 10:21:33 -07:00
Chris Collins
de16bdc2b0
fix(ui) Fix selecting columns in Lineage tab for CLL (#8129) 2023-05-30 11:13:57 -04:00
Tamas Nemeth
d50a99935b
fix(ingest/s3): Path spec aware folder traversal (#8095) 2023-05-30 16:20:49 +02:00
Aseem Bansal
6530a940e1
chore(ci): update base requirements file (#8144) 2023-05-30 16:33:00 +05:30
Gabe Lyons
ada6ea5a45
docs(csv-enricher): add example csv file & recipe (#8141) 2023-05-29 19:02:26 +05:30
Serhii Dimchenko
6adb496581
feat: add dbt-athena adapter support for column types mapping (#8116)
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2023-05-27 09:22:55 -05:00
Indy Prentice
e14d7edd8a
Update updating-datahub.md for v0.10.3 release (#8139) 2023-05-26 13:01:08 -05:00
Pedro Silva
ea92b86e6a
feat(custom ownership): Adds Custom ownership types as a top level entity (#8045)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2023-05-26 17:54:09 +01:00
Mayuri Nehate
3e727c5e9c
docs(glue): fix broken link (#8135)
Co-authored-by: Pedro Silva <pedro@acryl.io>
2023-05-26 09:25:59 -05:00
Aseem Bansal
96f364802b
feat(lineage source): add fine grained lineage support (#7904) 2023-05-26 17:09:32 +05:30
Mayuri Nehate
f2c53a3660
feat(ingest/glue): report glue job lineage failures, update doc (#8126) 2023-05-26 10:30:03 +02:00
Andrew Sikowitz
668a09ffd4
fix(ingest/bigquery): Deduplicate LogEntries based on insertId, timestamp, logName (#8132) 2023-05-25 17:53:47 -07:00
Harshal Sheth
2d442161c4
ci(ingest/kafka): improve kafka integration test reliability (#8085) 2023-05-25 15:40:56 -07:00
Andrew Sikowitz
1478d701ce
fix(ingest): Fix breaking smoke test on stateful ingestion (#8128) v0.10.3 2023-05-25 13:39:43 -05:00
Tamas Nemeth
b216caa83b
fix(ingest/redshift): Fixing Redshift subtypes (#8125) 2023-05-25 19:45:07 +02:00
Vinícius Mello
7059874dec
feat(ingest/bigquery): Add BigQuery Views lineage extraction from Google Data Catalog API (#8100) 2023-05-25 08:37:46 -07:00
Andrew Sikowitz
d3cd4dbb0c
feat(ingest/unity): Allow ingestion without metastore admin role (#8091)
- Adds more detailed docs and connection test
- Fixes empty username queries
2023-05-24 15:36:22 -07:00
Tamas Nemeth
fb087c5e35
fix(ingest/redshift):fixing schema filter (#8119) 2023-05-24 22:35:28 +00:00
Mayuri Nehate
84270bcac8
feat(ingest/nifi): kerberos authentication (#8097)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
Co-authored-by: Andrew Sikowitz <andrew.sikowitz@acryl.io>
Co-authored-by: Indy Prentice <iprentic@users.noreply.github.com>
2023-05-24 15:09:01 -07:00
Andrew Sikowitz
fdbc4de695
refactor(ingest): Call source_helpers via new WorkUnitProcessors in base Source (#8101) 2023-05-24 13:36:19 -07:00
Amanda Hernando
0e0d8934ea
feat(ingest): Add GenericAspectTransformer (#7994)
Co-authored-by: Adrián Pertíñez <khurzak92@gmail.com>
2023-05-24 13:31:33 -07:00
Indy Prentice
c075c5e2df
fix(search): Transform _entityType/index output for scroll across entities as well (#8117)
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
2023-05-24 14:43:00 -05:00
jfrancos-mai
2c4a59b302
fix(ui): Open mailto link in new tab (#7982) 2023-05-24 13:38:37 -04:00
Mayuri Nehate
b3d80e57e8
feat(ingest/bigquery): usage for views (#8046)
Co-authored-by: Tamas Nemeth <treff7es@gmail.com>
Co-authored-by: Andrew Sikowitz <andrew.sikowitz@acryl.io>
2023-05-24 09:48:58 -07:00
Indy Prentice
1f67463778
fix(search): Update _entityType transform logic to work for entities containing _ (#8112)
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
2023-05-24 10:47:19 -05:00
Joshua Eilers
e60b827a50
fix logic for multiple entities found and clean up messy code (#8113) 2023-05-24 08:03:50 -07:00
Mayuri Nehate
798ce3d6c8
feat(classification): configurable sample size (#8096)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2023-05-24 00:07:01 -07:00
Andrew Sikowitz
8357fc8d64
feat(ingest): Browse Path v2 helper (#8012) 2023-05-23 23:46:46 -07:00
Tamas Nemeth
287a292fe7
fix(ingest/redshift): Making Redshift source more verbose (#8109) 2023-05-24 08:19:37 +02:00
pheianox
764e0530fb
docs(readme): adds PITS Global Data Recovery Services to the adopters list (#8080) 2023-05-23 21:13:52 -07:00
Chris Collins
2fe73038d2
feat(ui) Show documentation on Domain pages first (#8110) 2023-05-23 18:14:45 -05:00
Chris Collins
366f518901
docs(): Update updating-datahub.md with breaking changes (#7964) 2023-05-23 13:13:22 -07:00
Harshal Sheth
b0f8c3de1e
refactor(ingest): simplify stateful ingestion provider interface (#8104)
Co-authored-by: Tamas Nemeth <treff7es@gmail.com>
2023-05-23 12:57:57 -07:00