Results 6 comments of Tiémé Togola

@lucacasonato I ran into a case where the deploy failed but no error comment was added to the commit. ![image](https://user-images.githubusercontent.com/10608697/182636327-4f9dafe1-cd4c-4cef-8d9f-9efe6a0f157e.png) Potentially relevant detail is that the repo is private? But...

Thanks for the quick reply. I can't read it fully because it gets truncated 😕 EDIT: I managed to get the message from the github api haha, I'd still prefer...

@hapaxlife I think the source of the confusion is that Deno Deploy does not support all of the APIs that Deno supports. I also ran into this and it took...

Also ran into this, and @anirvanbasu 's suggestion is not sufficient. In my case I'm using `pre_operations` to define a temporary sql udf that is used in my table query....

@Ekrekr as mentioned my case is defining a UDF in the pre_operations to be used by the main query. A UDF can't be replaced by config vars. See this example...

I believe @igofunke is talking about dataform unit tests, not assertions. There used to be docs about unit tests available at dataform.co, but they are gone now and I can't...