(A-creating-and-using-a-table)[https://docs.risingwave.com/iceberg/managed/hosted-iceberg-catalog#example%3A-creating-and-using-a-table] ```sql -- Step 2: Set the connection as the default for the Iceberg engine SET rw_iceberg_connection = 'iceberg_catalog'; ``` The `rw_iceberg_connection` should be `iceberg_engine_connection` like [risingwave e2e test](https://github.com/risingwavelabs/risingwave/blob/4d629b76ff8f11a4d87b8483a1ce4d35f0dce9cb/e2e_test/iceberg/test_case/cdc/load.slt#L71): ```sql set iceberg_engine_connection = 'public.iceberg_catalog'; ```