Teddy

Results 83 comments of Teddy

New API and workflow should also be added in 0.12.0 release

This is solved by #6416. Validation steps: 1. configured a testCase 2. ran a testCase 3. Updated testCase conf 4. Re-ran testCase 5. Confirmed new configs is taken into account

> @TeddyCr not sure if you are using these apis for python, can you take a look Looking at it. The end to end test for the test suite seems...

@harshach this endpoint `/testCase/{testCaseFqn}/testCaseResult`is throwing a 500. You can check it if you spin up the server and run the below command ```zsh curl --location --request GET 'http://localhost:8585/api/v1/testCase/sample_data.ecommerce_db.shopify.dim_address.last_name.column_values_to_match_regex/testCaseResult' ``` ![Screenshot...

> @TeddyCr startTs and endTs is a required field now. If you are not passing we will run into an error. I am adding validations to throw a better error...

@harshach can I take "Bulk upload of Glossary Terms - P1 - 0.13.0"?

@ShaileshParmar11 we are expecting thousands to be coma separated (e.g 1,500,000). In the screenshots you can see the thousands separation is not correct. It is 1,50,000 instead of being 150,000.

@harshach we don't have a way to filter by `testPlatforms` -- if i am not mistaking. I can work on adding that on the backend if that works with you.

@ayush-shah it seems this was not tested locally as it is failing when trying to profile `local_bigquery.modified-leaf-330420.sdoh_cms_dual_eligible_enrollment.ingestion_partition_table`. Let me know if you need help with anything there.

@upenbendre here is the link to the documentation for the custom SQL query test. https://docs.open-metadata.org/openmetadata/ingestion/workflows/data-quality/tests#table-custom-sql-test. We'll try to add native support for this test in 0.13, though we won't support...