zshandy
zshandy
Removing the brackets after 'from' would make it work, like this: 'select t.symbol AS symbol from stock.top_momentum_sector s join stock.daily_companies t on((s.symbol = t.symbol))' However, I am trying to extract...
Hi, That is a very interesting suggestion, and I do think it can be proven useful for other languages as well. I have a follow-up question: the comment that I...
I see, is it possible to show a snippet/sample manifest.json and its corresponding dbt models, so that when I am developing, I can test against it. Also, I am currently...
Yes, I completely understand the confidentiality, and a sample(extremely simple) project would be perfect, a few tables is good enough!
Hi Rahul, I am not 100% familiar with dbt, as this is a side support from the main project. Seed files are basically loading csv files into the dbt project,...
Hi, thank you for your interest! Yes, it is definitely possible, but it would require a different parser since it would introduce different operators, and BigQuery is one of the...
Hi, sure I can add an optional parameter to not create the js files and only output the output.json file.