Suresh Srinivas
5892595b1f
Fixes #1900 - Initial implementation of webhook API ( #1905 )
...
Co-authored-by: Suresh Srinivas <sureshsrinivas@Suresh-Collate.local>
2021-12-23 11:26:00 -08:00
Matt
f1a8a7886e
Link Lifecycle Policy to specific Location ( #1720 )
...
- Amend ingestion to support Location reference from Policy
- Amend PolicyResource and PolicyRepository to accommodate Location reference
2021-12-23 11:06:15 -08:00
Sriharsha Chintalapani
9fe0726576
Issue-1894: Add SonarCloud ( #1899 )
...
* Issue-1894: Add SonarCloud
2021-12-23 11:05:50 -08:00
parthp2107
3adbd4ea5b
added without ingestion test cases for MyData page ( #1890 )
...
* added without ingestion test cases for MyData page
* added search test case and assert for test cases
2021-12-23 13:01:35 +05:30
parthp2107
48fb162116
added tests for checking exception handling on ui ( #1867 )
2021-12-23 10:42:42 +05:30
Alberto Miorin
a9e2df8993
Fix #1821 : PyHive registers the trino:// schema too ( #1835 )
2021-12-22 20:46:01 +01:00
Pere Miquel Brull
1f01081698
Clean DBT Model ( #1888 )
2021-12-22 17:17:05 +01:00
Shailesh Parmar
ddda20afc9
Feat: added tour guide for user ( #1463 )
...
* initial setup for tour feature
* initial setup for tour component
* add functionality to switch component in tourPage
* add observer in tourpage
* updated ui as per new refactore
* updated ui as per new refactore
* add explore page dummy data and tour for explore page
* add tour guide for dataset details page
* add types for current tour page
* updated react-tutorial to latest version
* added positioning for tour box
* added required changes as per new UI
* miner fix
* updated tour as per new UI
* updated tour steps and added tour end modal
* disable button click for feed when tour is active
* addressing comments
* Updated yarn.lock for react tutorial post merging
* fixing lint issue
2021-12-22 19:56:09 +05:30
Shailesh Parmar
ce88b18654
Fix: no data placeholder ( #1889 )
2021-12-22 19:01:09 +05:30
darth-coder00
be06a77fdc
UI: npm ci and code clean-up ( #1870 )
...
* UI: npm ci and code clean-up
* Moved from npm to yarn
* Updated yarn.lock post main merge
* Removed unnecessary files
2021-12-22 18:27:48 +05:30
Matt
04a7c257a8
Generate Code Coverage with Jacoco ( #1885 )
2021-12-22 10:51:54 +01:00
Sachin Chaurasiya
5db73edc4f
Adding Lineage section to Dashboard entities ( #1864 )
...
* Adding Lineage section to Dashboard entities
* Added dashboard details overview case.
2021-12-22 13:30:31 +05:30
Sachin Chaurasiya
ae87195371
Fix #1878 Profiler tab should show the column constraints. ( #1881 )
2021-12-22 11:39:16 +05:30
Pere Miquel Brull
d303be847e
Prepare MlModel lineage ( #1879 )
2021-12-21 17:44:29 -08:00
Alberto Miorin
9f48490f2e
GitBook: [ #30 ] [gitbook] fix run-openmetadata ( #1860 )
...
Co-authored-by: Alberto Miorin <alberto@getcollate.io>
2021-12-21 20:05:39 +01:00
Alberto Miorin
782209ead5
Use defaults of google java format action ( #1845 )
...
* Use defaults of google java format action
* Fix the first Java file
* Add lint-staged
* Remove husky
2021-12-21 17:51:18 +01:00
Alberto Miorin
c081eabb7e
Fix #1868 : Add openmetadata-ingestion-core as dependency ( #1869 )
2021-12-21 17:41:20 +01:00
SeungwanJo
83a23d5568
edit: mysql jdbc connection option ( #1874 )
2021-12-21 08:41:06 -08:00
Sachin Chaurasiya
1ee2168d33
Style : Changing icons size and thickness. ( #1865 )
...
* Style : Changing icons size and thickness.
* minor change
2021-12-21 17:25:14 +05:30
Sachin Chaurasiya
8db5ec328c
Fix: #1745 Two arrows seem unnecessary In details page breadcrumb. ( #1866 )
2021-12-21 17:24:42 +05:30
Alberto Miorin
c31ba9cf5b
Fix #1861 : Rename metadata-ingestion-generated to metadata-ingestion-core ( #1862 )
2021-12-20 22:29:07 -08:00
Sriharsha Chintalapani
7111267669
Update version to 0.8 and ingestion to 0.6 ( #1859 )
2021-12-20 22:02:59 -08:00
Alberto Miorin
09011d4259
Fix #1670 : Python generated code is missing when using pip install git+https ( #1799 )
2021-12-20 21:37:36 -08:00
Alberto Miorin
ec1e3a2d61
Fix #1344 : Remove requirements.txt ( #1588 )
2021-12-20 21:36:23 -08:00
Sriharsha Chintalapani
485fdea7b1
Fix #1854 : Support DBT 1.0 format ( #1855 )
...
* Fix #1854 : Support DBT 1.0 format
2021-12-20 12:25:26 -08:00
Pere Miquel Brull
8dfb226fde
[issue-1746] - Add dataSource to MlModel ( #1833 )
...
* Add dataSource to featureSource
* Validate DataSource in MLFeatures
* Generalise EntityRef check
* Format
2021-12-20 18:57:16 +01:00
Suresh Srinivas
019a948392
Fixes #1856 - Move TestUtils method related to security headers to SecurityUtil ( #1857 )
2021-12-20 09:36:39 -08:00
darth-coder00
572f0d5fdb
Fixed resolution issue for explore page and other related misc fixes ( #1853 )
2021-12-20 20:06:52 +05:30
Shailesh Parmar
d8a4550fbc
refector code for text-highlighter ( #1851 )
2021-12-20 18:52:09 +05:30
Shailesh Parmar
b6d585fe51
Fix: text highlight issue on search ( #1850 )
2021-12-20 14:47:10 +05:30
Alberto Miorin
eda7222c9e
Fix #1398 : Provide a page in the manual for the Windows users ( #1846 )
2021-12-19 19:30:55 +01:00
Sriharsha Chintalapani
3c254440a5
Fix #1841 : Presto Connector issues ( #1842 )
2021-12-18 23:27:51 -08:00
Pere Miquel Brull
ab620e95af
[issue-1750] - Expandvars transforming values ( #1830 )
...
* Prepare tests for basic config cases
* Add test cases
* Use os expandvars
* Add missing commas
* Add missing commas
* Remove dataclasses backport
2021-12-18 15:35:12 -08:00
Pere Miquel Brull
70629f9010
Update log4j 2.17.0 ( #1837 )
2021-12-18 15:34:50 -08:00
Pere Miquel Brull
2ec32017bb
[issue-1698] - Airflow DockerOperator setup ( #1730 )
...
* Fix typo
* Clean setup
* Update ingestion local image to be barebone on connector dependencies
* Prepare ingestion connectors base image
* Add system dependencies
* Prepare docker CLI
* Add docker provider
* Prepare entrypoint for the image
* Remove DBT pipeline as per Issue 1658
* Add TODO for ingestion build
* Bind docker socket
* Update comment
* Update README
* Use DockerOperator in sample data
* Build images with latest tag
* Prepare symlink to pass the volume to the DockerOperator
* Update README
* Prepare Base image for CI
* COPY multiple files into dir
* COPY multiple files into dir
* Remove DBT source as is now part of table ingestion
* Build docker base in run_local_docker
2021-12-18 16:41:38 +01:00
Sriharsha Chintalapani
f59841ef49
Fix #1817 : log4j upgrade to 2.16.0 ( #1828 )
2021-12-17 17:09:22 -08:00
Sriharsha Chintalapani
5a2c97724f
Fix #1824 : ES index live check if tableType is set ( #1825 )
...
* Fix #1824 : ES index live check if tableType is set
2021-12-17 11:06:41 -08:00
Sriharsha Chintalapani
c3113ffcba
Fix #1822 : ES live updates are failing when description is null ( #1823 )
2021-12-17 18:32:34 +01:00
Carsten Steckel
1bd1f99a47
fix for #1796 : hard-coded /tmp folder removed ( #1804 )
...
* fix for #1796
* fix for #1796
* missed some merge trouble artifacts
* reformat to pass black py-code-style-check
2021-12-17 18:59:17 +05:30
Ayush Shah
be1c4d4833
Stopping Docker containers and network with container name and not project name ( #1819 )
2021-12-17 18:58:54 +05:30
darth-coder00
7d99d02f22
Added What's new features and change-logs ( #1818 )
2021-12-17 17:45:30 +05:30
Akash Jain
ed2a57fab2
Added usage info for #1814 ( #1816 )
2021-12-17 10:53:32 +05:30
Sriharsha Chintalapani
39e4163d6f
Fix #1814 : Add migrate-all option to update ElasticSearch index mappings ( #1815 )
...
* Fix #1814 : Add migrate-all option to update ElasticSearch index mappings
* Fix #1814 : Add migrate-all option to update ElasticSearch index mappings
2021-12-16 20:56:58 -08:00
Sriharsha Chintalapani
df6232ef52
Fix #1808 : check for None in description ( #1809 )
2021-12-16 21:15:42 +01:00
Ayush Shah
d71c75aaa1
Update snowflake.py ( #1803 )
...
* Update snowflake.py
* snowflake needs database and warehouse
2021-12-16 10:46:49 -08:00
Matt
f4c3947fc5
Add googleformatter to auto-format Java classes ( #1705 )
2021-12-16 16:13:50 +01:00
Shailesh Parmar
3d50f15e97
Fix: Remove empty values from recently search value ( #1807 )
...
* fix: fix miner changes
* Fix: remove empty values from recently search term
2021-12-16 19:42:52 +05:30
parthp2107
b422b150d7
Added selenium tests for #1763 and #1777 ( #1806 )
...
* added new tests
* addressing reviewdog config
* addressing reviewdog config
2021-12-16 19:30:03 +05:30
parthp2107
a8d2fa42ed
added metabase doc and minor changes ( #1805 )
2021-12-16 18:39:36 +05:30
Sachin Chaurasiya
13a867de33
Fix: serviceType is missing from lineage table node. ( #1802 )
2021-12-16 18:11:47 +05:30