Teddy
Teddy
@triquinielas I am not able to reproduce your error. Would you have the server logs to share by any chance 
Thanks @triquinielas let me try to replicate it in Snowflake
I was able to reproduce it. Thanks @triquinielas for the details.  Error seems to come from the entityLink payload that is passed from the UI ``` { "name": "ID_column_value_lengths_to_be_between_7Fi9",...
@triquinielas in the meantime you should be able to create/run your test cases for this table via the CLI tool. More info [here](https://docs.open-metadata.org/v1.3.x/connectors/ingestion/workflows/data-quality) ``` source: type: TestSuite serviceName: MySQL sourceConfig:...
It seems all relationships (not just assets) are getting lost (terms, tags, etc.)
@jetpacula would you like to contribute the connectors?
You can check out our [contribution doc](https://docs.open-metadata.org/v1.3.x/developers/contribute), make sure to check the [new connector](https://docs.open-metadata.org/v1.3.x/developers/contribute/developing-a-new-connector) section of the contribution page. Finally you can join our [slack](https://slack.open-metadata.org/) in the #contribution channel for...
@adisin17 checking in to see how it is going on your end. Let's know if you still want to contribute this otherwise we'll assign it @malimsZen @malimsZen feel free to...
@malimsZen assigned it to you 😊You can check the resources mentioned [here](https://github.com/open-metadata/OpenMetadata/issues/15632#issuecomment-2042693074) for any help
~My hint here is the join we are doing on the `pg_class` table which should acquire an AccessShareLock on this table which will conflict with AccessExclusiveLock that this table will...