Hi, Enric.
Can you take a look at the following two apis to see if it meets your needs?
- TableEnvironment: void createTemporaryTable(String path, TableDescriptor
descriptor);
- TableEnvironment: void createTable(String path, TableDescriptor descriptor);
With `TableDescriptor`[1], you can use
Hi,Community:
Are there any approaches to add with clause to flink table definition in
some way of dynamic?
Thanks.
Hi,Community:
Are there any approaches to add with clause to flink table
definition in some way of dynamic?
Thanks.