Shirshanka Das
011e5b97e7
fix(sdk): platform resource - support indexed queries when urns are i… ( #11660 )
2024-10-18 10:12:05 +02:00
Harshal Sheth
d34717fd82
fix(ingest): remove default value from DatahubClientConfig.server ( #11570 )
2024-10-16 13:50:33 -07:00
Shirshanka Das
38ac1007d6
fix(sdk): platform resource api for non existent resources ( #11610 )
2024-10-14 10:25:19 +02:00
david-leifker
d94335f6c2
docs(cypress): Update README.txt ( #11588 )
2024-10-10 16:10:43 -05:00
Harshal Sheth
576ae8a056
fix(cli): update hard delete confirmation message in delete cli ( #11550 )
2024-10-09 21:04:46 +05:30
Shirshanka Das
f3a348a231
sdk(platform-resource): add entity type for ease of use ( #11541 )
2024-10-07 20:30:14 -07:00
david-leifker
4296373c5f
config(rest-api): enable authentication and api authorization by default ( #11484 )
2024-09-27 11:31:25 -05:00
david-leifker
fe12395e8c
build(yarn): increase yarn timeout and version bump ( #11461 )
2024-09-23 19:29:50 -05:00
RyanHolstien
8972270118
fix(changeGenerator): fixes schema change generator corner cases v2 ( #11386 )
2024-09-18 11:19:02 -05:00
david-leifker
c772a8c69a
fix(smoke-test): add wait for sync to smoke-test ( #11405 )
2024-09-17 15:06:29 -05:00
Saketh Varma
728a41e895
fix(timeline api): adding modification category ( #11345 )
...
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2024-09-11 10:33:57 -04:00
Harshal Sheth
80f493acda
fix(smoke): fix timeseries delete test's usage of datahub get
( #11330 )
2024-09-08 06:59:58 -05:00
Pinaki Bhattacharjee
a146ffa32d
chore(vulnerability): Insecure randomness ( #11058 )
...
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2024-09-05 14:36:12 -05:00
david-leifker
ede9520b87
feat(schemaField): populate schemaFields with side effects ( #10928 )
2024-09-04 15:36:12 -05:00
Harshal Sheth
96b075d79f
feat(ingest): add python deps for apk
( #11188 )
2024-09-03 10:53:44 -07:00
Aseem Bansal
15c1cfc386
ci(build): update outdated action & pin deepdiff lib ( #11260 )
2024-08-28 19:53:42 +05:30
Felix Lüdin
ce99bc4f22
feat(ingest): add ingestion source for SAP Analytics Cloud ( #10958 )
...
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2024-08-26 11:29:15 -07:00
John Joyce
7d08ee2ba1
feat(propagation): UI for rendering propagated column documentation ( #11047 )
...
Co-authored-by: Sam Black <sam.black@acryl.io>
Co-authored-by: John Joyce <john@Johns-MBP.lan>
Co-authored-by: John Joyce <john@ip-192-168-1-200.us-west-2.compute.internal>
Co-authored-by: John Joyce <john@Johns-MBP-139.lan>
Co-authored-by: John Joyce <john@Johns-MBP-140.lan>
Co-authored-by: John Joyce <john@Johns-MBP-203.lan>
2024-08-19 20:47:07 -07:00
david-leifker
edb9a87b84
fix(elasticsearch): refactor idHashAlgo setting ( #11193 )
2024-08-16 14:41:44 -05:00
david-leifker
ff955523bb
test(smoke-test): minor update to openapi test ( #11184 )
2024-08-15 10:14:29 -05:00
david-leifker
d36edcace9
test(smoke-test): updates to smoke-tests ( #11152 )
2024-08-13 15:53:23 -05:00
david-leifker
31559147f2
test(openapi): openapi regression smoke tests ( #11143 )
2024-08-12 11:21:40 -05:00
david-leifker
c226883097
feat(entity-client): implement client batch interface ( #11106 )
2024-08-07 15:53:36 -05:00
Kunal-kankriya
900c25986c
test(search): search openAPI v3 test ( #11049 )
2024-08-07 14:54:58 +05:30
Pinaki Bhattacharjee
a5a33f074b
feat(config): support alternate hashing algorithm for doc id ( #10423 )
...
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
Co-authored-by: John Joyce <john@acryl.io>
2024-08-06 13:50:38 -05:00
Shirshanka Das
a734d69a6e
fix(ci): smoke test lint failures ( #11044 )
2024-07-30 16:33:00 -07:00
Shirshanka Das
7d4b645225
fix(models): chart schema fields mapping, add dataHubAction entity, t… ( #11040 )
2024-07-30 23:04:20 +00:00
amit-apptware
d85da39a86
feat(assertion-v2): changed Validation tab to Quality and created new Governance tab ( #10935 )
2024-07-26 17:24:23 -04:00
Harshal Sheth
f816a14a98
fix(ingest): fix graph config loading ( #11002 )
...
Co-authored-by: Pedro Silva <pedro@acryl.io>
2024-07-26 11:15:46 -07:00
Andrew Sikowitz
0274c70292
fix(ui/ingest): Support invalid cron jobs ( #10998 )
2024-07-26 11:10:13 -07:00
Pedro Silva
dd732d0d46
feat(cli): Make consistent use of DataHubGraphClientConfig ( #10466 )
...
Deprecates get_url_and_token() in favor of a more complete option: load_graph_config() that returns a full DatahubClientConfig.
This change was then propagated across previous usages of get_url_and_token so that connections to DataHub server from the client respect the full breadth of configuration specified by DatahubClientConfig.
I.e: You can now specify disable_ssl_verification: true in your ~/.datahubenv file so that all cli functions to the server work when ssl certification is disabled.
Fixes #9705
2024-07-25 19:06:14 +00:00
Aseem Bansal
8b88930fad
fix(ui/ingest): correct privilege used to show tab ( #10483 )
...
Co-authored-by: Kunal-kankriya <127090035+Kunal-kankriya@users.noreply.github.com>
2024-07-22 20:25:12 +05:30
Kunal-kankriya
25dca3736f
fix(smoke-test): fix flakiness of auto complete test
2024-07-08 15:18:25 +05:30
Kunal-kankriya
3f29a0b8a9
fix(smoke-test): missing test for move domain ( #10837 )
2024-07-04 15:20:07 +05:30
ksrinath
ae9f1fb879
fix(smoke-test): test access to create/revoke personal access tokens ( #10848 )
2024-07-04 15:16:14 +05:30
sid-acryl
ec1865c0bf
fix(smoke-test): add suffix in temp file creation ( #10841 )
2024-07-03 10:23:14 -07:00
John Joyce
8d5f0f3b04
refactor(ui): Misc improvements to the setup ingestion flow (ingest uplift 1/2) ( #10764 )
...
Co-authored-by: John Joyce <john@Johns-MBP.lan>
Co-authored-by: John Joyce <john@ip-192-168-1-200.us-west-2.compute.internal>
2024-07-01 16:43:21 -07:00
david-leifker
bffcafbdec
feat(search): adjust search config ( #10774 )
2024-06-25 18:32:01 -05:00
Mayuri Nehate
5735d9ec87
feat(data quality): custom assertions models, graphql, sdk ( #10761 )
2024-06-25 09:16:13 -07:00
david-leifker
333799c338
feat(strucutred-properties): structured properties delete and schema change support ( #10711 )
2024-06-17 19:53:54 -05:00
Davi Arnaut
1ad6746a34
fix(smoke-test): pin requests to 2.31.0 ( #10549 )
2024-05-20 13:32:19 -07:00
Aseem Bansal
71759f969b
feat(ci): add linting for cypress tests ( #10424 )
...
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
Co-authored-by: gaurav2733 <gaurav.wagh@apptware.com>
2024-05-07 14:16:22 +05:30
david-leifker
41fa2595e0
feat(search): autocomplete custom configuration ( #10426 )
2024-05-03 16:13:09 -05:00
John Joyce
ec21b018f1
feat(ui): Adding new analytics charts for new users, top users past month ( #10344 )
...
Co-authored-by: John Joyce <john@Johns-MBP-251.lan>
Co-authored-by: John Joyce <john@ip-192-168-1-200.us-west-2.compute.internal>
2024-04-23 17:43:30 -07:00
gaurav2733
d7cd1fcc1c
feat(ui/tasks): add pagination on tasks listing page ( #10293 )
2024-04-19 10:31:19 -04:00
deepgarg-visa
c35f3602b6
feat(ui/backend/openapi/docs) : Add support for Business Attributes ( #9863 )
...
Co-authored-by: ppurswan <ppurswan@visa.com>
Co-authored-by: PrithviVISA <140717353+PrithviVISA@users.noreply.github.com>
Co-authored-by: aditigup <aditigup@visa.com>
Co-authored-by: Bharti, Aakash <aabharti@visa.com>
Co-authored-by: Singh, Himanshu <hisingh@visa.com>
Co-authored-by: Shukla, Amit <amishukl@visa.com>
Co-authored-by: Kartikey Khandelwal <kakhande@visa.com>
2024-04-15 18:19:21 -05:00
david-leifker
eb3ab37e66
ci(workflow): publish docker from pr with label ( #10193 )
2024-04-04 15:21:44 -05:00
david-leifker
77c4629ccf
refactor(docker): move to acryldata repo for all images ( #9459 )
2024-04-02 09:36:44 -05:00
Harshal Sheth
f0bdc24fc9
feat(ingest/dbt): dbt model performance ( #9992 )
2024-03-26 17:18:54 -07:00
david-leifker
f9e64d03cc
feat(auth): view authorization ( #10066 )
2024-03-23 06:15:36 -05:00