2511 Commits

Author SHA1 Message Date
Matt
9fdda91f12
Fix description for User.NationalId tag (#2497) 2022-01-30 06:45:29 -08:00
Pere Miquel Brull
edea57b4ad
Add env vars for host and port + verbosity (#2490) 2022-01-29 16:02:36 -08:00
Matt
a82952f5d9
Reorganize docs (#2495)
* Reorganize docs

* Move UX Style guide to parent directory
2022-01-29 13:38:54 -08:00
Sriharsha Chintalapani
f6ac393007
Issue #2492: Improve messaging on docker command (#2493)
* Issue #2492: Improve messaging on docker command

* Issue #2492: Improve messaging on docker command
2022-01-29 09:47:21 +05:30
Alberto Miorin
0169e51ea8
Update CatalogGenericExceptionMapper.java (#2313) 2022-01-28 18:46:08 +01:00
Vivek Ratnavel Subramanian
52ec2e3ad1
Fix #2478: Update the auth header to Authorization Bearer for JWT token (#2483)
* Fix #2478: Update the auth header to Authorization Bearer for JWT token
2022-01-27 23:58:54 -08:00
Suresh Srinivas
2c6f6cb908
Fixes #2484 Move some of the repeated POST tests to base test class (#2485) 2022-01-27 20:34:46 -08:00
Teddy
4f3e330dd8
Issue 997-01 (#2476)
* Fix linting

* Fixed pyformat errors

* Address comments from PR review

* Added back phony in makefile

* Added back comment
2022-01-27 18:45:45 -08:00
Suresh Srinivas
10a94b265c
Fixes #2480 - Clean up create methods in entity resources tests (#2481) 2022-01-27 16:29:43 -08:00
Ayush Shah
3a6217a7e9
Fixed data profiling and raw data type issue (#2474)
* Fixed data profiling and raw data type issue

* Update metadata_rest.py

* Update sql_source.py
2022-01-27 18:59:35 +05:30
Mayur Singal
a8bdf844dd
make black (#2475)
Co-authored-by: Mayur SIngal <mayursingal@Mayurs-MacBook-Pro.local>
2022-01-27 18:58:30 +05:30
Akash Jain
8db5281f30
Added feature videos and change-logs for release 0.8.0 (#2471) (#2472)
Co-authored-by: darth-coder00 <86726556+darth-coder00@users.noreply.github.com>
2022-01-27 15:02:50 +05:30
Sriharsha Chintalapani
c36ae72ccd
Issue #2462: Fix profiler group_by query (#2463) 2022-01-27 14:26:32 +05:30
Akash Jain
48c1ad63c4
fix: ElasticSearch and Ingestion connectivity from openmetadata post soft link (#2470)
* soft linked openmetadata.yaml

* quick fix for ingestion and elasticsearch connect from server
2022-01-27 13:55:54 +05:30
Akash Jain
59aa59e284
soft linked openmetadata.yaml (#2469) 2022-01-27 13:07:10 +05:30
Vivek Ratnavel Subramanian
aaf1dbede1
Fix #2464: PipelineRepository throws NPE when description is updated (#2465)
* Fix #2464: PipelineRepository throws NPE when description is updated
2022-01-26 21:45:31 -08:00
Sriharsha Chintalapani
c529465c60
Issue #2466: Slack: support description change events at column level (#2467) 2022-01-26 21:11:15 -08:00
Sriharsha Chintalapani
4cd5c2bea2
Issue #2457: remove logging utils (#2458) 2022-01-26 10:26:17 -08:00
darth-coder00
5ff7e3ae64
Fix: #2459 No spaces in auto generated ingestion names (#2461)
* Fix: #2459 No spaces in auto generated ingestion names

* Validating Ingestion name in Ingestion modal
2022-01-26 10:25:46 -08:00
parthp2107
6827297f37
UI doc (#2454)
* GitBook: [#1] Addressed npm to yarn changes

* GitBook: [#2] Minor changes

* backend doc path change
2022-01-26 18:39:16 +05:30
Sachin Chaurasiya
2d43b208c0
Fix: Fixed #2443 Support associating a role for a given user. (#2452)
* Fix: Fixed #2443 Support associating a role for a given user.

* Minor fix
2022-01-26 18:05:08 +05:30
Shailesh Parmar
26b24a457a
handle error for delete api for services page (#2449)
* handle error for delete api for services page

* add ui changes for notification when no connection details are available

* error handle for add edit delete ingestion
2022-01-26 17:56:17 +05:30
darth-coder00
f8a49b31d4
Fixed #2407, #2303, Entity name in versions (#2451)
* Fix: #2407 and Entity name in versions

* Fix: #2303 Login page changes
2022-01-26 16:55:36 +05:30
Ayush Shah
02f3678f2a
Fixed Mysql profiler + removed additional dependency for profiler (#2447)
* Fixed Mysql profiler + removed additional dependency for profiler

* Update sql_source.py

* Update sql_source.py

* Update setup.py
2022-01-26 16:45:28 +05:30
Sachin Chaurasiya
428479013c
Fix: Fixed #2430 Enable manual lineage even when the lineage is not available. (#2450)
* Fix: Fixed #2430 Enable manual lineage even when the lineage is not available.

* Added support for deleted entity.
2022-01-26 16:07:22 +05:30
Akash Jain
20309cde64
fix:cherry pick from 0.8.0 and miscellaneous fixes (#2445)
* updating ingestion-core version to 0.8.0

* updating ingestion version to 0.8.0

* fixing file copy path

* update docker images to point to 0.8.0

* set up new release version

* reset ingestion version to 0.9.0.dev0

* reset ingestion-core version to 0.9.0
2022-01-26 14:00:27 +05:30
Matt
76e1b2e696
Add UpdateLineage in rule (#2442) 2022-01-26 12:42:24 +05:30
Sriharsha Chintalapani
76f1db95b9
Fix #2439: Slack Event publisher do not throw errors when an event unpublished , fix bug for entity created events (#2440) 2022-01-25 20:47:40 -08:00
Vivek Ratnavel Subramanian
b18762cfc6
Fix #1941: Pipeline tasks description is not getting updated (#2431)
* Fix #1941: Pipeline tasks description is not getting updated
2022-01-25 18:56:37 -08:00
darth-coder00
a8297d3a71
Fix: #2367, #2358, #2356, #2396, #2391 (#2429) 2022-01-26 01:03:27 +05:30
Pere Miquel Brull
548a82aa22
[issue-2384] - Entity version return body (#2428) 2022-01-25 11:18:24 -08:00
parthp2107
3988d63ea5
updated json schema documentation (#2401) 2022-01-25 08:49:15 -08:00
Mayur Singal
cfca795edf
ISSUE-2422: Handled None datatype (#2423)
Co-authored-by: Mayur SIngal <mayursingal@Mayurs-MacBook-Pro.local>
2022-01-25 08:42:37 -08:00
Sachin Chaurasiya
c3fc763bdd
Fixing name issue for lineage node. (#2427) 2022-01-25 21:59:34 +05:30
darth-coder00
28f5b7e764
Fix: #2298 (#2425)
* Fixed #2298

* Added carousal contents
2022-01-25 21:04:32 +05:30
darth-coder00
04d23acf93
Fix: Added UI support for deleted entity versions (#2424)
* Added UI version support for deleted entities

* Added deleted entity UI changes for versions page
2022-01-25 20:12:36 +05:30
darth-coder00
e7e5a4dd2c
Addressing service page changes (#2421)
* Addressing service page changes

* Reverting unnecessary change

* Minor change
2022-01-25 18:41:17 +05:30
Sachin Chaurasiya
3aefe3636b
Fix: Fixed #2390 and #2418 UI Lineage Issue. (#2420)
* Fix: Fixed #2390 and #2418 UI Lineage Issue.

* Minor fix
2022-01-25 18:41:00 +05:30
Sachin Chaurasiya
b01adc695f
Fix :#2174 Add account profile page for logged in user. (#2400) 2022-01-25 18:35:56 +05:30
Alberto Miorin
4aa8f9b8e2
Fix #2414: AirflowPipeline is storing the service in the entity_relationship and in the json column of airflow_pipeline_entity (#2415) 2022-01-25 11:56:32 +01:00
Matt
c092b03171
Add RBAC for UpdateLineage MetadataOperation (#2406) 2022-01-25 02:11:37 -08:00
Sriharsha Chintalapani
b47f49e418
Fix #2403: Add support for deleted entities to be published into Slack Events (#2404)
* Fix #2403: Add support for deleted entities to be published into Slack Events

* Fix #2403: Add support for deleted entities to be published into Slack Events
2022-01-25 14:39:12 +05:30
Sriharsha Chintalapani
0e736012a9
Fix #1843: Add Delta Lake Connector (#1844)
* Fix #1843: Add Delta Lake Connector

* Fix #1843: Add Delta Lake Connector
2022-01-25 14:35:44 +05:30
Ayush Shah
917ccd7147
Bigquery and Helpers fix - Ingestion (#2408)
* Bigquery Ingestion fix - error handling and keyerror

* Update helpers.py and column_type_parser

* Update helpers.py
2022-01-25 14:30:09 +05:30
Vivek Ratnavel Subramanian
47b9afa8c4
Fix #1877: Editing services description does not save (#2397)
* Fix #1877: Editing services description does not save
2022-01-25 00:15:59 -08:00
Pere Miquel Brull
ce5df0eb88
Use path str properly (#2405) 2022-01-25 08:55:44 +01:00
darth-coder00
e75e9d0780
UI added support all deleted entities (#2388)
* Added deleted functionality for explore page

* Added UI support for deleted topics

* Added UI support for deleted Dashboards and Pipelines
2022-01-25 13:20:52 +05:30
Ayush Shah
b4d63bd951
Fix: Typo in setting up pyarrow dependency (#2398) 2022-01-25 11:58:10 +05:30
parthp2107
f199f2fc39
added roles page tests (#2376)
* added roles page tests

* addressing style-check
2022-01-25 07:47:07 +05:30
darth-coder00
af0fb11c23
Fix #2389: Revamp Service details with new Ingestion tab 2022-01-24 14:44:36 -08:00