We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70fef91 commit 116cc74Copy full SHA for 116cc74
Makefile
@@ -181,6 +181,8 @@ generate:
181
cd $(UNIVERSE_DIR) && bazel build //openapi/genkit
182
@echo "Generating CLI code..."
183
$(GENKIT_BINARY) update-sdk
184
+ @echo "Updating direct engine config..."
185
+ make generate-direct
186
187
.codegen/openapi.json: .codegen/_openapi_sha
188
wget -O $@.tmp "https://openapi.dev.databricks.com/$$(cat $<)/specs/all-internal.json" && mv $@.tmp $@ && touch $@
0 commit comments