* fix(bigquery): unquote and convert any escaped characters to their actual representations
* test: bigquery description with multiple line
---------
Co-authored-by: Imri Paran <imri.paran@gmail.com>
* fix: Allow non numeric numbers to be sent via Json, Replace NaN values with None in SQAProfilerInterface
Replace NaN values with None in the SQAProfilerInterface class to maintain database parity. NaN values will be cast to null in OpenMetadata. This change ensures that data handling processes account for this conversion.
* fix: histogram overflow error
* test: Add Unit Test for Null and Null Ratio Metric
* chore: Address comments
* chore: Address comments
* fix: checkstyle and message
* fix: failing tests as null count works as expected
1. update docs using gcp credentials in path.
2. updated example `clientIt` in docs
3. fixed client to work with implicit project
4. fixed workflow to warn about missing buckets
* MINOR: Make Include ddl disabled by default
* make schema def failure warning debug
* Add missing condition
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: Pablo Takara <pjt1991@gmail.com>
* mysql integration tests
* fix(data-quality): accept between with no bounds
add between filters only when the bounds are defined. if they are not (ie: resolve to 'inf' values), do not add any filters
* format
* consolidated ingestion_config
* format
* fixed handling of date and time columns
* fixed tests
* fix(ingestion): Change Timestamp None to Current Time noting pending pipeline
* fix(ingestion): Address comments around PipelineStatus timestamp
* fix(ingestion): Improve timestamps handling for tasks and pipeline status
* feat: allow to use email to match dbt model owner
* improve description
* revert add option to parse from email
* feat: implement email matching in case name was not found
* feat: use email to find user as fallback at connector level
* fixes arrayDataType must be not null, adding db name to queries as it fails
* Fix Pydantic Issue
* Partial: Add Unity Catalog Topology Test
* Fix lint
* Fix Tests, Fix UnityCatalog Array Column issue
* Fix Tests
* Address comments, add logger to the exception
* fixes: HIERARCHYID & GEOGRAPHY pyodbc error
- Add support for "HIERARCHYID" column type in column_type_parser.py
- Register AzureSQLSampler for "AzureSQLConnection" in sampler_factory.py
* Revert SQA_UTILS
* skip get_columns for foreign catalog tables
* get table type before executing column metadata
* remove duplicate query, pycheckstyle fix
* skip fk table instead of reaching till column metadata
* add debug log