* Add field and index
* MINOR - Move test case incident to the top of the data_quality_data_time_series table
* Fix test
* Fix compile
* Format
* Update incidentId
* Rename field
* Fix patch
* global manifest option for storage services
* added a no metadata config source option for global manifest s3 services option
* merge fixes
* more merge fixes.
* black stuff
* test fixes
* formatting
* storage service container automatic deletion support
* reverted auto-modified files.
* styling
* linting
* fix: limit sampling to specific column
* fix: handle bigquery struct columns
* fix: default partition to 1 DAY for BQ
* fix: default to __TABLES__ for BQ table metrics
* style: ran python linting
* style: fix linting
* fix: python style
* fix: set partition to DAY if not HOUR
* feat: add test case resolution task workflow
* chore: add migration for test case resolution feature
* fix: removed required field for object compatibiity in older migrations
* fix: minor testCaseResolution status logic
* chore: revert migration for test case incident
* chore: update migration file
* style: renamed variables
* feat: added logic to compute failed/passed rows
* feat: add support for row level computation in schema
* chore: add test definition migration
* feat: add logic to explicitly compute row level failure
* chore: clean up code
* style: fix java
* style: fix pyton format
* fix: unhidde API for incident manager
* style: fix java styling
* support pick up postgres table owner
* added owner wrapper
* optimize the code
* remove pylint error
* minor fix
* changes as per comments
* fix python checksytyle and comments
* moved process owner to database service
* update docs for version 1.3
---------
Co-authored-by: Vanshika Kabra <vanshikakabra@Vanshikas-MacBook-Pro.local>
* MINOR - Clean ingestion ES code and auth providers
* clean parser
* Clean security config for the client
* Clean security config for the client
* Improve class conversion exceptions
* Fix tests
* Clean up java client
* Clean up java client
* clean parser
* Fix test
* Fix test
* fix NO_AUTH error
* Fix test
* Format
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Fix supported characters in SM
* Update SM
* Fixes
* Fixes
* Improve class conversion exceptions
* Comments
* Rename noop to db secrets manager providee
* Update sm
* Fix
* db SM
* db SM
* Fix test
* UI
* Update openmetadata-ui/src/main/resources/ui/src/mocks/IngestionListTable.mock.ts
* update default
* Replaced s.query with query_text in filters for clarity
* Removed redundant _iter function
* Updated process_table_query to return None when there are no queries to process
* Modified process_table_query to yield None if there are no queries
* Resolved formating issues and modified process_table_query to return None instead of yielding None
* pylint, fix bugs and improve code
* fix import
* pyformat
---------
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
* Update Dockerfile.ci file to use new MySQL Keys
* Update ingestion Dockerfiles files to use new MySQL Keys
* Update ingestion Dockerfiles files
* Update Dockerfiles to not hardcode the new keys
* Update comments
* add decoding stage to gz/zip files.
Files that where zip/gz where not being decoded.
This was leading to a error when we wanted them to be.
* remove unnecessary comment
---------
Co-authored-by: Carl Kristensen <carl.johan.coelho.kristensen@schibsted.com>