You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Krzysztof Chmielewski <kr...@gmail.com> on 2022/08/16 16:21:36 UTC

Passing Dynamic Table Options to Catalog's getTable()

Hi,
I'm working on my own Catalog implementation and I'm wondering if there is
any way to pas Dynamic Table Options [1] to Catalog's getTable(...) method.

[1]
https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sql/queries/hints/#dynamic-table-options

Regards,
Krzysztof Chmielewski