New streams.<key>.where to avoid using streams.<key>.sql #381
CharlesRngrd
started this conversation in
Ideas
Replies: 2 comments
-
Hi @CharlesRngrd, very late, but the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Great, thank you @flarco ! I'm going to try it out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm always using a basic
select/from/where
SQL request in my stream.Here is a typical stream:
Here is what I would like to write i:
This will allow me to tell my team members to not use custom SQL (because I would like to use Sling for EL and DBT for T).
Both
select
andobject
are implemented but notwhere
.Could you implement it please ?
Have a nice day
Beta Was this translation helpful? Give feedback.
All reactions