5395 Commits

Author SHA1 Message Date
codingwithabhi
2006b2b8ac
bigquery-unittest-added (#3479)
* bigquery-unittest-added

* mock-added-in-create_bigquery_client

* complex-struct-added

* makefile-updated-to-install-all-packages-for-unittest

* bigquery-unittest-updated-via-file-sink
2022-03-31 14:27:51 +05:30
Pere Miquel Brull
9ced748c4f
Use root for FQDN (#3780) 2022-03-31 12:05:11 +05:30
Mayur Singal
7ab9584517
Fix #3700: Array datatype error fixed (#3758) 2022-03-31 12:02:03 +05:30
Sriharsha Chintalapani
f79b251509
Fix #3771: Main branch schemas and ingestion is failing; Fix #2992: Remove ChangeEvents log from ElasticSearch Indexes (#3772) 2022-03-30 18:26:57 -07:00
darth-coder00
da5034b520
Fix deleted users from teams and create new user issue (#3759) 2022-03-30 14:00:19 -07:00
mosiac1
c21f61634a
Add config for using multiple JWKs providers (#3738) 2022-03-30 13:52:53 -07:00
Sachin Chaurasiya
d03eb59603
Fix #3667 Blank page is displayed if user navigates to a deleted team (#3752) 2022-03-30 13:40:25 -07:00
Suresh Srinivas
b89a9b40cb
Fixes #3769 Drop unnecessary column indexes (#3770) 2022-03-30 13:40:06 -07:00
Suresh Srinivas
51f4f9650a
Fixes #3765 Refactor EntiyRepository methods related to storing ownership (#3766) 2022-03-30 12:48:15 -07:00
Parth Panchal
2fda9ef97c
fixing selenium tests with assertion (#3481)
* fixing selenium tests with assertion

Co-authored-by: kshinde2512 <67048554+kshinde2512@users.noreply.github.com>
Co-authored-by: kushal <kushalshinde2512@gmail.com>
2022-03-30 16:45:02 +05:30
Sachin Chaurasiya
f8922e97a6
Fix #3727 Usage queries tab UI issues (#3737) 2022-03-30 15:53:11 +05:30
Sachin Chaurasiya
227d81951c
Add unit test for table entity page (#3730)
* Add unit test for table entity page

* Add unit test for description component

* Add unit for EntityPageInfo component

* Add unit test for EntityTable component
2022-03-30 15:48:43 +05:30
Suresh Srinivas
9fb78ed2c1
Fixes #3722 Use entityName type from basic.json for entity names (#3723) 2022-03-30 14:10:47 +05:30
Pere Miquel Brull
c22381fdc8
Fix #3747 - FQDN model in ometa api (#3748)
Fix #3747 - FQDN model in ometa api (#3748)
2022-03-30 08:54:47 +02:00
Pere Miquel Brull
b3087d08b9
Fix #3522 - Add timeout to profiler (#3707)
Fix #3522 - Add timeout to profiler (#3707)
2022-03-30 08:54:27 +02:00
snyk-bot
57c0a78be9
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEMAVENSHARED-570592
2022-03-30 06:40:17 +00:00
Sachin Chaurasiya
18883ba939
Fix #3681 Handle HTML from feeds API gracefully (#3731)
* Fix #3681 Handle HTML from feeds API gracefully

* Add porper comment
2022-03-30 07:50:05 +05:30
Sriharsha Chintalapani
ccdbdf81f3
Fix java checkstyle (#3746) 2022-03-29 18:13:27 -07:00
Suresh Srinivas
fc64c953b9
Fixes #3744 Clean up EntityUtil (#3745) 2022-03-29 16:30:27 -07:00
darth-coder00
40fa4dcdcb
Fix #3683: Allow Admins to delete a user from Users page (#3743)
* Fix #3683: Allow Admins to delete a user from Users page
2022-03-30 00:37:59 +05:30
darth-coder00
909cfe5736
Fix #3682: Replace remove icon for Users card on Teams page (#3741) 2022-03-29 10:48:36 -07:00
codingwithabhi
4a60d5d0b2
bigquery-sample-data-fix (#3611)
* bigquery-sample-data-fix

* fetch_sample_data-return-updated

* partition_field-added
2022-03-29 18:43:34 +05:30
Ayush Shah
bb7dbb04b8
Fix for unhashable type (#3729) 2022-03-29 14:01:35 +05:30
Pere Miquel Brull
e830f1787f
Fix #3726 - Remove mlmodel custom defs (#3728) 2022-03-29 10:01:36 +02:00
Pere Miquel Brull
3b7b65d46c
Upper bound click req (#3724) 2022-03-29 11:28:41 +05:30
darth-coder00
5325e0c350
Fix Feedback on 0.9 release UI (look and feel/cosmetic issues) (#3716)
* Fix Feedback on 0.9 release UI (look and feel/cosmetic issues)
* Updating Search and Delete icons
2022-03-29 11:01:55 +05:30
Sachin Chaurasiya
9640ffadf9
Fix UI Error Handling on pipeline entity page (#3649)
* Fix UI Error Handling on pipeline entity page

* Fix dadhboard page issue

* Addressing review comments

* Addressing review comments

* Addressing review comments

* Addressing review comments

* Addressing review comments

* Change teams manage tab isjoinable text
2022-03-29 10:25:42 +05:30
Suresh Srinivas
6057a37015
Fixes #3717 Remove unnecessary exceptions thrown (#3718) 2022-03-28 14:58:24 -07:00
darth-coder00
13f41a522f
Fix #3686: Variable based separator used for fullyQualifiedName instead of hardcoded "." in UI code (#3705) 2022-03-28 14:18:31 -07:00
Suresh Srinivas
7af4248eaf
Fixes #3702 Save user in authentication context to avoid multiple database lookups (#3703) 2022-03-28 13:43:38 -07:00
darth-coder00
66e41523c6
Fixed #3596: counts for entities using list APIs by setting limit=0 (#3646) 2022-03-28 12:06:36 -07:00
Trøyel
07ae09bed1
lower model references to match between dbt and database (spark) (#3695)
* lower model references to match between dbt and database (spark)

Add lower on model_fqn and get_table_fqn to increase matching between dbt and database references on Spark.

* Update sql_source.py

move lower out of general function and apply only on node matching

* Update sql_source.py

Co-authored-by: Ayush Shah <ayush@getcollate.io>
2022-03-28 21:55:18 +05:30
Mayur Singal
144e0b3cf3
Fix #3528: ingest sql queries (#3578)
* Fix #3528: ingest sql queries

* ingested sql queries and fixed incorrect query count

* fixed log messages

* Optimized code

* used fallback
2022-03-28 16:13:23 +05:30
Pere Miquel Brull
1c21abebdd
Fix #3645 - Revisit lineage for Airflow 1.10.15 (#3696)
Fix #3645 - Revisit lineage for Airflow 1.10.15 (#3696)
2022-03-28 08:33:02 +02:00
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