In your case, the “properties” section in the “Details” table for the silver schema is likely added by default when using the CREATE SCHEMA
SQL command with the MANAGED LOCATION
clause. This section can include metadata or configuration settings that are automatically applied by Databricks when creating the schema through SQL.
To ensure consistency between your manually created bronze schema and the SQL-created silver schema, you can manually add or adjust properties in the bronze schema to match those in the silver schema. Alternatively, you can create both schemas using SQL scripts to ensure they have the same structure and properties.
If you need further assistance with specific properties or configurations, feel free to share more details or ask additional questions! 😊