GithubHelp home page GithubHelp logo

fastflows's People

Contributors

dependabot[bot] avatar francbartoli avatar ricardogsilva avatar xnuinside avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

fastflows's Issues

Ensure compatibility with prefect 2.7

Let's make fastflows compatible with prefect 2.7.x (currently on 2.7.1) - we may need to relax some of our internal schema models a bit in order to cope with changes to prefect

Add Auth to the server

The FastAPI application should be protected by an OIDC provider for the authentication and by Open Policy Agent for the authorization

Error when building Docker/Docker Compose - "COPY ./flows /app/flows"

I am encountering an error while attempting to build the Docker or Docker Compose file following the provided instructions in the project's documentation. The error message displayed is "ERROR [ 6/10] COPY ./flows /app/flows".

I noticed that there is no directory called "flows" in the cloned repository's "develop" branch. It seems like the required "flows" directory is missing, and this is the reason for the build failure.

Could you please confirm if the "flows" directory should be present in the "develop" branch, or if there are any additional steps needed to obtain it? Any guidance or instructions to resolve this issue would be greatly appreciated. Thank you.

Flow not found raises an exception

This request below raises a FlowNotFound exception rather than giving an HTTP status code to the caller for a flow identifier that doesn't exist

curl -X 'POST' \
  'http://localhost:5010/flows/9a610fbe-4d2a-4775-9595-52d74131829e' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "state": {
    "type": "SCHEDULED"
  },
  "parameters": {}
}'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.