Adam Azzam
Adam Azzam
@desertaxle do you know if this is resolved in a 3.X world?
- I like the idea of having a config file that lives adjacent to your project directory. This is a convention from the frontend world (or Django, even) where most...
Motivating use cases, see good write ups here: - https://github.com/dagster-io/dagster/issues/9559#issuecomment-2777592083 by @alexlowellmartin - https://github.com/dagster-io/dagster/issues/9559#issuecomment-2797623517 by @funkybunchesofoats-ih - https://github.com/dagster-io/dagster/issues/9559#issuecomment-2667536535 by @mielkec-gene - https://github.com/dagster-io/dagster/issues/9559#issuecomment-1778963708 by @aaaaahaaaaa - https://github.com/dagster-io/dagster/issues/9559#issuecomment-1561853169 by @adjit
🙇 — thanks for reporting. This feels like a high priority issue, and we'll address it accordingly.
I think it's literally this in CI/CD: ``` from prefect.server.api.server import create_app import yaml with open('openapi.yaml', 'w') as file: yaml.dump(create_app().openapi(), file) ```