Esteban Gutierrez
8a17ba14d6
fix(): Fixes multiple minor security vulnerabilities ( #13222 )
...
bug(snappy): Make sure right snappy version is installed
fix(docker): update Dockerize to version v0.9.3
fix(gms): fixes dgraph4j netty deps
fix(docker): remove SGID on /home/datahub and /home/datahub-integration
fix(datahub-actions): bump setuptools and wheel version
fix(docker): update c-ares version
fix(docker): datahub-actions addendum
2025-04-21 16:39:26 -05:00
Harshal Sheth
b75dbaa3a1
feat(ci): make datahub-actions docker build standalone ( #13241 )
2025-04-17 08:51:46 +02:00
Harshal Sheth
8df235a40c
fix: more Python dockerfile refactoring ( #13180 )
2025-04-11 14:57:49 -07:00
Harshal Sheth
dd3aff90a0
fix(ci): enforce docker snippet validation in CI ( #13163 )
2025-04-09 22:49:59 -07:00
Harshal Sheth
275535d4d3
feat: start removing ingestion-base image ( #13146 )
2025-04-09 11:53:34 -07:00
Harshal Sheth
a8d6c54965
feat(sdk): move version info to dedicated file ( #12456 )
2025-01-24 11:35:39 -08:00
Harshal Sheth
c4bc34f9ff
feat(build): remove base-requirements.txt ( #11238 )
...
Co-authored-by: David Leifker <david.leifker@acryl.io>
2024-08-29 22:34:00 -05:00
david-leifker
2066f1f625
feat(ingestion-base): convert to ubuntu image ( #11263 )
2024-08-28 17:18:41 -05:00
Aseem Bansal
082ef5b351
build: fix docker warnings ( #11163 )
2024-08-14 14:23:11 +05:30
Renan F. Lima
2336207a2a
fix(ingest): fix oracle cronjob ingestion ( #11001 )
...
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2024-07-31 15:06:19 -05:00
skrydal
67b67f77b7
feat(ingestion): Add -e
flag to uv
command in ingestion Dockerfiles ( #10114 )
...
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2024-04-09 18:42:44 -07:00
Harshal Sheth
05593f443e
feat(docker): respect pip mirrors with uv ( #9963 )
2024-02-29 18:05:14 -08:00
Harshal Sheth
02f41b74b6
feat(ingest): use uv
for python package installs ( #9885 )
2024-02-26 15:02:47 -08:00
david-leifker
943bb57cbc
feat(backend): structured properties and forms ( #9626 )
...
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
Co-authored-by: RyanHolstien <RyanHolstien@users.noreply.github.com>
2024-01-22 11:46:04 -06:00
noggi
193d1464a6
Fix downstream CI issue ( #9479 )
2023-12-18 14:06:17 -08:00
Hendrik Richert
966cb175f7
feat(dev): Make repositories configurable for enterprise developers ( #9230 )
...
Co-authored-by: Hendrik Richert <hendrik.richert@swisscom.com>
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2023-11-28 14:52:11 -06:00
david-leifker
ff90fb633d
fix(datahub-ingestion): prevent transitive deps, bump addtional pyspa… ( #9233 )
2023-11-13 16:26:53 -06:00
david-leifker
ebd2e2312b
fix(datahub-ingestion): remove old jars, sync pyspark version ( #9217 )
2023-11-10 22:10:00 -06:00
Harshal Sheth
ed1d35c79b
fix(build): run codegen when building datahub-ingestion image ( #8869 )
2023-09-25 23:10:49 -05:00
Harshal Sheth
f7fee743bf
fix(ingest): use epoch 1 for dev build versions ( #8824 )
2023-09-12 13:11:01 -07:00
david-leifker
68ae3bfc26
fix(spark-test): upgrade gradle and fix spark smoke test ( #8777 )
2023-09-07 20:17:50 -05:00
david-leifker
655914841b
fix(docker): misc docker fixes ( #8677 )
2023-08-22 10:38:08 +05:30
david-leifker
40caf35812
feat(datahub-ingestion): refactor datahub ingestion slim images ( #8515 )
2023-08-17 10:40:17 +05:30
david-leifker
0a9dc73402
build(docker): metadata-ingestion images build and add slim version ( #7412 )
2023-03-20 18:06:35 -05:00
Peter Szalai
732c837e67
fix(htrace): remove htrace jar ( #7126 )
2023-01-24 19:43:34 -08:00
Harshal Sheth
8c14dfc617
ci: fix ingestion gradle retry ( #6752 )
2022-12-13 20:16:59 -05:00
Harshal Sheth
ab24379def
build: add retries to gradle wrapper download in ingestion docker ( #6704 )
2022-12-08 22:37:29 -05:00
Harshal Sheth
2cb1e6576d
fix(ingest): add alias for bigquery-beta ( #6521 )
2022-11-22 14:15:20 -05:00
leifker
203a6ff57b
refactor(java11) - convert most modules to java 11 ( #5836 )
...
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-09-25 08:39:22 -07:00
Harshal Sheth
762bcbb168
chore(docker): make curl/wget commands quiet in docker ( #5819 )
2022-09-04 22:39:08 -07:00
Aseem Bansal
9fca5277dc
fix(build): tweak ingestion build ( #5374 )
2022-07-12 12:37:47 +05:30
Aseem Bansal
b73477f31e
feat(build): reduce build time for ingestion image ( #5225 )
2022-06-29 15:26:12 +05:30
Harshal Sheth
0171735ae0
feat(build): include correct version in metadata-ingestion docker image ( #3857 )
2022-01-10 15:38:19 -08:00
Dexter Lee
7ebdc15137
fix(docker): codegen before building docker image for ingestion ( #3342 )
2021-10-08 11:57:00 -07:00
Seref Acet
640920d7c5
fix(ingest): Fix sasl exception for hive ingestion ( #3326 )
2021-10-04 22:07:41 -07:00
Dexter Lee
940cbb14ca
fix(docker): pin setuptools version in docker ingestion build ( #3214 )
2021-09-08 17:07:01 -07:00
Harshal Sheth
2123c8b6d7
fix(ingest): exclude mssql-odbc from "all" extra ( #2660 )
2021-06-07 14:00:35 -07:00
Harshal Sheth
7d02313a2a
fix(ingest): use python extras in docker image ( #2226 )
2021-03-11 16:30:38 -08:00
Harshal Sheth
6a8fca59f1
feat(ingest): use plugin system based on Python extras ( #2224 )
2021-03-11 13:41:05 -08:00
Harshal Sheth
410b823be9
build(ingest): use multi-stage docker build for datahub-ingestion ( #2159 )
2021-03-02 14:51:59 -08:00
Harshal Sheth
9e73794022
ci(ingest): setup docker container for metadata ingestion ( #2150 )
2021-03-01 17:36:38 -08:00