2010YOUY01 commented on code in PR #19280:
URL: https://github.com/apache/datafusion/pull/19280#discussion_r2621594420


##########
.github/workflows/dependencies.yml:
##########
@@ -66,4 +66,23 @@ jobs:
       - name: Install cargo-machete
         run: cargo install cargo-machete --version ^0.9 --locked
       - name: Detect unused dependencies
-        run: cargo machete --with-metadata
\ No newline at end of file
+        run: cargo machete --with-metadata
+
+  dependency-graph:
+    name: dependency graph up to date
+    runs-on: ubuntu-latest
+    container:
+      image: amd64/rust
+    steps:
+      - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8  # 
v6.0.1
+        with:
+          submodules: true
+          fetch-depth: 1
+      - name: Setup Rust toolchain

Review Comment:
   I agree, it's better to let it generate and deploy through CI automatically. 
Done in 
[307119c](https://github.com/apache/datafusion/pull/19280/commits/307119c9562ecffe1ae7525acfaa4bd57eb4591c)
   
   Perhaps we should also do so for other auto-generated document sections, 
like configuration and function docs?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to