mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-26 18:06:03 +00:00

Connection is not a required attribute for a DatabaseService. In order to avoid errors we are removing the dependency on this attribute and checking that the DatabaseServiceType belongs to either Snowflake, Redshift or BigQuery, which are the supported databases for this feature.