Sumit Agrawal
Sumit Agrawal
Hello Team. While creating / updating a post, value passed for Slug is getting ignored. ``` Post post = PostBuilder.aPost() .withTitle(TitleBuilder.aTitle().withRendered("ABCDTitleUpdate124").withRaw("ABCDTitleUpdate124").build()) .withExcerpt(ExcerptBuilder.anExcerpt().withRendered("ABCDTitle124Excerpt").build()) .withContent(ContentBuilder.aContent().withRendered("ABCDTitle124Content").build()) // This string will get ignored completely...
**Describe the bug** Currently, while deploying the resources, e.g. big query table, if any resource failed to deploy because of any reason, then in next run the resource gets ignored....