* updated metadata to work with the impala query engine.
Uses the describe function to grab column names, data types, and comments.
* added the ordinalPosition data point into the Column constructor.
* renamed variable to better describe its usage.
* updated profile errors.
Hive connections now comment columns by default.
* removed print statements
* Cleaned up code by pulling check into its own function
* Updated median function to return null when it is being used for first and third quartiles.
* removed print statements and ran make py_format
* updated to fix some pylint errors.
imported Dialects to remove string compare to "impala" engine
* moved huge comment into function docstring.
This comment shows us the sql to get quartiles in Impala
* Added displayName field in Tags
* localisation key added
* minor changes
* added tooltip
* remove rename option from outside and added it inside the form
* minor changes
* fix cypress issue
* changes as per comments
* fix cypress issue
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Add ingestionIpInfoEnabled configuration
* Format
* hide ip address if api response if not 200
* removing dependancy on ip-modal and checking default state
* updated status code for ip to 204 to check default state
* fixed failing cypress
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* Changed description change method for service connections from 'Put' to 'PATCH'
* worked on comments
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Supported DataModel in Dashboard Page
* url fqn changes
* Added Sql tab in Data Model Entity
* if sql is not there tab will not be shown
* fix the delete entity failure
* made changes to redirect user to test suite listing page after test suite deletion instead of homepage
* removed unnecessary fields being passed to API call for fetching for entity summary panel
* removed unnecessary fields being passed to API call for fetching test case results in dataset details page
* Added action column to the test suite list page inside tables for delete action
* fixed an issue with the test case form where going back and forth through steps was making fields unresponsive
* fixed unit tests
* fixed test suite deletion issue
* Revert changes for TableProfilerV1
* Restructured Reindexing + Added Automated Reindexing on Glossary import
* Revert Openmetadata yaml
* Fix pending issues
* Fix stats
* Refactor to workflows and SearchIndex
* Fix Failing tests
* Get status for stream and push status with
* fix UI build failing
* replace all with entity list before hit api
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* chore(ui): Show error message if test definition API fails
* test: add unit test
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Fixes Handle databse filter in ingestion pipeline when connection specifies a database #7044
* fix: Handle databse filter in ingestion pipeline when connection specifies a database #7044
* sync-translation
* fixed unit test
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* fix(ui): show system badge for system tags
* rename file to coding standards
* fix cypress failure
* update badge styling to details
* update badge styling
added unit tests
* fix(ui): entity selection for es re-indexing
* Add query and container for reindexing
* add tree view for entity selection
* fix tree view for entities
---------
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
* upgraded cypress to v12.9.0 and fixed service connection cypress
* fixing failing cypress
* updated cy setting
* fixed restore cy test
* added API wait for users spec
* fixed suspected specs
* Fix ES aligning suggests with Java
* separate the tag test for DatabaseSchema
* updated tags spec
* skip advance search
* fixed failing API's
* await on tags api
* debounce search api
* update numKeptInMemory flag to minimum
* fix unit tests and skip failed tests
* fixed failing cy test
* fixed redirection
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Test Connection Improvements: Use patch instead of put
* Update openmetadata-service/src/main/java/org/openmetadata/service/jdbi3/WorkflowRepository.java
Co-authored-by: Nahuel <nahuel@getcollate.io>
---------
Co-authored-by: Nahuel <nahuel@getcollate.io>
* Use @Tag annotation to group APIs in the swagger documentation.
* Hide internal APIs
* Change API path events/subscription to events/subscriptions
* Change API path from automations/workflow to automations/workflows
* Change API path v1/testCase to v1/testCases
* Change API path v1/testDefinition to v1/testDefinitions
* Change API path v1/testSuite to v1/testSuites
* Rename Kpi and kpi in the documentation to KPI
* Change API path v1/testConnectionDefinition to v1/testConnectionDefinitions
* Update API section in the API documentation
* Fix test failures
* Correctly capitalize Test Cases and Test Suites in API docs