3904 Commits

Author SHA1 Message Date
Harshal Sheth
849e2c1db1
fix(ingest): fix UnboundLocalError in dataproduct transformer (#11528) 2024-10-07 09:40:03 +02:00
Mayuri Nehate
364496c3d7
fix(ingest/sigma): handle members api paginated response (#11535) 2024-10-04 11:32:57 -07:00
david-leifker
04349cb9cd
feat(bootstrap): bootstrap template mcps (#11518) 2024-10-04 11:57:42 -05:00
skrydal
134ad21afe
fix(ingestion/nifi): Fix for incremental lineage ingestion for nifi (#11517) 2024-10-04 17:29:06 +05:30
sagar-salvi-apptware
107cd6484a
fix(ingest/looker) : Handle DeserializeError to improve error reporting. (#11457)
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2024-10-03 14:44:21 -07:00
Bumyu
44645b9650
fix(ingest/elasticsearch): detect sub-properties in 'nested' type mapping (#11338)
Co-authored-by: Lawrence De Spiegeleire <lawrence.despiegeleire@pauwelconsulting.com>
2024-10-01 20:59:37 -07:00
skrydal
e1514d5e8e
fix(ingestion/nifi): Improve nifi lineage extraction performance (#11490) 2024-10-01 21:51:00 +02:00
sagar-salvi-apptware
660fbf8e57
fix(ingestion/transformer): Add container support for ownership and domains (#11375) 2024-10-01 11:39:07 -07:00
sid-acryl
67d7116055
fix(ingest/lookml): missing lineage for looker template -- if prod (#11426) 2024-10-01 11:26:00 -07:00
Martin Thøgersen
0187fc6c0f
feat(ingest/elasticsearch): add api_key auth (#11475) 2024-09-29 15:26:40 -07:00
Mayuri Nehate
efcc918cfe
fix(ingest/bigquery): optimise queries v2 session processing (#11492)
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2024-09-29 15:26:11 -07:00
Harshal Sheth
07034caf09
feat(ingest): support DATAHUB_INCLUDE_ENV_IN_CONTAINER_PROPERTIES (#11476) 2024-09-27 10:24:22 -07:00
Jonny Dixon
a8e6a06ea4
docs(ingest/dbt): update run result paths examples (#11138) 2024-09-27 10:11:06 -07:00
haeniya
99bfcefb72
feat(ingestion/tableau): introduce project_path_pattern (#10855)
Co-authored-by: Yanik Häni <Yanik.Haeni1@swisscom.com>
2024-09-27 09:46:39 -07:00
Mayuri Nehate
1a73c664f0
feat(ingest/databricks): add usage perf report (#11480) 2024-09-27 09:46:22 -07:00
david-leifker
4296373c5f
config(rest-api): enable authentication and api authorization by default (#11484) 2024-09-27 11:31:25 -05:00
Mayuri Nehate
6a58493011
fix(ingest/bq): do not query PARTITIONS for biglake tables (#11463) 2024-09-27 16:46:37 +05:30
sagar-salvi-apptware
68fb97f7f1
fix(ingest/openapi): update recipe for DataHub OpenAPI with url_complement and bearer token (#10980) 2024-09-25 16:54:13 -07:00
Harshal Sheth
f8535c00c5
fix(ingest): include platform instance in looker usage urns (#11469) 2024-09-25 15:39:11 -07:00
Harshal Sheth
d754650875
feat(ingest/dbt): produce multiple assertions for multi-table dbt tests (#11451) 2024-09-25 13:10:11 -07:00
Harshal Sheth
ba9bfa0613
feat(ingest/dbt): speed up dbt CLL with node_name_patterns (#11450) 2024-09-25 13:09:05 -07:00
Mayuri Nehate
506d7a63bb
fix(ingest): do not cache temporary tables schema resolvers (#11432) 2024-09-24 09:30:39 -07:00
sid-acryl
59b21ac24f
fix(ingestion/looker): skip personal folder independent looks (#11415) 2024-09-24 20:31:06 +05:30
Harshal Sheth
32c870244e
fix(ingest/dbt): allow custom owner types for dbt meta (#11460) 2024-09-23 19:57:30 -07:00
sagar-salvi-apptware
d696dbef10
fix(ingest/mode): add connection timeouts to avoid RemoteDisconnected errors (#11245) 2024-09-23 12:28:30 -07:00
Andrew Sikowitz
3c1dcf99b0
fix(ingest/sqlglot): Make detach_ctes more robust (#11449) 2024-09-23 11:42:55 -07:00
sid-acryl
9fb2df11f3
fix(ingest): sort by last modified not working in the UI (#11343) 2024-09-23 10:06:05 -07:00
Harshal Sheth
1bea570b8d
docs(ingest): add docs on pydantic compatibility (#11423) 2024-09-20 13:22:15 -07:00
Harshal Sheth
ce0e9e2fb9
feat(ingest/sink): report datahub-rest sink mode (#11422) 2024-09-20 13:21:55 -07:00
sid-acryl
9eefedfdc0
fix(ingest/dbt): fix dbt catalog version check (#11350)
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2024-09-19 22:42:27 -07:00
Harshal Sheth
aec5e1b249
fix(ingest/dbt): handle null index values (#11433) 2024-09-19 16:05:44 -07:00
Harshal Sheth
7713ea56dd
feat(ingest): add get_entity_as_mcps method to client (#11425) 2024-09-19 08:22:50 -07:00
Andrew Sikowitz
3e3a05f09c
test(ingest/mcp_diff): Fallback to overwriting file on more complicated diffs (#11407)
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2024-09-18 16:40:08 -07:00
Tamas Nemeth
dea2ef00c4
feat(ingest/gc): Add dry run mode to gc recipe (#11413) 2024-09-18 13:43:22 +02:00
Sergio Gómez Villamor
31edb46dbc
feat(ingestion): adds env property in ContainerProperties (#11214)
Co-authored-by: siladitya2 <siladitya2@gmail.com>
2024-09-18 14:56:52 +05:30
Tamas Nemeth
e7a3890943
feat(ingest/gc): Add dataflow and soft deleted entities cleanup (#11102) 2024-09-18 10:01:16 +02:00
Gabe Lyons
7ab212dce5
fix(docs): Fix typo in bigquery permissions error (#11401) 2024-09-17 15:07:08 -07:00
Harshal Sheth
1d83131601
fix(ingest/airflow): simplify env configuration (#11371) 2024-09-17 12:54:03 -07:00
Harshal Sheth
eb36a68173
fix(ingest): override setdefault in file-backed dict (#11359) 2024-09-17 09:32:41 -07:00
Harshal Sheth
38bcd9c381
feat(ingest): default to ASYNC_BATCH mode in datahub-rest sink (#11369) 2024-09-17 07:11:58 +01:00
Alisa Aylward
adc6b90363
fix(ingest/snowflake): Update snowflake_utils.py to account for iceberg tables (#11384) 2024-09-16 18:19:56 -07:00
Harshal Sheth
49a51be7aa
feat(ingest): report ingest run for sample data (#11329) 2024-09-16 14:56:10 -07:00
Aseem Bansal
d82e4782c2
fix(ingest/nifi): add error handling for version (#11385) 2024-09-16 10:15:53 -07:00
Harshal Sheth
b35e3db0b1
feat(ingest/dbt): add only_include_if_in_catalog flag for dbt core (#11314) 2024-09-13 15:20:00 -07:00
Harshal Sheth
2a0d14e2f5
feat(ingest): make default rest sink mode env-configurable (#11335) 2024-09-12 14:26:46 -07:00
Harshal Sheth
3755731f0e
chore(ingest): improve code formatting (#11326) 2024-09-11 10:48:57 -07:00
sid-acryl
920a6ce9b1
fix(ingest/databricks): use latest report message format for warning messages (#11319)
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2024-09-11 10:48:21 -07:00
Mayuri Nehate
325a608cc5
fix(ingest): followup on bigquery queries v2 ordering (#11353) 2024-09-11 10:47:21 -07:00
Harshal Sheth
311ea10833
feat(ingest): maintain ordering in file-backed dict (#11346) 2024-09-10 13:53:38 -07:00
Ellie O'Neil
80970b17b6
docs(data product): Update example and docs (#11032) 2024-09-10 15:52:15 -05:00