* fix: Resolve NullPointerException in MS Teams DQ template handling
* fix: Update DQ template logic to handle test case changes and results
Details:
Ensures a general template is created for any changes in the test case.
Generates a DQ template when the test case result is updated.
* refactor: Make testCaseResult as constant named TEST_CASE_RESULT
* test: add e2e tests
* test for listing of entities when index is dataAsset and all
* fix: validateBucketsForIndex function
* fix: add expect to bucket and its doc_count
* Minor : Fix 18606 prevent overwriting domain for PUT request
* load the attributes of glossaryTerm first and override with the import
* change logging to warn type
* revert changes
---------
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
This aims at fixing the s3 ingestion for parquet files, current behaviour is that
the pipeline will break if it encounters a file that is not valid parquet in the
the container, this is not great as containers might container non parquet files
on purpose like for example _SUCCESS files created by spark.
For that do not fail the whole pipeline when a single container fails, instead
count it as a failure and move on with the remainder of the containers, this is
already an improvement by ideally the ingestion should try a couple more files
under the given prefix before given up, additionally we can allow users to specify
file patterns to be ignored.
Co-authored-by: Abdallah Serghine <abdallah.serghine@olx.pl>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
* supported editUser permission in user tab for team page
* remove edit all permission check in teams add/remove user api
* added playwright test for the editUser permission
* Added playwright test for data consumer user and remove no used field from the advance api call
---------
Co-authored-by: sonikashah <sonikashah94@gmail.com>
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
* fix: Filter activity feed events for test cases and suites.
* minor fix around the button label after save task tab
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* Minor: Domain only access policy prevents bots listing
* Minor: Domain only access policy prevents bots listing
* Add Entity Type condition to limit the scope of NOT IN
---------
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
* Added Docs for post upgrades with kubernetes.
* Removed extra heading
* Updated
* updated files and make chnages at notes section
* Updated docs for kubernets post upgrade steps
---------
Co-authored-by: Tarun <tarun.p@deuexsolutions.com>