Ayush Shah
351db56687
Added fix for Sample_Usage not being ingested in Local docker ( #3650 )
2022-03-27 22:38:13 -07:00
Suresh Srinivas
4577f12bfd
Fixes #3693 Move POST, PUT, PATCH, and DELETE implementations to EntityResource ( #3694 )
2022-03-27 15:03:06 -07:00
Suresh Srinivas
c3154afd2d
Update pull_request_template.md
2022-03-27 13:10:04 -07:00
Suresh Srinivas
3fe7b0cd76
Fixes #3691 - Move common functionality to EntityResource ( #3692 )
...
* Simplify ListAfter code for reducing code verbosity
* Move allowed fields functionality to EntityResource and reduce number of fields requested for authorization
2022-03-26 17:18:21 -07:00
darth-coder00
6dbb1e578d
Fix #3443 : Add GitHub star button to sandbox ( #3597 )
2022-03-26 09:10:23 -07:00
Vivek Ratnavel Subramanian
0c12a55ebf
Add ENV variable support for sandbox mode enabled config ( #3687 )
2022-03-25 17:23:07 -07:00
Suresh Srinivas
de6fb11927
Fixes #3653 - Variable based separator used for fullyQualifiedName instead of hardcoded "." ( #3674 )
...
* Use common entityName and fullyQualifiedEntityName type definition with DOT allowed
* Make EntityInterface abstract class and move building entity reference to the base class
* Entity separator is not longer hardcoded but uses a variable
2022-03-25 14:48:20 -07:00
Pere Miquel Brull
d4c3304a2b
Simplify order by to not reference the CTE ( #3662 )
2022-03-25 11:30:11 -07:00
Vivek Ratnavel Subramanian
1d7d38aa73
Fix #3626 Add a config API for sandbox mode ( #3627 )
2022-03-24 23:31:10 -07:00
Sachin Chaurasiya
7eff7a0173
Fix #3152 Restrict some teams from being displayed during sign up process ( #3613 )
2022-03-24 23:23:40 -07:00
Sachin Chaurasiya
c7cb6f22cd
Fix UI Error Handling on Dashboard entity page ( #3641 )
2022-03-24 23:12:47 -07:00
mosiac1
beaeb41022
Add support for configurable JWT principal fields ( #3599 )
2022-03-24 12:49:53 -07:00
Sriharsha Chintalapani
f74b5d77bc
Update CONTRIBUTING.md
...
Remove the email link
2022-03-24 12:46:38 -07:00
Sriharsha Chintalapani
d242925e72
Update CONTRIBUTING.md
...
Updating build code and run tests link
2022-03-24 12:45:14 -07:00
Pere Miquel Brull
4672a88415
Fix #3633 - Databricks length compilation ( #3634 )
...
* Fix databricks length compilation
* Cast step to float
2022-03-24 19:30:21 +05:30
Onkar Ravgan
87c36c094f
Fix #3259 : Added option in CLI to ingest sample data ( #3616 )
...
* ISSUE-3588: Added option in cli to ingest sample data
* ISSUE-3259: Added flag in CLI to skip sample data ingestion
* Fixed security hotspots
* changed lines in dependency file
* Using datetime instead of random for dag id
* Changed variable names
Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-03-24 19:26:04 +05:30
Ayush Shah
07266b58f7
Fix: Added DeltaLake Service type ( #3639 )
...
* fix-deltalake
* added deltalake.json
* Bumped up version
2022-03-24 18:42:00 +05:30
Mayur Singal
d844e006eb
Fix #3635 : Fixed attribute errorr ( #3636 )
...
* table comments optimized
* Fix #3635 : Fixed attribute errorr
* Revert "table comments optimized"
This reverts commit c6004761ae1617ad215234ff64cf3d48570dda28.
2022-03-24 16:25:44 +05:30
Ayush Shah
a87ed206c0
Fix Redshift Usage ( #3624 )
2022-03-23 22:07:25 -07:00
Shailesh Parmar
f104ab632b
UI: handle error for service page component ( #3614 )
...
* Error handling for service page
* addressing comments
* Fix duplicate key error
Co-authored-by: Vivek Ratnavel Subramanian <vivekratnavel90@gmail.com>
Co-authored-by: Sachin-chaurasiya <sachinchaurasiyachotey87@gmail.com>
2022-03-24 08:03:12 +05:30
Snyk bot
3173646484
fix: ingestion/tests/integration/source/mlflow/Dockerfile to reduce vulnerabilities ( #3618 )
2022-03-23 18:26:41 -07:00
Vivek Ratnavel Subramanian
6c9174b9d7
Fix #3612 Team Patch API is not updating isJoinable field ( #3628 )
2022-03-23 17:57:01 -07:00
darth-coder00
ac93a3a7ce
test #3539 : Add unit tests for Glossary ( #3621 )
...
* test #3539 : Add unit tests for Glossary
2022-03-24 01:09:37 +05:30
Sachin Chaurasiya
6ce65141a2
Fix UI Error Handling on Topic entity page ( #3615 )
2022-03-23 12:22:54 -07:00
Shailesh Parmar
9c71754b25
Fix issue-2833: UI: Sandbox page overflows from the bottom ( #3622 )
2022-03-23 12:06:39 -07:00
Suresh Srinivas
8009906840
Fixes #3499 Updating Tags in Glossary/Glossary-term, removes Tags from child Glossary-terms ( #3625 )
2022-03-23 11:58:03 -07:00
Pere Miquel Brull
792be37cb2
Fix #3529 - Profiler is not working on views ( #3617 )
...
* tmp pass dialect when building ORM
* Format
2022-03-23 10:38:59 -07:00
codingwithabhi
49c089e4a3
Usage status for stage and bulk sink added ( #3605 )
...
* Usage status for stage and bulk sink added
* record-list-added-in-bulksink-usage-status
2022-03-23 16:59:42 +05:30
Suresh Srinivas
d24b5e9c50
Fixes #3497 API fails to return assets and users belonging to team when the team is deleted ( #3610 )
2022-03-23 00:43:37 -07:00
Ayush Shah
90e9f809be
Added fix for Airflow Pipeline status ( #3603 )
...
* Added fix for Airflow Pipeline status
* Added constant - code smell resolved
* Constant error fixed
2022-03-23 12:58:40 +05:30
Sachin Chaurasiya
37f06efd32
Fix #3608 UI : Lineage side drawer link is not working properly. ( #3609 )
2022-03-23 11:34:47 +05:30
Sachin Chaurasiya
e21ed969b3
Fix #3606 UI : Activity Side panel is going outside of page container ( #3607 )
2022-03-23 11:24:37 +05:30
Sriharsha Chintalapani
50ee11e6ca
Issue-3577: Add partitioning details to Table Entity ( #3579 )
2022-03-22 18:37:56 -07:00
Vivek Ratnavel Subramanian
8cc00ff0b7
Fix #3514 Activity Feed: Support pagination for the feed API ( #3584 )
2022-03-22 18:37:32 -07:00
Sachin Chaurasiya
90c1fecc44
UI:Add owner support for team ( #3591 )
2022-03-22 18:36:14 -07:00
Ayush Shah
d5a215636d
fix 3594 - modified fallbacks ( #3601 )
2022-03-22 18:35:36 -07:00
Sriharsha Chintalapani
377d3d6248
Issue-3596: Provide option to get counts for entities using list APIs by setting limit=0 ( #3604 )
2022-03-22 16:45:14 -07:00
pmbrull
9ff6b928e5
GitBook: [ #110 ] Python dev docs
2022-03-22 11:44:28 -07:00
pmbrull
7c2271c953
GitBook: [ #109 ] Profiler Overview
2022-03-22 11:44:28 -07:00
Alberto Miorin
88b65afcc6
GitBook: [ #107 ] No subject
2022-03-22 11:44:28 -07:00
Shannon Bradshaw
98551dac02
GitBook: [ #105 ] Surface try experiences in introduction section
2022-03-22 11:44:28 -07:00
Shannon Bradshaw
c14af60cdf
GitBook: [ #104 ] Update emojis
2022-03-22 11:44:28 -07:00
Shannon Bradshaw
2e6f9c7301
GitBook: [ #103 ] emoji tweaks
2022-03-22 11:44:28 -07:00
Shannon Bradshaw
6aaca2bc37
GitBook: [ #102 ] Add emoji to docs section headers
2022-03-22 11:44:28 -07:00
Shannon Bradshaw
5012683b1f
GitBook: [ #101 ] No subject
2022-03-22 11:44:28 -07:00
Shannon Bradshaw
6e38118be4
GitBook: [ #99 ] Move "Metadata Ingestion" under "Connectors"
2022-03-22 11:44:28 -07:00
Shannon Bradshaw
4f2496ba8a
GitBook: [ #97 ] Update docker compose reqs - fix for #3440
2022-03-22 11:44:28 -07:00
Shilpa V
3065c0b9c3
GitBook: [ #95 ] Okta Changes
2022-03-22 11:44:28 -07:00
Shannon Bradshaw
f5ef017348
GitBook: [ #96 ] Make it easier for users to find DBT documentation
2022-03-22 11:44:28 -07:00
Shilpa V
aa5dea4a86
GitBook: [ #93 ] New Changes
2022-03-22 11:44:28 -07:00