James Phoenix
from clean_energy.client_wrappers.prefect_flows.flows import test #THIS IS A FLOW from flask import (Blueprint) prefect_client_routes = Blueprint('prefect_client_routes', __name__, url_prefix="/api/prefect") import prefect from config.settings import Config client = prefect.Client(api_token=Config.PREFECT_USER_TOKEN) @prefect_client_routes.route('/') def testing(): return test.register(project_name='clean_energy')
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.