I don’t need the gRPC server, as I’m currently usi...
# announcements
x
I don’t need the gRPC server, as I’m currently using Dagster and Dagit as libraries for a Flask app I wrote, all solids and pipelines should get resolved onsite within the same Python env. Here is my workspace.yaml:
Copy code
load_from:
  - python_package: dagsterweb
dagsterweb is the package of the Flask app I wrote.