- Upgraded `py-hive-iomete` library to version 1.1.0 - Replaced `account_number` config with `workspace_id` - Remove password support, personal access tokens should be used instead
1.4.0
- Multiple `describe table` calls are replaced by a single API call. In the DBT run, you will see a big improvement in the completion time. Especially if a database contains many tables.
1.2.0
- Full schema sync works with Iceberg tables as well
1.1.0
Update iomete connection parameters and improve error messaging
- Improve error messaging - Update profile template to reflect the new iomete parameters - moved to py-hive-iomete from py-hive - changed cluster parameter to lakehouse
1.0.2
1.0.1
- Added new connection parameter `account_number`, based on new format of Lakehouse JDBC connection url. To enable the Lakehouse connection, you need to add the account_number parameter to the ~/.dbt/profiles.yml file. Follow profile [documentation](https://docs.iomete.com/docs/profile-setup)