Ayush Shah
0e205d93dd
Added DBT to airflow, modified tables.json - added profile data, fixed user's displayName ( #1501 )
...
* User's Name fixed, added profile data, added dbt pipeline under airflow
* service name changed
2021-12-01 08:32:29 -08:00
Sachin Chaurasiya
5794b5f4f8
Fix to show TierN only not Tier.TierN. ( #1502 )
...
* Fix #1480 UI : Change Explore page to 3 column layout.
* Minor style changes
* Adding select all filter support.
* Change layout styling
* Addressing feedback
* Rename Tier.svg to tier.svg
* Adding startswith text for entity tags.
* Minor fix for metinformation of entity.
* Fix to show TierN only not Tier.TierN.
2021-12-01 18:39:29 +05:30
Shailesh Parmar
9339ad881f
Fixed typo for no follower msg ( #1500 )
2021-12-01 18:17:16 +05:30
Sachin Chaurasiya
612673f9d9
Fix #1480 UI : Change Explore page to 3 column layout. ( #1481 )
...
* Fix #1480 UI : Change Explore page to 3 column layout.
* Minor style changes
* Adding select all filter support.
* Change layout styling
* Addressing feedback
* Rename Tier.svg to tier.svg
* Adding startswith text for entity tags.
* Minor fix for metinformation of entity.
2021-12-01 18:16:57 +05:30
parthp2107
51b4db9e7f
added rerun for failing tests ( #1479 )
...
* added rerun for failing tests
* adding sleep for frequently joined tests
2021-12-01 17:04:45 +05:30
Shailesh Parmar
1493cbbb7b
Feat: Show description on hover of tags ( #1418 )
...
* Feat: Added description popover on hover of tags
* fixed failing test
* add popover changes for DBTmodale pages
* addressing comments
* miner fix for ui
* addressing comments
2021-12-01 16:05:10 +05:30
parthp2107
a9e70e6a89
License header update ( #1498 )
...
* updated liscense header
* updated license header
* updated license header
* updated license header
* addressing stylecheck findings
2021-12-01 12:46:28 +05:30
Sriharsha Chintalapani
4ea45d3be3
Fix #1496 : Follow-up: fix for sample-data after user classes refactored ( #1497 )
...
* Fix #1496 : Follow-up: fix for sample-data after user classes refactored
* Fix #1496 : Follow-up: fix for sample-data after user classes refactored
2021-12-01 09:38:30 +05:30
Suresh Srinivas
3ae3eec3d0
Fixes 1486 - Refactor ChangeEventHandler to make getting change events a utility method ( #1487 )
...
Co-authored-by: sureshms <suresh@getcollate.io>
2021-11-30 18:36:38 -08:00
Sriharsha Chintalapani
bbb1f03137
Fix #1493 : Fix UI broken build ( #1494 )
2021-12-01 00:15:25 +01:00
Sriharsha Chintalapani
4160f209ef
Fix #1490 : Fix broken sample-data ignestion due to User classes refactored ( #1491 )
2021-11-30 14:41:10 -08:00
Alberto Miorin
a06fe9827e
Update TableProfiler.component.tsx
2021-11-30 23:39:03 +01:00
Alberto Miorin
ac9c1e66ba
Update schema-language.md
2021-11-30 22:44:54 +01:00
Sriharsha Chintalapani
a595332701
Fix #1471 : Add Intellij idea settings to repo ( #1472 )
...
* Fix #1471 : Add Intellij idea settings to repo
2021-11-30 12:14:54 -08:00
Suresh Srinivas
9af02c8ab3
Issue1482 ( #1483 )
...
* Fixes #1447 Fix TableResourceTest.get_tableListWithDifferentFields_200_OK test failure
* Fixes #1482 - Change entityName limit to 256 characters
Co-authored-by: sureshms <suresh@getcollate.io>
2021-11-30 11:49:06 -08:00
omriAl
96e473b5cb
#1051 : migrated all usages of models.MetadataUser & models.User classes to g… ( #1473 )
...
* migrated all usages of models.MetadataUser & models.User classes to generated.schema.teams.user.User classes instead.
* formatted file with black
Co-authored-by: omri.alon <omri.alon@myheritage.com>
2021-11-30 07:57:07 -08:00
Sachin Chaurasiya
e32d14ea0e
UI : Adding support for 3 column layout. ( #1476 )
...
* UI : Adding support for 3 column layout.
* Addressing review comment.
* Minor fix
* Css styling fix.
2021-11-30 17:21:50 +05:30
parthp2107
0e300a1be8
added orders to test classes and did minor changes to tests ( #1474 )
...
* added orders to test classes and added minor changes to tests
* minor change
* minor change
2021-11-30 17:08:18 +05:30
Sachin Chaurasiya
6fea07fdbf
Fix#1379 Creating an ingestion job when airflow is down returns 400. ( #1460 )
...
* Fix#1379 Creating an ingestion job when airflow is down returns 400.
* Fixed typo
* Minor fix
2021-11-30 13:29:54 +05:30
Sriharsha Chintalapani
7009a0bc12
Fix #1073 : Apache Druid Support ( #1424 )
...
* Fix #1073 : Apache Druid Support
2021-11-29 10:59:15 -08:00
Pere Miquel Brull
c2efcb1107
[issue-1284] - Add MlStore and Server to MlModel ( #1439 )
...
* Add mlStore and server to MlModel entity
* Add mlStore and server to Create MlModel entity
* Add MlStore and Server to MlModel properties
2021-11-29 19:08:00 +01:00
Shannon Bradshaw
a1e9f986fb
Direct users to the install docs ( #1461 )
...
Users seem to be having difficulty getting up and running with docker-compose. In any case our installation instructions in the readme are inconsistent with what's in the docs.
2021-11-29 08:37:47 -08:00
darth-coder00
306fb36502
Feat: Added DBT Models to Database details page ( #1465 )
2021-11-29 21:39:11 +05:30
Akash Jain
9275669225
Merge pull request #1462 from open-metadata/fix/issue-1339
...
fix: Issue-1339
2021-11-29 20:23:05 +05:30
Sachin Chaurasiya
902beedbe5
Adding support for recently search term ( #1459 )
2021-11-29 20:14:57 +05:30
parthp2107
9aad7efabc
adding new tests for my data page ( #1458 )
...
* adding new tests for my data page
* added chrome option
2021-11-29 20:08:48 +05:30
Akash Jain
09e33ff479
Merge pull request #1457 from open-metadata/issue-1414
...
Ingestion Check Loop Fix
2021-11-29 19:41:48 +05:30
Akash-Jain
74add4c8eb
fixed paths
2021-11-29 19:25:53 +05:30
Akash-Jain
4032334a6b
adding paths for maven build
2021-11-29 19:17:44 +05:30
Akash-Jain
83e6e5aebc
Adding Paths for checkstyle jobs
2021-11-29 19:17:32 +05:30
Ayush Shah
47a97e7be0
FQN changed from bigquery to bigquery_gcp
2021-11-29 16:57:39 +05:30
Sachin Chaurasiya
38b02a4bfb
Fixed Column node text in lineage and suggestion index for dbt models. ( #1454 )
...
* Fixed Column node text in lineage and suggestion index for dbt models.
* Added icon for dbt models.
* Minor fix
2021-11-29 14:05:17 +05:30
Matt
09634e1a79
Populate service name correctly for Location as part of s3 ingestion
2021-11-29 02:05:24 +01:00
Suresh Srinivas
b5f3952843
Merge pull request #1449 from open-metadata/issue1447
2021-11-28 15:42:30 -08:00
sureshms
1786c3b90b
Fixes #1447 Fix TableResourceTest.get_tableListWithDifferentFields_200_OK test failure
2021-11-28 14:59:58 -08:00
Suresh Srinivas
0e77ffa5d2
Merge pull request #1441 from open-metadata/issue1149
...
Issue1149 - Document EntityRepository to help contributors understand how to use it to add new entities
2021-11-28 14:59:14 -08:00
sureshms
a635522853
Fixes #1149 Document EntityRepository to help contributors understand how to use it to add new entities
2021-11-28 14:43:48 -08:00
Sriharsha Chintalapani
be9195317b
Fix #1443 : sample-usage ingestion is broken ( #1444 )
2021-11-28 14:25:55 -08:00
sureshms
93a644dfcd
Fixes #1149 Document EntityRepository to help contributors understand how to use it to add new entities
2021-11-28 14:21:27 -08:00
sureshms
00038449e8
Fixes #1149 - Add documentation to EntityUpdater about CRUD mechanism to help implementors understand better
2021-11-28 12:04:56 -08:00
Matt
ededd58e25
Add ingestion for S3 buckets
2021-11-28 16:26:32 +01:00
Alberto Miorin
5c9c8612dd
Fix #1385 : python -m metadata should work
2021-11-28 16:23:56 +01:00
pmbrull
98066bf986
Rename FQN for bigquery
2021-11-28 16:09:32 +01:00
pmbrull
7bfceaff3a
Add mlmodels to sample_data
2021-11-28 16:09:32 +01:00
pmbrull
7f67dc5453
Validate MLFeatures
2021-11-28 16:09:32 +01:00
Sriharsha Chintalapani
981be4f696
Fix #1431 : Sample data ingestion is broken ( #1432 )
2021-11-27 21:11:25 -08:00
Sriharsha Chintalapani
221c5636b2
Fix #1386 : Add metadata version ( #1427 )
2021-11-27 18:46:09 -08:00
Sriharsha Chintalapani
9c5b10dcc8
Fix #1413 : add viewDefinition fields to patch and put fields in DbtRepository ( #1426 )
...
* Fix #1413 : add viewDefinition fields to patch and put fields in DbtRepository
2021-11-27 16:14:03 -08:00
Pere Miquel Brull
76f40e6f37
[issue-1318] - Refactor MlModel tests and improve logic ( #1420 )
...
* Prepare MlModel test utils
* Refactor tests
* Properly set FQN for MlModels
* Fix FQN and validate inner properties
* Change MlModel naming
* Inherit variables from parent test
* Simplify delete
* Update tests interface
* Add order
* Add missing version endpoints
* Add security context
* Update mlmodel name
* Update mlmodel methods
* Update mlmodel tests
* Rename MlModel
* Prepare dashboard service in setup
* Fix MlModel test setup
* MlModel name to minus
* Workaround for issue-1415
* Workaround for issue-1415
* Move superset ref back to MlModel
* Add missing href in Dashboard entity reference
* Handle update dashboards
* Add full dashboard props in validate
* Add update tests
* Reformat
* Reformat
* Reformat
* Reformat
* Reformat
2021-11-27 12:31:55 -08:00
Sriharsha Chintalapani
edcbb04e3a
Fix #1417 : openmetadata-security.yml missing airflowConfiguration ( #1425 )
2021-11-27 10:53:57 -08:00