DataSQRL / sqrl

Flexible development framework for building streaming data applications in SQL with Kafka, Flink, Postgres, GraphQL, and more.
https://www.datasqrl.com/
97 stars 14 forks source link

Use the stream engine function catalog by default #951

Closed henneberger closed 2 weeks ago

henneberger commented 1 month ago

In particular with flink, we originally had a package of flink functions that could be imported. This is to automatically import all flink functions by default.

This requires two things:

The level of effort for this is relatively low.

henneberger commented 2 weeks ago

Resolved in #952