If it's just one key and one value, it might be worth exploring lookup tables. And if you do, I might recommend URI-based over jdbc-based (to avoid jdbc-type issues). I haven't done it, but I have heard a lot about ingestions using lookups to populate values as they ingest.
s
sriramdas sivasai
10/31/2023, 5:32 PM
i checked the both the options listed above, but i feel like, both option will not add new columns to streaming table and we can either do joins after the ingestion/lookups or create new datasource using combining datasource option.
b
Ben Krug
10/31/2023, 6:17 PM
lookups are a common way to handle dimension tables