1068 Commits

Author SHA1 Message Date
Shannon Bradshaw
572da34f97
GitBook: [#50] Add sandbox link to tutorial 2021-11-30 16:50:50 +00:00
darth-coder00
0fd8db1f3e Fix: Issue #1348 - My Data and Followers are empty (#1388)
* Fix: Issue #1348 - My Data and Followers are empty

* Addressing comment
2021-11-29 13:56:38 -08:00
OpenMetadata
bc78bde98f
GitBook: [#48] Developer docs - Update the image and steps to create a runtime config 2021-11-29 21:23:34 +00:00
OpenMetadata
a014760f22
GitBook: [#47] Update the Intellij run-time config 2021-11-29 21:15:30 +00:00
Shannon Bradshaw
84a392e7b5
GitBook: [#44] Fix typo, correct capitalization, move from passive to active voice. 2021-11-29 16:00:50 +00:00
Shannon Bradshaw
430b6c1c92
GitBook: [#43] Clarify the reference to the Run OpenMetadata page guide. 2021-11-29 15:52:05 +00:00
Parth Panchal
d87fa27ccb
GitBook: [#41] Fixing OpenMetadata server config for okta 2021-11-25 07:10:10 +00:00
Ayush Shah
6400cc65c0
GitBook: [#40] Added Data Model as separate section 2021-11-24 19:20:46 +00:00
Ayush Shah
da09a71cf8
GitBook: [#39] 0.5.0 modified to 0.6.0 2021-11-24 18:53:22 +00:00
Ayush Shah
6584d4a98c
GitBook: [#38] 0.5.0 changed to 0.6.0 2021-11-24 18:33:41 +00:00
Ayush Shah
5741076007
GitBook: [#37] Developer Docs modified 2021-11-24 04:24:26 +00:00
Ayush Shah
4c3f7df566
GitBook: [#36] MariaDB moved to DatabaseServices 2021-11-24 04:02:42 +00:00
Ayush Shah
5a991e032b
GitBook: [#32] Page link Glue Catalog 2021-11-23 13:59:48 +00:00
Ayush Shah
c7b2a0edff
GitBook: [#31] Release version changed from 0.5.0 to 0.6.0, added connectors 2021-11-23 13:07:57 +00:00
Shannon Bradshaw
a90f5fa344
GitBook: [#30] Re-addition of 0.6 features to Features page. 2021-11-22 17:59:15 +00:00
Shannon Bradshaw
5c082f5697
GitBook: [#29] Clean up Run in Kubernetes docs. 2021-11-22 17:55:06 +00:00
Shannon Bradshaw
0ff94bf64d
GitBook: [#28] Refactor docker-based installation docs. 2021-11-22 17:08:02 +00:00
Sachin Chaurasiya
676fd54f9d
GitBook: [#24] Refactored docker installation docs. 2021-11-22 15:58:59 +00:00
Sachin Chaurasiya
cb22f5b4f1
GitBook: [#27] Adding guide for generate types from JSON Schema. 2021-11-22 14:42:33 +00:00
Sriharsha Chintalapani
b05505e354 update version to 0.6.0 2021-11-20 12:46:43 -08:00
Ayush Shah
219246b78e
Glue pagination added (#1282) 2021-11-20 12:46:18 -08:00
Pere Miquel Brull
ea79b47c45
[Issue-1268] - MlModel generated sources (#1288)
* Update ML model naming for generated python src

* Update MlModel id and title

* Update MlModel descriptions

* Generate pydantic models

* Update OpenMetadata with new MlModel naming

* Update MlModel naming

* Update MlModel naming

* Update MlModel namings for backend sources
2021-11-20 08:26:45 -08:00
darth-coder00
95fe21c18f
Added new connectors Glue, MariaDB, Vertica from UI (#1289) 2021-11-20 08:24:47 -08:00
darth-coder00
42e0c1caa1
Added videos for 0.6.0 (#1286) 2021-11-20 07:29:26 -08:00
Pere Miquel Brull
001a58f61f
Merge pull request #1262 from StuartApp/issue-1260
[Issue-1260] - Github action to validate pydantic models
2021-11-20 15:46:37 +01:00
pmbrull
a2374e4289 Simplify action to just validate pydantic model generation 2021-11-20 15:28:56 +01:00
darth-coder00
8f1fb1b8db
Updated ts from json schema (#1270) 2021-11-20 14:35:58 +05:30
Sriharsha Chintalapani
c078200f7c
Fix #1276: Add entity type to ES index and aggregations (#1278) 2021-11-19 12:23:35 -08:00
Sriharsha Chintalapani
a3e9c8f844
Fix #1273: Add service_category to ES index (#1274)
* Fix #1273: Add service_category to ES index
2021-11-19 11:31:14 -08:00
pmbrull
c83429fdf3 Validate on PR and push on main 2021-11-19 14:16:56 +01:00
pmbrull
076f7e306b Update Python CI to run only for changes in ingestion 2021-11-19 14:03:28 +01:00
pmbrull
0a08394955 Prepare python dependencies 2021-11-19 10:38:23 +01:00
Sriharsha Chintalapani
eea60a8696
Fix #1264: Pipelines: remove 64 character constraint in names (#1265)
* Fix #1264: Pipelines: remove 64 character constraint in names
2021-11-18 16:27:43 -08:00
pmbrull
6b293da9c1 Prepare github action to generate pydantic models 2021-11-18 20:39:00 +01:00
pmbrull
c53e5d0577 Remove deprecated import 2021-11-18 20:22:05 +01:00
Sachin Chaurasiya
9aa5eae398
Fix: If tier tag is not present show other tags. (#1254) 2021-11-18 19:47:58 +05:30
Shailesh Parmar
32b5361488
Improvement: display ingestion stats in landing page (#1253)
* improvement: display ingestion stats in landing page

* Updated ingestion icon in svgUtils
2021-11-18 19:03:38 +05:30
Sachin Chaurasiya
689490692b
Fix : Getting redundant tier tags on recently viewed cards on my data page. (#1231) 2021-11-18 13:24:56 +05:30
parthp2107
63089bab56
optimizing selenium tests (#1228)
* optimizing selenium tests

* addressing reviewdog findings

* addressing reviewdog findings
2021-11-18 11:49:14 +05:30
Shailesh Parmar
bddda0e1bd
Fix: description issue where non-admin or non-owner can able to access edit description page in UI (#1233) 2021-11-18 10:38:00 +05:30
Suresh Srinivas
0415983120
Fixes #1234 Upgrade project dependencies to the latest versions (#1235)
* Fixes #1234 Upgrade project dependencies to the latest versions

* Add libssl to github maven workflow

Co-authored-by: sureshms <suresh@getcollate.io>
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
2021-11-17 11:24:19 -08:00
Suresh Srinivas
65edfd5cb5
Merge pull request #1241 from open-metadata/issue1239
Fixes #1239 Events APIs are incorrectly grouped under usage in API do…
2021-11-17 10:37:45 -08:00
sureshms
4c8aab19eb Fixes #1239 Events APIs are incorrectly grouped under usage in API documentation 2021-11-17 09:53:59 -08:00
darth-coder00
20ffc58f83
Added Feature placeholders and Change Log list for 0.6.0 (#1232) 2021-11-17 20:46:32 +05:30
Shailesh Parmar
6cb628c8eb
Fix: Pagination button hover issue (#1227) 2021-11-17 18:02:34 +05:30
Sachin Chaurasiya
325992d086
Fixed : #1221 UI: Versioning right panel should wrap the summary. (#1226) 2021-11-17 15:54:46 +05:30
Akash Jain
e7072a3177
prepare for 0.6.0 Docker Release (#1213) 2021-11-17 14:57:12 +05:30
Sachin Chaurasiya
28da17fa44
Fixed : Ingestion wizard issue (#1223)
* Fixed : Ingestion wizard issue

* Removed unused css

* removed css import from modal component.
2021-11-17 14:51:32 +05:30
parthp2107
052ba5bad5
frequently joined columns fix (#1209)
* frequently joined columns fix

* addressing reviewdog finding

* removing ingestion switch code

* adding retry for failing tests

* removing failed test repeats

* changing joined table tests
2021-11-17 14:47:05 +05:30
Sriharsha Chintalapani
940e51d102
Fix #1215: Pipeline metadata is not being updated through PUT apis (#1216) 2021-11-16 12:44:19 -08:00