Skip to content

Commit add1196

Browse files
authored
[Internal] Remove deprecated online tables integration test (#5101)
## Changes <!-- Summary of your changes that are easy to understand --> Creation of online tables is not supported as they are deprecated: https://docs.databricks.com/aws/en/machine-learning/feature-store/online-tables ``` | Error: cannot create online table: Online Table is being deprecated. Creating new online table is not allowed. Databricks recommends switching to Synced Tables. | | with databricks_online_table.this, | on terraform_plugin_test.tf line 52, in resource "databricks_online_table" "this": | 52: resource "databricks_online_table" "this" { ``` Due to this CI tests are failing leading to PRs not being merged ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> All existing integration tests passes now. CI is green NO_CHANGELOG=true
1 parent 869ccb6 commit add1196

File tree

1 file changed

+0
-75
lines changed

1 file changed

+0
-75
lines changed

catalog/online_table_test.go

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)