https://dagster.io/ logo
#announcements
Title
# announcements
x

Xu Zhang

11/16/2020, 4:25 AM
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.